一键导入
tracker
Cross-project task and idea tracker built on beads. Use when you need to capture ideas, tasks, reading lists, or track async work across projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Cross-project task and idea tracker built on beads. Use when you need to capture ideas, tasks, reading lists, or track async work across projects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Rank movie showtimes by the user's format preferences and find the best contiguous seats by their saved seat preferences. Use when the user wants to find movie tickets/seats (currently Regal/regmovies.com). Booking is human-in-the-loop — usher proposes seats and a deep link; the user logs in and pays.
Analyze academic papers using the Feynman Technique. Use when you need to create a clear, structured explanation of an academic paper.
Manage experimental spike projects in a centralized, searchable location. Use when you need to create, find, or navigate to spike/experiment directories.
Research historical events from local history sources (Chrome, terminal). Use when you need to find what happened, when it happened, or retrace activity.
Telegram-based messaging for Claude workflows. Use when you need to send or receive messages and files between Claude Desktop and Claude Code.
Deterministic secret storage for guppi skills. Use when you need to store, retrieve, or manage API tokens and secrets across guppi skills.
| name | tracker |
| description | Cross-project task and idea tracker built on beads. Use when you need to capture ideas, tasks, reading lists, or track async work across projects. |
| allowed-tools | Bash(guppi-tracker:*) |
| version | 0.2.2 |
| author | Sam Dengler |
| license | MIT |
Track ideas, tasks, reading lists, and async work items in a single place that works across projects. Built on beads for persistent storage and agent-friendly querying.
guppi-tracker add <title> [--tag TAG...] [--note "..."]Add a new tracked item. Auto-initializes beads on first use.
Options:
--tag / -t — tag the item (repeatable)--note / -n — description or noteExamples:
guppi-tracker add "Read DDIA chapter 5" --tag toread
guppi-tracker add "Try Plasmo for Chrome extensions" --tag idea --note "Framework for building Chrome extensions"
guppi-tracker list [--tag TAG] [--all]List tracked items in a table with ID, title, and tags.
Options:
--tag / -t — filter by tag--all / -a — include closed itemsguppi-tracker list
guppi-tracker list --tag toread
guppi-tracker list --all
guppi-tracker done <id>Mark an item as done by exact beads ID.
guppi-tracker done trk-a3f
guppi-tracker tag <id> <tags...>Add tags to an item.
guppi-tracker tag trk-a3f backend caching
guppi-tracker show <id>Show full details of an item.
guppi-tracker show trk-a3f
guppi-tracker search <query>Full-text search across titles and descriptions.
guppi-tracker search "Chrome extension"
guppi-tracker reviewProcess inbox — walk through untagged items and tag, done, or skip them.
For each untagged item, you'll be prompted to:
guppi-tracker review
| Tag | Purpose |
|---|---|
toread | Articles, papers, docs |
towatch | Videos, talks |
idea | Things to try or explore |
task | Actionable work items |
followup | Check back on later |
buy | Things to purchase |
guppi-tracker skill install # Register with guppi-cli
guppi-tracker skill show # Display SKILL.md contents