Skills Plugins MCP Prompt Model 博客 我的中心
Development #api #ai #agent

registry

Pay-per-call API gateway for AI agents. 10 services available via x402 — no API keys, no subscriptions.

DeepseekModel Curated skill Quality Good · 48 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=frames-engineering-skills-skills-registry-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
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":null,"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 (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 Set up a wallet — create an AgentWallet or fund your own wallet with USDC Discover services: GET https://registry.frames.ag/api/services Read service docs: GET https://registry.frames.ag/api/service/{slug}/skill.md Check pricing: GET https://registry.frames.ag/api/pricing 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 twitter Full Twitter API access - users, tweets, search, communities, spaces, trends, and more via twitterapi.io 26 $0.005 - $0.02 AI Generation API ai-gen Run AI models for image, video, audio, and 3D generation 1 $0.01 x402 Test Service 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 exa Semantic web search via Exa 4 $0.002 - $0.01 Wordspace Agent wordspace AI agent loop with sandboxed execution and OpenProse skills 1 $2 OpenRouter openrouter Text generation via 300+ models (OpenAI, Anthropic, Google, Meta, etc.) 0 free Jupiter API jupiter Solana token swap, price, search, and portfolio via Jupiter 4 $0.002 - $0.01 NEAR Intents API near-intents Cross-chain token swaps via 1Click deposit addresses 1 $0.01 AgentMail API agentmail Email infrastructure for AI agents — create inboxes, send/receive emails, manage threads 5 $0.005 - $0.01 CoinGecko API coingecko Crypto price data, market info, and token search — prices, market caps, trending tokens, and search across 10,000+ cryptocurrencies 5 $0.002 - $0.005 Service Endpoints Each service lives at https://registry.frames.ag/api/service/{slug} and exposes: Endpoint Description GET / Service info GET /health Health check GET /docs Interactive API docs GET /openapi.json OpenAPI 3.x spec GET /skill.md Agent-friendly documentation Pricing Details Twitter API ( twitter ) Base: https://registry.frames.ag/api/service/twitter | Docs | OpenAPI | Skill Endpoint Price Description POST /api/user-info $0.005 Look up a Twitter user's profile by username — returns bio, follower/following counts, verification status, and profile metadata POST /api/user-tweets $0.01 Fetch a user's recent tweets by username or user ID, with optional reply inclusion and cursor pagination POST /api/user-followers $0.01 List accounts following a user, paginated up to 200 per page with cursor-based navigation POST /api/user-following $0.01 List accounts a user follows, paginated up to 200 per page with cursor-based navigation POST /api/verified-followers $0.01 List only verified (blue-check) accounts following a user, by user ID with cursor pagination POST /api/search-users $0.01 Search for Twitter users by keyword — matches against names, bios, and usernames POST /api/user-mentions $0.01 Fetch tweets that @mention a user, with optional time range filtering (sinceTime/untilTime unix timestamps) POST /api/check-follow $0.005 Check whether one user follows another — returns the follow relationship between two usernames POST /api/batch-users $0.02 Fetch multiple user profiles in one request by comma-separated user IDs POST /api/tweets-by-ids $0.01 Fetch full tweet data for multiple tweets by comma-separated tweet IDs POST /api/tweet-replies $0.01 Get replies to a specific tweet, sortable by Relevance, Latest, or Likes with cursor pagination POST /api/search-tweets $0.01 Advanced tweet search with operators — supports from:, to:, has:media, date ranges, engagement filters, and boolean logic POST /api/tweet-quotes $0.01 Get all quote tweets of a specific tweet, with optional time range and reply inclusion filters POST /api/tweet-retweeters $0.01 List users who retweeted a specific tweet, with cursor pagination POST /api/tweet-thread $0.01 Retrieve the full conversation thread for a tweet — parent tweets and replies in context POST /api/list-tweets $0.01 Fetch tweets from a Twitter List by list ID, with optional time range and reply filters POST /api/list-followers $0.01 List users who follow a specific Twitter List, with cursor pagination POST /api/list-members $0.01 List all members of a Twitter List, with cursor pagination POST /api/community-info $0.005 Get a Twitter Community's metadata — name, description, member count, rules, and creation date POST /api/community-members $0.01 List members of a Twitter Community, with cursor pagination POST /api/community-tweets $0.01 Fetch tweets posted in a Twitter Community, with cursor pagination POST /api/space-detail $0.005 Get details about a Twitter Space — title, host, participants, schedule, and state (live/scheduled/ended) POST /api/article $0.01 Retrieve a long-form Twitter Article (Notes) by the tweet ID that contains it POST /api/trends $0.01 Get trending topics for a location by WOEID (1=Worldwide, 23424977=US, 2459115=NYC) POST /api/invoke $0.01 Search tweets (legacy — use /api/search-tweets instead) POST /api/search $0.01 Search tweets (legacy — use /api/search-tweets instead) AI Generation API ( ai-gen ) Base: https://registry.frames.ag/api/service/ai-gen | Docs | OpenAPI | Skill Endpoint Price Description POST /api/invoke $0.01 Run AI model prediction (price varies by model) x402 Test Service ( test ) Base: https://registry.frames.ag/api/service/test | Docs | OpenAPI | Skill Endpoint Price Description POST /api/invoke $0.001 Test x402 payment flow (Base Sepolia & Solana Devnet) POST /api/echo $0.001 Echo data with payment verification Exa API ( exa ) Base: https://registry.frames.ag/api/service/exa | Docs | OpenAPI | Skill Endpoint Price Description POST /api/search $0.01 Semantic web search POST /api/find-similar $0.01 Find similar pages POST /api/contents $0.002 Extract URL contents POST /api/answer $0.01 AI-powered answer Wordspace Agent ( wordspace ) Base: https://registry.frames.ag/api/service/wordspace | Docs | OpenAPI | Skill Endpoint Price Description POST /api/invoke $2 Run wordspace AI agent loop Jupiter API ( jupiter ) Base: https://registry.frames.ag/api/service/jupiter | Docs | OpenAPI | Skill Endpoint Price Description POST /api/swap $0.01 Get swap quote and unsigned transaction POST /api/price $0.002 Token price lookup POST /api/tokens $0.002 Token search and metadata POST /api/portfolio $0.005 Wallet portfolio positions NEAR Intents API ( near-intents ) Base: https://registry.frames.ag/api/service/near-intents | Docs | OpenAPI | Skill Endpoint Price Description POST /api/quote $0.01 Cross-chain swap quote and deposit address AgentMail API ( agentmail ) Base: https://registry.frames.ag/api/service/agentmail | Docs | OpenAPI | Skill | Endpoint | Price | Description |
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

验证码 --

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。