for AI Agents

A complete Superfluid Protocol reference: contracts, SDKs, subgraphs, and more.

bash — superfluid-skill
# Install for Claude Code, Codex, OpenCode, OpenClaw, Cursor, GitHub Copilot, Cline, Windsurf, Gemini, and 10+ more agents
$ npx skills add superfluid-org/skills
 
# Update the skill later
$ npx skills update
 
# ── ALTERNATIVE INSTALL METHODS ──
# If you prefer not to use skills.sh
 
# Run inside OpenClaw
$ npx clawhub@latest install superfluid
 
# Run inside Claude Code
$ /plugin marketplace add superfluid-org/skills
$ /plugin install superfluid@superfluid-skills

FAQ

Is it free?

Yes. Open-source under the MIT license. Your AI tool may have its own costs, but the skill itself is free.

Should I trust the output?

Always verify. The skill gives your AI accurate reference material, but it can still hallucinate contract addresses, invent function signatures, or produce incorrect code. Treat AI output the same way you'd treat code from a junior developer: review it, test it, and check addresses against official sources before deploying anything on-chain.

What's included in the skill?

Complete contract references (ABIs with descriptions), subgraph schemas and query patterns, SDK guides, architecture documentation, and helper scripts for resolving addresses, token lists, and balances.

How is this different from just asking the AI about Superfluid?

Without the skill, your AI relies on training data that may be outdated or wrong. With the skill, it reads verified, current contract interfaces and integration guides at the moment it needs them. The difference shows up most in integration code, debugging, and anything involving specific function signatures or contract addresses.

How do I install on Claude Desktop?

Option 1: Custom Marketplace

Recommended
1

Open Customize → click "+" on Personal plugins

2

Browse"+""Add marketplace from GitHub"

3

Enter:

superfluid-org/skills

Option 2: ZIP Upload

1

Download from GitHub Releases

2

CustomizeSkills"+" → Upload the ZIP

How do I install for Codex Desktop App?

Just run the standard npx skills add superfluid-org/skills install. It writes to the .codex folder, which the Codex Desktop App picks up automatically. No extra steps needed.

How do I update the skill?

Run npx skills update to pull the latest version. For ClawHub, run npx clawhub@latest install superfluid again.

What agents are supported?

The skill works with any agent that supports the Skills protocol: Claude Code, OpenCode, Cursor, GitHub Copilot, Cline, Windsurf, Gemini CLI, Codex CLI, Codex Desktop App, and more. Claude Desktop is supported via the plugin marketplace or ZIP upload.

Which model works best?

The skill has been most tested with Claude Code using the Opus model. Results will vary across different models and tools. A more capable model with extended thinking (or equivalent reasoning mode) will make better use of the references. Other tools and models are compatible, but that combination is the most proven.