Tinkering with AI and building skills
- dwnld-any
- Agent skill + local CLI for downloading videos from 8 platforms (YouTube, Instagram, X, Reddit, and more) via yt-dlp, no cloud deploy.
- tidbits
- Bite-sized trivia website built with Next.js 16 and Turso/libSQL.
- airesearch
- Claude Code/Codex research skill that runs a deterministic engine (not the LLM) to pull evidence-led findings across X, Reddit, arXiv, GitHub, HN, and YouTube.
- Claude-Dashboard
- Local analytics dashboard for Claude Code usage — tokens, costs, sessions, heatmaps.
- Claude-Code-Token-Limit
- Claude Code plugin that shows context window %, turns remaining, and daily/weekly token budgets after every response.
- Exa CLI - Search API (web search, content retrieval, cited answers, similarity) across 58 endpoints, with spend tracking, monitor diffing, and entity timeline reports
- Weaviate CLI - Vector database CLI with Get/Store/Shard/Search and other operations
- Parallel.ai CLI - Web research with a local SQLite memory
- v0 CLI - Generate/stream app builds, sync history offline, and track AI credit spend across models
- NotebookLM CLI - Manage notebooks, chat with sources, generate Studio artifacts, and search offline
- #4049 - A passing local check still let an unrewritten module path slip into a packaged CLI; added a module-path check and surfaced the review-gate rules agents were missing
- #3855 - Windows credential tests failed because sandbox test folders had overly loose permissions, now locked to owner-only
- #3856 - A Windows test failure showed the wrong folder path, making the real problem hard to track down
- #3857 - Generated export/sync tools could report "success" even when saving the file actually failed
- #911 - Windows setup silently failed to auto-install
npxbecause the resolved path wasn't passed to the install command - #912 - Four bugs:
--web-backend=keylessflag was rejected by the CLI, arXiv searches returned nothing for normal phrases, source links showed as plain text instead of clickable links, and Truth Social requests were blocked by Cloudflare - #955 - GitHub searches for a topic could silently return zero results because the tool's own date filter clashed with search filters already baked into the query
- #1292 - On Windows, background AI workers could quietly launch on the wrong bash (WSL instead of Git Bash) and skip work without any error
- #1291 - Renamed a confusing internal flag (
mode:headless→mode:non-interactive) across skills, keeping the old name working temporarily so nothing breaks
- Fixed #7297: future-tense block-expiry text ("in 3 days") bypassed the app's own translation file and fell back to an English-only default
- Fixed #2801: repeated
/loopxcalls picked a random agent each time instead of remembering which one a conversation was already using
- Fixed #1132: deleting a memory could falsely say "deleted" when nothing was actually removed, and there was no way to delete a saved lesson at all — both now fixed
- Fixed #149: a brief database hiccup while waiting for a job to finish could crash the whole process instead of just timing out safely
- Fixed #4500: docs told users to import agent packs via a "zip file + Install Pack button" that doesn't exist anymore in the app, now corrected to match the real import flow
- Audited #216: found 5 duplicate language skills had silently drifted out of sync (missing bug fixes, missing features)



