Create the whole skill folder
Builds `SKILL.md`, `references/`, optional `scripts/`, optional `agents/openai.yaml`, a test prompt set, and a ZIP you can hand off immediately.
Use this SKILL.md generator to turn documentation, pasted knowledge, and product requirements into portable skills for Codex, Claude, OpenAI Skills, and OpenClaw. It writes the core file, builds the folder structure, preserves source material as references, and adds optional scripts only when they help.
Builds `SKILL.md`, `references/`, optional `scripts/`, optional `agents/openai.yaml`, a test prompt set, and a ZIP you can hand off immediately.
Pull from a URL directly, ask for official-source research, or upload a document so the generated skill reflects real documentation instead of generic filler.
Fetched URLs, uploads, and pasted material are preserved inside the bundle so the agent can read them later instead of being forced back onto the internet.
Choose where the generated skill should work.
Add docs, URLs, uploads, or notes the model should use when building the skill.
These become safety and execution guardrails in the generated instructions.
This preserves raw source material, distills it into agent-readable knowledge files, then generates the final skill bundle and ZIP.
Structuring the brief, source pack, and runtime constraints.
Normalizing your inputs, sources, and platform targets.
Turning raw source material into structured, agent-readable knowledge files.
Drafting SKILL.md, scripts, tests, and final bundle files from the knowledge layer.
Checking coverage and preparing the final downloadable bundle.
Review the knowledge layer, generated files, download the ZIP, or submit the bundle for review in the skills database.
No folders yet
Distilled knowledge files appear here when the bundle can build a usable offline reference layer from the supplied sources.
Optional add-ons appear only when relevant.
A `SKILL.md` file is the instruction manifest at the root of an AI agent skill folder. A usable bundle usually also includes optional `references/`, optional `scripts/`, and platform metadata. This tool creates the whole package, not just the top file.
It is the main manifest and instruction file that helps an AI agent decide when to use a skill and what workflow to follow once the skill is active.
Define the mission, trigger phrases, non-goals, workflow, validation gates, and safety rules, then package them in a skill folder the agent can load progressively.
You get a `SKILL.md` file, a folder tree, optional references, optional script stubs, optional `agents/openai.yaml`, test prompts, and a ZIP bundle.
Skill Generator follows the common skill pattern used across modern agent systems: concise `SKILL.md`, progressive disclosure, optional references and scripts, and platform add-ons only when they are genuinely useful.
Use the walkthrough to define trigger phrases, do-not-trigger cases, expected outputs, and validation steps instead of leaving the activation logic vague.
Fetch a URL, upload a document, paste SOPs, or research official documentation so the generated skill reflects actual source material and platform rules.
Public skills should describe credential handling and approval rules, not secret values. The bundle should be useful offline and should not depend on re-searching the web for facts you already supplied.
Share your thoughts, report bugs, or suggest improvements.