Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add skills/vbkotecha/agentservices-api/aisa-skillnpx skills add vbkotecha/agentservices-api --skill aisa-skillgit clone --depth 1 https://github.com/vbkotecha/agentservices-apiWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/vbkotecha/agentservices-api/aisa-skill)<a href="https://agentmods.dev/skills/vbkotecha/agentservices-api/aisa-skill"><img src="https://agentmods.dev/badge/skills/vbkotecha/agentservices-api/aisa-skill.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.01282 |
| Opus 5 | $0.00000 | $0.00641 |
| Sonnet 5 | $0.00000 | $0.00256 |
| Haiku 4.5 | $0.00000 | $0.00128 |
Grade A, and why
aisa-skill scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AgentServices — Paid APIs for AI Agents
Discovery: AgentServices provides 50 endpoints (38 paid via x402) for crypto market data, DeFi intelligence, market intelligence, web search, AI inference, and on-chain analytics. Agents pay per call in USDC on Base — no API keys, no accounts.
Quick Start
# Install the x402 client
pip install x402-fetch
# Make a paid API call (agent wallet required)
import x402_fetch
response = x402_fetch.get(
"https://agentservices.to/v1/portfolio?symbol=BTC",
payer_wallet="0xYourWalletAddress"
)
print(response.json())
What Agents Can Do
Market Intelligence
- GET /v1/portfolio?symbol=BTC ($0.10) — Price + technical signal + risk score + market sentiment + AI verdict
- GET /v1/research?q=your_query ($0.05) — Web search + content extraction + AI synthesis in one call
- GET /v1/market-pulse ($0.05) — Fear & Greed + trending + news + social + whale activity + direction signal
- GET /v1/defi-strategy ($0.25) — Top yields + protocol TVL + cross-chain comparison + risk assessment
- GET /v1/onchain-overview ($0.15) — Whale movements + exchange flows + stablecoin flows + correlation + DeFi TVL
Crypto Data
- GET /v1/indicators/{symbol} ($0.02) — RSI, MACD, Bollinger Bands, moving averages
- GET /v1/defi-yields ($0.02) — Top DeFi yield opportunities across chains
- GET /v1/token-risk?address={addr} ($0.03) — Rug/honeypot risk score for any token
- GET /v1/crypto-signals?symbol={sym} ($0.04) — Buy/sell signals from technical analysis
- GET /v1/fx-rates ($0.003) — Real-time forex rates
Search & Research
- GET /v1/search?q={query} ($0.01) — Web search with relevance scoring
- GET /v1/web-extract?url={url} ($0.01) — Extract clean text from any webpage
- GET /v1/hn-sentiment ($0.02) — Hacker News sentiment analysis for tech trends
Developer Intelligence
- GET /v1/npm-stats?package={name} ($0.02) — npm package download stats + security
- GET /v1/github-trending ($0.02) — GitHub trending repos by language
- GET /v1/seo-keywords?domain={domain} ($0.03) — SEO keyword analysis
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 109 lines · 0 tokens per session scan A 229150d84cc2
aisa-skill is a skill published in the GitHub repository vbkotecha/agentservices-api (1 stars, last pushed 4d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 1,282 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
agent-payment-stats
Cross-protocol agent-economy payment metrics from Barker's index. x402 (Base) volume is on-chain verifiable; ACP / AP2 / MPP / AP4M figures are self-reported claims. Separates real vs nominal volume by filtering wash/noise sellers. Use when users ask about x402 volume, agent payment stats, agent economy metrics, or…
clicks-protocol
Query and interact with Clicks Protocol: autonomous DeFi yield for AI agents on Base. Check current APY (Aave V3 + Morpho), query agent status, simulate payment splits, view referral earnings. Zero dependencies (curl only). Use when an agent holds idle USDC, needs treasury yield data, or wants to check Clicks Protocol…
alien-plugg-x402
38 paid x402 API endpoints for AI agents — Zora crypto analysis, Robinhood Chain tokenized stocks, on-chain intelligence, whale tracking, and utilities. MCP-compatible. Flat $0.003/call via USDC micropayments on Base.
broke2built
Broke to Built AI operates 44 x402 micropayment services on Base. All services follow the x402 protocol: send USDC, receive data. No API keys. No subscriptions. No setup.
stipend
A non-custodial USDC wallet on Base that an AI agent installs by itself, with spending limits enforced in the signing path rather than in a prompt. Receive payments, pay HTTP 402 / x402 charges automatically, and answer whether you are worth running. No account, no API key, no human needed to install or to be paid.
ai-work-market
Use when an AI agent needs to receive USDC payment for work that takes more than one minute — market research, code review, translations, dataset annotation, logo design. The buyer escrows USDC, the seller delivers proof, the buyer releases or disputes. Use for work contracts, NOT for atomic sub-minute pay-per-call…