一键导入
chronicler
Research historical events from local history sources (Chrome, terminal). Use when you need to find what happened, when it happened, or retrace activity.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Research historical events from local history sources (Chrome, terminal). Use when you need to find what happened, when it happened, or retrace activity.
用 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.
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.
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 | chronicler |
| description | Research historical events from local history sources (Chrome, terminal). Use when you need to find what happened, when it happened, or retrace activity. |
| allowed-tools | Bash(guppi-chronicler:*) |
| version | 0.1.2 |
| author | Sam Dengler |
| license | MIT |
Chronicler searches local history sources (Chrome browser history, terminal/shell history) to answer questions about past activity. Sources are pluggable — register only the ones available on each machine.
guppi-chronicler search [QUERY] [--source NAME] [--since DATE] [--until DATE] [--limit N] [--timeout SECS]Search across all enabled sources (or a specific one). Returns results sorted by time, most recent first.
Arguments:
query — text to search for (optional; omit for all recent history)Options:
--source / -s — limit to a specific registered source--since — results after this date/time (ISO 8601 or natural: "yesterday", "3 days ago")--until — results before this date/time--limit / -n — max results (default: 50)--timeout / -t — max seconds to wait (default: 10). Returns partial results on timeout.guppi-chronicler source listList registered sources and their status.
guppi-chronicler source add <name> --type <type> [--path <path>]Register a new history source. Runs prerequisite check after registering.
guppi-chronicler source remove <name>Unregister a source.
guppi-chronicler source enable <name> / source disable <name>Toggle a source on/off.
guppi-chronicler source detect [--apply]Scan for available history sources. With --apply, auto-register detected sources.
guppi-chronicler source init <name> [--apply]Check prerequisites for a source. With --apply, fix them automatically.
# Search all sources for "github"
guppi-chronicler search github
# Recent terminal history from today
guppi-chronicler search --source terminal --since today
# Everything from the last hour
guppi-chronicler search --since "1 hours ago" --limit 100
# Set up on a new machine
guppi-chronicler source detect --apply
guppi-chronicler source init terminal --apply
guppi-chronicler skill install # Register with guppi-cli
guppi-chronicler skill show # Display SKILL.md contents