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 (optional)

If you use Creator Platform for profile and review:

  • 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-tx-builderOptionalTransaction building
thirdfy-check-marketOptionalRead-only market and integration intelligence
thirdfy-buy-creditsOptionalAdd USD balance via x402

Next Steps