A suite of skills for HTML generation, publishing, and sharing — built for AI agents (OpenClaw, Claude Code, Cursor, …).
🌐 Website: https://songhonglei.github.io/html-tool-suite/ — including a live landing page for
easy-htmlwhere clicking any theme card recolours the whole page.
Sibling suite:
better-agent-skills(workspace / memory / cross-agent tooling) ·build-better-skills(skill engineering lifecycle).
| Stage | Skill | Description |
|---|---|---|
| Authoring | easy-html · site |
Turn Markdown / Excel / Word / tables / images into a polished single-page HTML with 19 themes |
| Sharing | pinme-share |
Upload any file/dir to PinMe (public IPFS) → short shareable URL |
| Serving | agent-easy-http |
Expose your OpenClaw agent as an HTTP(S) REST API over your network IP |
| Serving | skill-to-http-flash |
Compile a single skill into a standalone HTTP REST API (subprocess, zero-LLM runtime) |
| Serving | skill-to-http |
Serve all installed skills as REST APIs with a bilingual web console |
More skills coming as the suite grows.
| Guide | Description |
|---|---|
| HTTP trio | How the three HTTP-serving skills compare (agent-easy-http / skill-to-http-flash / skill-to-http) and when to pick which |
| agent-easy-http design | Design of agent-easy-http — thin proxy over OpenClaw native /hooks/agent (zh) |
| skill-to-http-flash design | Design of skill-to-http-flash — subprocess direct-exec, zero-LLM runtime (zh) |
| Agent | Install |
|---|---|
| OpenClaw | clawhub install <skill-name> (e.g. clawhub install pinme-share) |
| Claude Code | cp -r skills/<skill-name> ~/.claude/skills/ |
| Cursor | cp -r skills/<skill-name> .cursor/skills/ |
| Manual | Copy the entire skills/<skill-name>/ directory into your agent's skills folder |
Each skill is self-contained — no cross-skill imports, no shared runtime.
MIT © 2026 Evan Song
Evan Song · github.com/Songhonglei