Skip to content

AsterPay/asterpay-skills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

AsterPay Skills

Best-practice guidance for AI agent EUR settlement, trust scoring, and stablecoin off-ramp via AsterPay.

X

Installation

Vercel Skills CLI

npx skills add asterpay/asterpay-skills

Claude Code

/plugin marketplace add asterpay/asterpay-skills
/plugin install asterpay-skills@asterpay

Skills

Skill Description
settle-to-eur Convert USDC, EURC, or EURCV to EUR via SEPA Instant. Covers settlement estimates, x402 facilitator flow, trust tier checks, and error handling.
check-trust-score Evaluate any wallet's trustworthiness using the KYA (Know Your Agent) framework. Returns trust score (0–100), access tier, sanctions screening, and ERC-8004 identity status. All endpoints free.

AsterPay MCP

For real-time API access alongside skills, add the AsterPay MCP server:

{
  "mcpServers": {
    "asterpay": {
      "command": "npx",
      "args": ["-y", "asterpay-mcp-server"],
      "env": {
        "ASTERPAY_BASE_URL": "https://x402.asterpay.io"
      }
    }
  }
}

Works with Circle Skills

AsterPay skills complement Circle Skills. Use Circle's skills for USDC wallet management, crosschain bridging (CCTP), and smart contracts. Use AsterPay's skills for EUR settlement and agent trust scoring.

Typical flow: Create wallet (Circle) → Bridge USDC to Base (Circle) → Check trust score (AsterPay) → Settle to EUR (AsterPay)

How Skills Work

Skills provide context that helps AI agents perform specific tasks accurately:

  • Decision frameworks: when to check trust scores, which tier allows which transaction size
  • Correct patterns: x402 payment flow, settlement estimate before commit, batch screening
  • Common mistakes: skipping sanctions checks, hardcoding keys, ignoring rate locks

Your agent reads the relevant SKILL.md while planning and generating code. You stay in control.

Resources

License

Apache 2.0 — see LICENSE for details.

About

Agent Skills for EUR settlement and trust scoring — USDC to EUR via SEPA Instant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors