Skill 詳細
registry
API integration infrastructure, narrowly scoped.
使用前に確認
自動レビューは関連性のみを確認し、安全性や推奨を保証しません。使用前に出典の説明を読んでください。
SKILL.md
これはレビュー時に保存された抜粋です。完全で最新の内容は外部ソースを確認してください。
---
name: registry
version: 1.0.0
description: Pay-per-call API gateway for AI agents. 10 services available via x402 — no API keys, no subscriptions.
homepage: https://registry.frames.ag
metadata:
category: api-gateway
api_base: https://registry.frames.ag/api
x402:
supported: true
chains:
- evm
- solana
networks:
- eip155:8453
- eip155:84532
- solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
- solana:EtWTRABZaYq6iMfeYKouRu166VU2xqa1
tokens:
- USDC
- USDT
- CASH
services:
count: 10
slugs:
- twitter
- ai-gen
- test
- exa
- wordspace
- openrouter
- jupiter
- near-intents
- agentmail
- coingecko
endpoints:
twitter: /api/service/twitter
ai-gen: /api/service/ai-gen
test: /api/service/test
exa: /api/service/exa
wordspace: /api/service/wordspace
openrouter: /api/service/openrouter
jupiter: /api/service/jupiter
near-intents: /api/service/near-intents
agentmail: /api/service/agentmail
coingecko: /api/service/coingecko
skill_docs: /api/service/{slug}/skill.md
wallet:
recommended: agentwallet
skill: https://frames.ag/skill.md
endpoint: /x402/fetch
---
# Frames Registry
Pay-per-call API gateway for AI agents. 10 services available via the x402 payment protocol. No API keys, no subscriptions — just pay per request with crypto.
## Base URL
```
https://registry.frames.ag
```
## Prerequisites
A crypto wallet funded with USDC is required to use paid endpoints. Two options:
- **[AgentWallet](https://frames.ag/skill.md) (recommended for agents)** — server-side wallet that handles 402 detection, payment signing, and retries automatically via a single `POST /x402/fetch` call. No private key management needed on your side.
- **Self-managed wallet** — any EVM wallet (Base) or Solana wallet with USDC. You sign x402 payment headers directly.
## Quick Start
1. **Set up a wallet** — create an [AgentWallet](https://frames.ag/skill.md) or fund your own wallet with USDC
2. **Discover services:** `GET https://registry.frames.ag/api/services`
3. **Read service docs:** `GET https://registry.frames.ag/api/service/{slug}/skill.md`
4. **Check pricing:** `GET https://registry.frames.ag/api/pricing`
5. **Make a paid request** — via AgentWallet's `/x402/fetch` or directly with x402 headers (see Payment Protocol below)
## Services (10)
| Service | Slug | Description | Endpoints | Price Range |
|---------|------|-------------|-----------|-------------|
| [Twitter API](https://registry.frames.ag/api/service/twitter/skill.md) | `twitter` | Full Twitter API access - users, tweets, search, communities, spaces, trends, and more via twitterapi.io | 26 | $0.005 - $0.02 |
| [AI Generation API](https://registry.frames.ag/api/service/ai-gen/skill.md) | `ai-gen` | Run AI models for image, video, audio, and 3D generation | 1 | $0.01 |
| [x402 Test Service](https://registry.frames.ag/api/service/test/skill.md) | `test` | Test x402 payment flows on Base Sepolia (EVM) and Solana Devnet. Use this service to verify your x402 client integration is working correctly. | 2 | $0.001 |
| [Exa API](https://registry.frames.ag/api/service/exa/skill.md) | `exa` | Semantic web search via Exa | 4 | $0.002 - $0.01 |
| [Wordspace Agent](https://registry.frames.ag/api/service/wordspace/skill.md) | `wordspace` | AI agent loop with sandboxed execution and OpenProse skills | 1 | $2 |
| [OpenRouter](https://registry.frames.ag/api/service/openrouter/skill.md) | `openrouter` | Text generation via 300+ models (OpenAI, Anthropic, Google, Meta, etc.) | 0 | free |
| [Jupiter API](https://registry.frames.ag/api/service/jupiter/skill.md) | `jupiter` | Solana token swap, price, search, and portfolio via Jupiter | 4 | $0.002 - $0.01 |
| [NEAR Intents API](https://registry.frames.ag/api/service/near-intents/skill.md) | `near-intents` | Cross-chain token swaps via 1Click deposit addresses | 1 | $0.01 |
| [AgentMail API](https://registrGitHub で全文を読む (外部ページ)