Setup & Installation
Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:
What This Skill Does
Lets an agent deploy serverless backends to Codehooks, including REST APIs, webhooks, persistent storage, scheduled jobs, and queue workers. The agent writes JavaScript or TypeScript code and pushes it live in 5 seconds without human intervention.
The 5-second deploy loop lets an agent build and ship a working backend endpoint end-to-end without any human steps.
When to use it
- Receiving Stripe or GitHub webhooks and storing payloads
- Running nightly data cleanup or summary jobs
- Building a CRUD API for a project without managing servers
- Queuing async tasks like email sending or file processing
- Persisting agent data or state outside local memory
Example Workflow
Here's how your AI assistant might use this skill in practice.
User asks: Set up a webhook to receive GitHub events and store them in a database
- 1Runs `coho prompt` to load the full Codehooks development context
- 2Writes a webhook endpoint in JavaScript using `app.post()` and `Datastore.open()`
- 3Runs `coho deploy` to push the code live
- 4Runs `coho info --examples` to retrieve the live endpoint URL
- 5Verifies stored payloads with `coho query -c events`
Live webhook URL ready to receive GitHub events, with all payloads persisted in the Codehooks NoSQL store
Requirements
Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.