Skip to content
Agent Skill Generator

Any website → Agent Skill

Paste a URL. Pick your format. Click generate. Download a ready-to-deploy Hermes Agent Skill or OpenClaw Agent Package.
No API key. No LLM costs. Pure heuristic analysis.

100% Free No LLM Needed Cloudflare Workers MIT Open Source

🔧 Generate a Skill

Must be a publicly accessible website
Crawling website…
Analyzing site structure
Generating skill package
Ready!
🎉

Your skill package is ready!

⬇️ Download ZIP

✓ 100% Free • Zero API keys • Privacy-first • Pure heuristic analysis

What You Get

📦 Complete Skill Package

output/ ├── SKILL.md ← Hermes skill definition ├── site-map.md ← Crawled site structure ├── key-actions.md ← What agents can do ├── identity.md ← Agent identity ├── references/ │ ├── raw-pages/ ← Extracted page content │ └── analysis.json ← Analysis results └── PACKAGE.md ← OpenClaw manifest
CLI Alternative

🏗️ Core Library

Prefer the terminal? Run it locally:

$ python src/website_to_skill.py --url https://example.com \ --format hermes+openclaw --output ./my-skill