Skip to content

Latest commit

 

History

81 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html-tool-suite

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-html where clicking any theme card recolours the whole page.

Sibling suite: better-agent-skills (workspace / memory / cross-agent tooling) · build-better-skills (skill engineering lifecycle).


Stages

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.


Guides

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)

Install a skill

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.


License

MIT © 2026 Evan Song

Author

Evan Song · github.com/Songhonglei

About

A suite of HTML generation and publishing, sharing skills

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages