content-to-skill
Convert documents and transcripts into executable skill packages
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install content-to-skill?โผ
Run `npx skills add gnipbao/content-to-skill --all -g -y` in your terminal to install it globally for your agent runtime.
How to turn a document into a reusable skill?โผ
Provide your notes, transcript, or document and ask to convert it. The skill extracts the repeatable method, builds a SKILL.md package, and validates it with a local checker.
Can it convert a video into a skill?โผ
Yes, but it needs a transcript, subtitles, or summary first. If the video content is inaccessible, it asks for the material instead of guessing.
Does content-to-skill work with Claude Code and Codex?โผ
Yes. The generated packages follow the standard SKILL.md format and run in Claude Code, Codex, and other skills-compatible runtimes.
Can it fix a skill that only summarizes instead of acting?โผ
Yes. It audits the weak skill against the original source, patches the workflow and output rules, and reruns validation until it passes.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core