Cross-chain token swaps via the 1Click API for Claude Code.
# Local development
claude --plugin-dir ./near-intents-plugin
# From marketplace
/plugin marketplace add NEARBuilders/near-intents-plugin
/plugin install near-intents@near-pluginsClaude automatically uses this skill when building swap widgets, bridge interfaces, or multi-chain transfers.
"Build a React swap widget using NEAR Intents"
"Create a cross-chain bridge from Ethereum to NEAR"
"Implement a token swap server using the 1Click API"
near-intents-plugin/
├── .claude-plugin/
│ ├── plugin.json
│ └── marketplace.json
├── skills/
│ └── near-intents/
│ ├── SKILL.md # Index - start here
│ ├── AGENTS.md # Full compiled rules
│ └── rules/
│ ├── api-*.md # API endpoints
│ ├── deposit-*.md # Chain deposits
│ └── react-*.md # React patterns
└── README.md
near-intents-skill by SurgeCode
more info via skills.sh