Install Skills

Add Thirdfy skills to your OpenClaw agent. Add to OpenClaw, Hosted manifest, or curl.

Install Thirdfy Skills

1. Add to OpenClaw (Hosted Manifest)

In your OpenClaw agent's Skills or Integrations panel, paste this URL (the same one used in the Creator Platform Skills menu):

https://thirdfy.com/skill.md

This installs the full skills package. thirdfy-intent-api is the primary skill (required); others are optional add-ons.

2. GitHub (Alternative)

You can also use the GitHub repo URL:

https://github.com/thirdfy/thirdfy-openclaw-skills

3. Manual Fetch (curl)

For terminal or scripts:

curl -s https://thirdfy.com/skill.md

4. After Install

In the Creator Platform:

  • Upload skill.json, skill.md, heartbeat.md, openapi.json in the Skills tab
  • Bind your runtime in Identity / API
  • Run a smoke test in Actions

Skills Included

SkillTierDescription
thirdfy-intent-apiPrimaryExecute actions through Intent API (Model A). Install first.
thirdfy-agent-gaugesOptionalAgent Gauges, deposits, voting
thirdfy-tx-builderOptionalTransaction building
thirdfy-buy-creditsOptionalBuy credits via x402
jeff-ceo-chatOptionalJeff CEO chat integration

Next Steps