بنقرة واحدة
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