mono0926/skills

bambu-filament-tracker

Track Bambu Lab filament purchases from Gmail confirmations and payment notifications.

First seen Mar 10, 2026

Installation

$ npx skills add mono0926/skills --skill bambu-filament-tracker

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from mono0926/skills · top by installs.

npx skills add mono0926/skills

Browse all from mono0926/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,058 B
  • docs SUMMARY.md 116 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 61 installs

SKILL.md

Bambu Lab Purchase Tracker

This skill automates the retrieval and summarization of Bambu Lab filament purchases by searching your Gmail history for order confirmations from bambulab.com, payment notifications from PayPal/PayPay, and relevant Amazon orders.

Capabilities

  • Search: Scans Gmail for keywords like "Bambu Lab", "filament", "JP" prefixed order numbers, and "Bambu Japan".
  • Extract: Parses order dates, items, quantities, and total spent from email snippets and bodies.
  • Summarize: Generates a clean table or list of purchases with a grand total.

Usage

Run the tracking script to see your purchase history:

dart bambu-filament-tracker/scripts/tracker.dart

Tool Dependencies

  • gws: Used to access Gmail messages and threads.

Permissions

  • Requires https://www.googleapis.com/auth/gmail.readonly or similar access provided by the gws tool configuration.