Skip to content

NEARBuilders/near-intents-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

NEAR Intents Plugin

Cross-chain token swaps via the 1Click API for Claude Code.

Install

# Local development
claude --plugin-dir ./near-intents-plugin

# From marketplace
/plugin marketplace add NEARBuilders/near-intents-plugin
/plugin install near-intents@near-plugins

Usage

Claude 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"

Structure

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

Resources

Credits

near-intents-skill by SurgeCode

more info via skills.sh

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors