Skip to main content

bambu-filament-tracker

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

跳到安装

来源信息

仓库
mono0926/skills
最近来源活动
2026年3月25日 06:12
检测到的 SKILL.md 语言
英语
星标
2
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。

文件资源管理器
2 个文件

正在显示 SKILL.md

SKILL.md
来源说明 · 只读预览
name
bambu-filament-tracker
description
Track Bambu Lab filament purchases from Gmail confirmations and payment notifications.
# 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: ```bash 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.
在 GitHub 查看