tmchowtmchowCommunityยท4 Agent Skills Included

agent-skills

Code review, cloaked browsing, terminal recording, media downloads

Drives command-line tools for automated code review, anti-detection browser automation, scripted terminal recordings, and streaming media downloads. Eliminates misused flags, leaked credentials, accidental playlist downloads, and broken review-fix workflows. Gives coding agents the operating judgment to run these tools safely and verify every result.
npx skills add tmchow/agent-skills --all -g -y
Available:

Defines the repository conventions an agent must follow when adding or editing skills, including SKILL.md frontmatter rules, README structure, and security-scanner-safe credential handling.

All Skills in This Repository (4)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install agent-skills?โ–ผ

Run `npx skills add tmchow/agent-skills --all -g -y` in your terminal to install all skills globally, or pick individual ones with the interactive picker.

What skills are included in tmchow/agent-skills?โ–ผ

Four skills: clawpatch for automated code review and fixes, camofox-cloaked-browser for anti-detection browsing, vhs-terminal-recorder for scripted terminal recordings, and yt-dlp-cli for media downloads.

Which runtimes does agent-skills support?โ–ผ

Every skill follows the universal SKILL.md standard, so they work in Claude Code, Cursor, Codex, Hermes, OpenClaw, and any other Agent-Skills-compatible runtime.

Do these skills install the underlying tools?โ–ผ

No. Each skill teaches your agent how to drive an external CLI like yt-dlp, VHS, Clawpatch, or Camofox, which you install separately following the prerequisites in each skill's README.

Can I install just one skill instead of all of them?โ–ผ

Yes. Run `npx skills add tmchow/agent-skills --skill <name>` with the skill directory name, such as `--skill yt-dlp-cli`, to install only what you need.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’