Template

Starter template — replace this with your skill's one-line description.

qhkm 5c45601 556 B Updated

File contents

Template Skill

Replace this with a description of what your skill does and when the agent should use it.

Setup

Describe any one-time setup steps (env vars, accounts, dependencies).

export MY_API_KEY="your_key_here"

Usage

Provide at least one concrete, copy-pasteable example.

curl -s -H "Authorization: Bearer $MY_API_KEY" \
  https://api.example.com/endpoint | jq .

Tips

  • Tip 1
  • Tip 2

qhkm/zeptoclaw-skills/tree/main/template commit 5c45601d0a

Frequently asked questions

npx skillmds@latest add qhkm/template