Agent skill · Backend & API

near-intents

Cross-chain token swap integration using NEAR Intents 1Click API. Use when building swap widgets, bridge interfaces, or multi-chain transfers across EVM, Solana, NEAR, TON, Stellar, and Tron.

Internet Court1,389★ · +222/wk · 1 repos on radarProfile →
claude-codecodexNOASSERTION
Install
npx skills add internet-court/internet-court-skill --skill near-intents --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 19
SKILL.md size: 4 KB
Bundled scripts: none
Path: vendored/near/near-intents/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,536 · +147 this week
Language: TypeScript
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# NEAR Intents Integration Cross-chain token swaps via 1Click 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` | ##

What's inside
Steps it walks through
  1. Quick Start - Pick Your Path
  2. Integration Flow
  3. Rule Categories
  4. Critical Knowledge
  5. Index
  6. Resources
Ships with 18 files
  • LICENSE
  • references/concepts.md
  • rules/api-any-input-withdrawals.md
  • rules/api-deposit-submit.md
  • rules/api-quote.md
  • rules/api-status.md
  • rules/api-tokens.md
  • rules/deposit-evm.md
  • rules/deposit-near.md
  • rules/deposit-solana.md
  • rules/deposit-stellar.md
  • rules/deposit-ton.md
  • rules/deposit-tron.md
  • rules/intents-balance.md
  • rules/passive-deposit.md
  • rules/react-hooks.md
  • rules/react-swap-widget.md
  • rules/server-example.md
More from internet-court-skill
All skills →
About this skill
What does the near-intents skill do?

Cross-chain token swap integration using NEAR Intents 1Click API. Use when building swap widgets, bridge interfaces, or multi-chain transfers across EVM, Solana, NEAR, TON, Stellar, and Tron.

How do I install it?

Run `npx skills add internet-court/internet-court-skill --skill near-intents --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From internet-court/internet-court-skill, a repository with 1,536 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going