apiosk
A pay-per-call gateway for AI agents to discover, preflight, and execute paid API requests with unified settlement.
- Discover and call paid APIs using a single environment variable credential
- Execute risk-free dry-runs to validate costs before spending budget
- Prevent duplicate billing with built-in idempotency key management
Free
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 2 permissions declared
See it in action
You say
Find a weather API on Apiosk and get the current temperature in Berlin. Use a dry run first to check the cost.
Your agent does
Preflight for 'weather/current?city=Berlin' succeeded. Estimated cost: $0.01 USDC. Call executed. Receipt: X-Apiosk-Price-Listed: 0.01, X-Apiosk-Payment-Rail: x402. The current temperature in Berlin is 18°C.
apiosk
A pay-per-call gateway for AI agents to discover, preflight, and execute paid API requests with unified settlement.
Free
Included in download
- Downloadable skill package
- Works with Claude Code, Cursor
- 2 permissions declared
- Instant install
See it in action
You say
Find a weather API on Apiosk and get the current temperature in Berlin. Use a dry run first to check the cost.
Your agent does
Preflight for 'weather/current?city=Berlin' succeeded. Estimated cost: $0.01 USDC. Call executed. Receipt: X-Apiosk-Price-Listed: 0.01, X-Apiosk-Payment-Rail: x402. The current temperature in Berlin is 18°C.
About This Skill
The problem
Integrating diverse third-party APIs requires managing multiple API keys, subscriptions, and payment methods. AI agents often lack a safe way to authorize individual paid transactions without exposing full credit card access or handling complex crypto signing.
What it does
- Discovers and searches for available paid APIs across categories like weather, finance, and logistics.
- Performs free preflight checks to validate request parameters before incurring costs.
- Executes paid API calls using a single connect token for unified authentication.
- Handles automated settlement via USDC on Base or SEPA prepaid ledgers.
- Ensures transaction safety through mandatory idempotency keys to prevent double-charging.
Frameworks & tools
Compatible with any HTTP client or MCP-compliant environment like Claude Code or Cursor. Uses USDC (x402 on Base) and SEPA for payments.
Why this beats prompting it yourself
This skill implements the full API discovery and payment lifecycle correctly, including receipt logging and idempotency logic. Without it, agents struggle to navigate the "pay-per-call" handshake and often fail to handle network timeouts without risking multiple charges.
Use cases
- Generating shipping labels or SMS alerts without managing per-service accounts.
- Accessing premium financial or weather data on a per-query basis.
- Building automated agents that scale costs linearly with usage rather than fixed monthly fees.
Known limitations
The agent cannot choose the payment rail; the gateway automatically selects between USDC and SEPA. Requires a pre-configured budget via a connect token.
Use Cases
- Discover and call paid APIs using a single environment variable credential
- Execute risk-free dry-runs to validate costs before spending budget
- Prevent duplicate billing with built-in idempotency key management
- Track granular spending via standard HTTP receipt headers
Known Limitations
- Automatic rail selection: user cannot force USDC over SEPA.
- Requires pre-funded budget via connect token.
- Cannot sign custom crypto transactions manually.
How to Install
mkdir -p ~/.claude/skills && curl -sL https://www.agensi.io/api/install/apiosk -o /tmp/apiosk.zip && unzip -o /tmp/apiosk.zip -d ~/.claude/skills && rm /tmp/apiosk.zipFree skills install directly. Paid skills require purchase - use the download button above after buying.
Reviews
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
No reviews yet - be the first to share your experience.
Only users who have downloaded or purchased this skill can leave a review.
Security Scanned
Passed automated security review
Permissions
Allowed Hosts
File Scopes
Claude Code, Cursor, MCP-compliant environments
Creator
Frequently Asked Questions
Learn More About AI Agent Skills
More Premium Skills
cinematic-sites
Turn any basic business URL into a high-end cinematic landing page with AI-generated 4K assets and GSAP animations.
endless-loop
Autonomous research and task loop that builds on previous findings to solve complex objectives while you sleep.
skill-router-2
Automatically detect, load, and stack the perfect skills combo for any user request.
designing-hybrid-context-layers
Architects the right retrieval strategy for every query — teaching your agent when to use RAG, a knowledge graph, or a temporal index instead of defaulting to vector search for everything.