near-intents

📁 surgecode/near-intents-skill 📅 Jan 20, 2026
9
总安装量
9
周安装量
#33250
全站排名
安装命令
npx skills add https://github.com/surgecode/near-intents-skill --skill near-intents

Agent 安装分布

claude-code 9
cursor 8
gemini-cli 7
codex 7
opencode 6
antigravity 6

Skill 文档

NEAR Intents Integration

Cross-chain token swaps via 1 Click REST API. Get a quote, API provides deposit addresses you build the deposit transaction and receive the resulting token automatically.

Quick Start – Pick Your Path

Use Case Start Here
React App react-swap-widget.md – Example showing the pattern
Node.js / Script server-example.md – Example showing the pattern
API Reference api-quote.md → api-tokens.md → api-status.md
Chain-specific Deposits deposit-{chain}.md

Integration Flow

GET /v0/tokens → POST /v0/quote (dry) → POST /v0/quote (wet) → Deposit TX → POST /v0/deposit/submit → GET /v0/status

Rule Categories

Priority Category Files
1 Examples react-swap-widget.md, server-example.md
2 API api-quote.md, api-tokens.md, api-status.md, api-deposit-submit.md
3 Deposits deposit-evm.md, deposit-solana.md, deposit-near.md, deposit-ton.md, deposit-tron.md, deposit-stellar.md
4 React Hooks react-hooks.md
5 Advanced intents-balance.md, passive-deposit.md

Critical Knowledge

  1. Use assetId from /v0/tokens – never construct manually
  2. dry: true = preview only, dry: false = get deposit address (valid ~10 min)
  3. Poll status until terminal: SUCCESS, FAILED, REFUNDED, INCOMPLETE_DEPOSIT
  4. Chain-to-chain is defaultdepositType and recipientType default to chain endpoints

Index

  1. Examples (HIGH)

  2. API Reference (CRITICAL)

    • api-tokens – Fetch supported tokens, cache result
    • api-quote – Get swap quote, dry=true for preview, dry=false for deposit address
    • api-deposit-submit – Notify API after deposit to speed up processing
    • api-status – Poll until terminal state (SUCCESS, FAILED, REFUNDED)
  3. Chain Deposits (HIGH)

  4. React Hooks (MEDIUM)

    • react-hooks – Reusable hooks for tokens, quotes, status polling
  5. Advanced (LOW)

Resources

Full Document

Complete compiled rules: AGENTS.md