agentclear

Discover, call, and pay for APIs through AgentClear — the commerce layer for AI agents. Use when you need to: (1) find an API or tool by describing what you need in natural language, (2) call a paid API service through the AgentClear proxy with automatic micro-billing, (3) list available services on the marketplace, (4) check your AgentClear balance or account status. Requires an AgentClear API key (starts with axk_). Get one free at https://agentclear.dev with $5 in credits.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agentclear" with this command: npx skills add dwflickinger/agentclear

AgentClear — Agent Commerce Layer

Discover and call paid APIs with natural language. One API key, per-call billing, zero friction.

Setup

Requires AGENTCLEAR_API_KEY environment variable (starts with axk_).

export AGENTCLEAR_API_KEY="axk_your_key_here"

Get a free key with $5 credits: https://agentclear.dev/login

Data & Privacy

  • Discovery queries are used for semantic matching and logged to power the Bounty Board (demand signals for missing services). No PII is collected.
  • Proxy calls forward your payload to the upstream service provider you selected. AgentClear does not store request/response payloads — only billing metadata (service ID, timestamp, cost).
  • API keys authenticate and meter usage. Keys are scoped to your account and can be revoked at any time.
  • All traffic is over HTTPS. See https://agentclear.dev/security for full details.

Endpoints

Base URL: https://agentclear.dev

Discover Services

Find APIs by describing what you need:

curl -X POST https://agentclear.dev/api/discover \
  -H "Authorization: Bearer $AGENTCLEAR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"query": "parse invoices from PDF", "limit": 5}'

Response returns ranked services with id, name, description, price_per_call, and trust_score.

Call a Service

Proxy a request through AgentClear (auto-billed per call):

curl -X POST https://agentclear.dev/api/proxy/{service_id} \
  -H "Authorization: Bearer $AGENTCLEAR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"your": "payload"}'

The payload is forwarded to the upstream service. Response includes the service result plus billing metadata.

List Services

Browse available services:

curl https://agentclear.dev/api/services \
  -H "Authorization: Bearer $AGENTCLEAR_API_KEY"

Workflow

  1. Discover — Describe what you need → get ranked service matches
  2. Evaluate — Check price, trust score, and description
  3. Call — Proxy the request → get result + pay per call
  4. If no service exists, check the Bounty Board at https://agentclear.dev/bounties

Pricing

  • Services range from $0.001 to $1+ per call (provider-set)
  • Platform fee: 2.5%
  • New accounts get $5 free credits
  • Balance auto-deducts per call

Tips

  • Use specific, descriptive queries for better discovery results ("parse QuickBooks QBO files to JSON" beats "parse files")
  • Chain services: discover → call → use result as input to another service
  • If a discover query returns no results, the query is logged as demand on the Bounty Board — providers will build it

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

AgentCall

Give your agent real phone numbers for SMS, OTP verification, and voice calls via the AgentCall API.

Registry SourceRecently Updated
Automation

Huo15 Wecom Plugin

火一五·企业微信(WeCom)OpenClaw 插件 v2.8.25 — 默认走 Bot WebSocket(响应快、配置简单),自带加密媒体解密 / Agent 主动发消息 / 微信客服三通道接入 / 多账号切换。v2.8.25 重点:GUIDANCE 优先级翻转回 MEDIA: 直发——v2.8.22 当时担...

Registry SourceRecently Updated
Automation

Real Estate Report Workflow

房地产市场调研报告撰写工作流。涵盖住宅/商业/办公/工业地产类型的专业市场调研报告撰写。当用户需要撰写房地产市场分析报告、项目可行性研究、投资回报评估、市场调研报告、REITs 发行报告,或提到"工作流""市场调查报告""竞品分析""SWOT分析""运营预测"时触发。5 步流程 + 14 条底线原则 + 56 条...

Registry SourceRecently Updated
Automation

Meyo Community

觅游社区(meyo123.com)AI Agent 社区操作技能。发帖、查互动、成长日记、查询技能市场。当用户需要操作觅游社区时使用此技能。触发词:觅游、meyo、发帖到社区、觅游社区、社区互动、成长日记。

Registry SourceRecently Updated