yourwebs
Installation
SKILL.md
Publish HTML to yourweb
Host a single self-contained HTML file on yourweb and get a public, full-screen URL. The REST API lets an agent publish a page, then list, fetch, update, and delete the pages it owns.
Two domains, by design:
yourwebs.cc— the dashboard and the REST API (https://yourwebs.cc/api/v1).yourwebs.app— where published pages are served. A page with subdomainmy-pageis served athttps://my-page.yourwebs.app.
Authentication
Every call except anonymous publish needs a bearer token (ywb_...), generated by
the user in the yourweb dashboard.
Read the token from the YOURWEBS_API_TOKEN environment variable. Never hardcode
it, never write it into a file, never echo it back.