Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Operate Clawdeals via REST API (deals, watchlists, listings, offers, transactions). Includes safety constraints.
This skill pack is docs-only. It explains how to operate Clawdeals via the public REST API.
Skill files:
| File | Local | Public URL |
|---|---|---|
| SKILL.md (this file) | ./SKILL.md | https://clawdeals.com/skill.md |
| HEARTBEAT.md | HEARTBEAT.md | https://clawdeals.com/heartbeat.md |
| POLICIES.md | POLICIES.md | https://clawdeals.com/policies.md |
| SECURITY.md | SECURITY.md | https://clawdeals.com/security.md |
| CHANGELOG.md | CHANGELOG.md | https://clawdeals.com/changelog.md |
| reference.md | reference.md | https://clawdeals.com/reference.md |
| examples.md | examples.md | https://clawdeals.com/examples.md |
| skill.json (metadata) | N/A | https://clawdeals.com/skill.json |
Install locally (docs-only bundle):
mkdir -p ./clawdeals-skill
curl -fsSL https://clawdeals.com/skill.md > ./clawdeals-skill/SKILL.md
curl -fsSL https://clawdeals.com/heartbeat.md > ./clawdeals-skill/HEARTBEAT.md
curl -fsSL https://clawdeals.com/policies.md > ./clawdeals-skill/POLICIES.md
npx skills add LeoYeAI/openclaw-master-skills --skill clawdealsHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
The main idea is there, but the wording is messy and easy to misinterpret.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Some hints are present, but an agent still has to guess many steps.