SkillAgentSearch skills...

near-intents

Cross-chain token swap integration using NEAR Intents 1Click API

Install / Use

npx skills add internet-court/internet-court-skill --skill near-intents

Installs into whichever agent you are using.

About this skill
📄

SKILL.md

Installable skill definition

Quality Score

84/100

Category

Automation

Supported Platforms

Universal

Our assessment of near-intents

near-intents scores 84/100 on our quality scale, 987th of 1,554 Automation skills we index.

Its SKILL.md is 3.7 KB long, split into 7 sections with 1 code example: a solid amount of guidance for an agent.

With 6,129 GitHub stars, it is one of the more widely adopted skills in the catalogue.

Substance
26/30
Structure
15/20
Description
12/15
Adoption
16/20
Freshness
15/15

Maintenance, license and trust

  • The repository was last updated 38 days ago, so near-intents is actively maintained.
  • No license is declared. By default that means all rights are reserved: you can read it, but reusing or redistributing it is not clearly permitted. Ask the author before building on it commercially.
  • Its trust signals score 88/100, with 1 caution from licensing, adoption, age or documentation. These come from repository metadata, not a code audit — read the skill file before letting an agent act on it.

near-intents compared with similar skills

All 4 of these similar skills score higher than near-intents; compare them before choosing.

SkillScoreStarsUpdatedFormat
near-intents (this skill)by internet-court846.1k38d agoSKILL.md
Agent-Reachby Panniantong10085.6k11d agoCLAUDE.md
headroomby headroomlabs-ai10073.9ktodayCLAUDE.md
rufloby ruvnet10073.3ktodayCLAUDE.md
Scraplingby D4Vinci10083.9ktodayMCP Server

Frequently asked questions

How do I install near-intents?
Run npx skills add internet-court/internet-court-skill --skill near-intents. The install tabs above show the steps for each supported agent.
Which AI agents does near-intents work with?
It is written for Universal, as a SKILL.md file. Other agents that read the same format can often use it too.
Is near-intents safe to use?
It declares no license and scores 88/100 on trust signals. Skills are instructions an agent will follow, so read the file before installing it and do not approve commands you do not understand.
Is near-intents still maintained?
The repository was last updated 38 days ago, so near-intents is actively maintained.

name: near-intents description: 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.

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 |

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 default - depositType and recipientType default to chain endpoints

Index

  1. Examples (HIGH)

  2. API Reference (CRITICAL)

  3. Chain Deposits (HIGH)

  4. React Hooks (MEDIUM)

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

  6. References

    • concepts - Swap lifecycle, statuses, CEX warning, authentication

Resources

  • Docs: https://docs.near-intents.org/near-intents/integration/distribution-channels/1click-api
  • API Keys: https://partners.near-intents.org/
  • OpenAPI: https://1click.chaindefuser.com/docs/v0/openapi.yaml

Related Skills

View on GitHub
GitHub Stars6.1k
CategoryAutomation
Updated1mo ago
Forks110

Languages

TypeScript

Trust signals

88/100

From repository metadata: license, adoption, age and documentation. Not a code audit — see the Safety scan above for what the skill file itself contains.

1 medium