Skill Generator Create a SKILL.md file and full skill folder

Create a SKILL.md file and full AI skill folder from docs, URLs, and notes.

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.

SKILL.md + folder tree core files
URLs / docs / paste input sources
Source pack + ZIP download-ready
Bundle

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.

Research

Grounded by real source material

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.

Sources

Reference files agents can use offline

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.

Step 1

Describe the skill

Sign in to generate bundles and submit them.

Target platforms

Choose where the generated skill should work.

Step 2

Add source material

Add docs, URLs, uploads, or notes the model should use when building the skill.

Source Pack

Attached inputs

0 sources
No sources added yet. You can still generate from the brief alone, but the output will be less grounded.
Step 3

Safety and runtime rules

Execution choices

These become safety and execution guardrails in the generated instructions.

Generation brief

What the model will receive

Structured and reviewable

This preserves raw source material, distills it into agent-readable knowledge files, then generates the final skill bundle and ZIP.

SKILL.md Basics

Looking for a SKILL.md generator or wondering how to make a skill file?

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.

What is a SKILL.md 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.

How do you make a skill file?

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.

What does this generator output?

You get a `SKILL.md` file, a folder tree, optional references, optional script stubs, optional `agents/openai.yaml`, test prompts, and a ZIP bundle.

Built For Real Skills

Most agents expect a skill folder, not a single pasted prompt.

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.

Capture routing and non-goals

Use the walkthrough to define trigger phrases, do-not-trigger cases, expected outputs, and validation steps instead of leaving the activation logic vague.

Ground it in source material

Fetch a URL, upload a document, paste SOPs, or research official documentation so the generated skill reflects actual source material and platform rules.

Keep public bundles safe

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.