一键导入
tv-tracker
TV show tracking and recommendations backed by a local SQLite database and TVMaze metadata.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
TV show tracking and recommendations backed by a local SQLite database and TVMaze metadata.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Spoiler-free book recommendations with reading order, cover images, and a JSON-based reading tracker.
Daily journaling with deep Wikipedia/encyclopedia research. Builds a wikilinked knowledge graph over time.
Manage your personal City Lifestyle Database. Log places (with Google data), recommend spots based on weather/vibe, and track visits. Works for any city worldwide.
Manage the Dubai Lifestyle Database. Log places (with Google data), recommend spots based on weather/vibe, and track visits.
| name | tv-tracker |
| description | TV show tracking and recommendations backed by a local SQLite database and TVMaze metadata. |
Track TV shows, get recommendations, and manage your watchlist using a local SQLite database enriched with TVMaze metadata.
The database location is resolved in this order:
TV_DB_PATH environment variable (if set)data/tv.sqlite relative to this skill directorypython3 scripts/tv_cli.py list watching
python3 scripts/tv_cli.py list paused
python3 scripts/tv_cli.py list not-started
python3 scripts/tv_cli.py recommend
python3 scripts/tv_cli.py start "Show Name"
python3 scripts/tv_cli.py pause "Show Name"
python3 scripts/tv_cli.py finish "Show Name"
python3 scripts/tv_cli.py season "Show Name" "Season 3"
python3 scripts/tv_cli.py episode "Show Name" 3x05
python3 scripts/tv_cli.py recap "Show Name"
python3 scripts/tv_cli.py recap "Show Name" --wiki
python3 scripts/tv_cli.py stats
python3 scripts/tv_cli.py add "Show Name"
python3 scripts/tv_cli.py search "Show Name"
Interpret common phrases and route via:
python3 scripts/tv_router.py "<message>"
After adding shows, enrich metadata from TVMaze:
python3 scripts/enrich_tvmaze.py
Align show names with TVMaze official names:
python3 scripts/cleanup_names.py
uv run python works as an alternative to python3 if uv is installed