← 返回 Skills 市场
benschiller

clawdio

作者 benschiller · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1111
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install clawdio
功能描述
Auditory intelligence for AI agents. Transforms human audio into into structured data, semantic reports, and machine-readable markdown. Use when you need market intelligence, crypto alpha, speaker-attributed quotes, or sentiment analysis from voice conversations. Requires x402 payment in USDC on Base Mainnet.
使用说明 (SKILL.md)

Clawdio — Auditory Intelligence for AI Agents

Clawdio, powered by VAIL (Voice AI Layer), gives AI agents auditory perception by transforming long-form human audio into structured data, semantic reports, and machine-readable markdown.

Agents interact with an x402 payment-gated API to ingest spoken conversations as first-class inputs — just like text, price feeds, or alternative data sources.

Initial deployment focuses on AI and Crypto Twitter Spaces, where high-signal market intelligence exists primarily in voice.

Base URL: https://clawdio.vail.report Protocol: x402 Network: Base Mainnet (eip155:8453) Currency: USDC Price: $1.49 per report


Requirements

You need an x402-compatible wallet funded with USDC on Base Mainnet. Compatible wallet providers include:

The x402 payment is handled automatically via the PAYMENT-SIGNATURE header — your wallet provider manages the signing and settlement. You do not need to construct payment transactions manually.


Quick Start

Step 1: Understand the API

Visit the API root to get a self-describing overview:

curl https://clawdio.vail.report/

This returns the full API description, available endpoints, pricing, and purchase flow instructions.

Step 2: Browse the Catalog (Free)

curl https://clawdio.vail.report/catalog

No payment or authentication required. Returns all available products with metadata:

{
  "products": [
    {
      "id": "c6d36398-a0c8-4c21-9aa4-1d1d9084a820",
      "title": "AI & Crypto Twitter Space",
      "abstract": "Analysis of a discussion covering...",
      "date": "2025-01-15",
      "length": "01:23:45",
      "listeners": 1234,
      "purchase": {
        "url": "https://clawdio.vail.report/catalog/purchase?id=c6d36398-a0c8-4c21-9aa4-1d1d9084a820",
        "method": "GET",
        "protocol": "x402",
        "price": "1.49 USDC"
      }
    }
  ],
  "total": 15,
  "purchase_instructions": {
    "steps": [
      "Select a product from the list above",
      "Make an HTTP GET request to the product's purchase.url",
      "Your x402-compatible wallet handles payment automatically",
      "You receive the full artifact set (metadata + report + transcript)"
    ],
    "important": "The purchase endpoint uses GET, not POST. Save the artifacts — repurchase is required for repeat access."
  }
}

Step 3: Purchase a Report ($1.49 USDC)

curl https://clawdio.vail.report/catalog/purchase?id={uuid}

Important: This is a GET request, not POST.

On first request without payment, the server returns HTTP 402 Payment Required with a PAYMENT-REQUIRED header. Your x402 wallet automatically:

  1. Reads the payment requirements from the 402 response
  2. Signs a USDC payment on Base Mainnet
  3. Retries the request with the PAYMENT-SIGNATURE header
  4. Receives the full content after payment settles

What You Get

Each purchase returns a JSON object with three artifact layers (metadata + report + transcript):

{
  "id": "c6d36398-a0c8-4c21-9aa4-1d1d9084a820",
  "transaction": "0x1234...abcd",
  "title": "AI & Crypto Twitter Space",
  "date": "2025-01-15",
  "length": "01:23:45",
  "listeners": 1234,
  "participants": {
    "hosts": [
      {
        "display_name": "Host Name",
        "screen_name": "host_handle",
        "avatar_url": "https://..."
      }
    ],
    "speakers": [
      {
        "display_name": "Speaker Name",
        "screen_name": "speaker_handle",
        "avatar_url": "https://..."
      }
    ]
  },
  "content": {
    "report": {
      "format": "markdown",
      "content": "## Abstract\
\
Analysis of the Twitter Space...\
\
## Key Insights\
\
- ...\
\
## Hot Takes\
\
> \"Quote\" — **Speaker** (timestamp)\
\
## Timeline\
\
- ...\
\
## Potential Alpha\
\
- ...\
\
## Market Sentiment\
\
**Overall:** Bullish\
\
## Project Mentions\
\
- **Project**: Context"
    },
    "transcript": {
      "format": "markdown",
      "content": "# Transcript\
\
**Speaker 1** [00:01:26 - 00:01:49]\
> Spoken text here...\
\
**Speaker 2** [00:01:50 - 00:02:15]\
> Response text here..."
    }
  }
}

Artifact 1 — Metadata: Title, date, duration, listener count, full participant list with Twitter handles and avatars.

Artifact 2 — Report (Markdown): Structured analysis including abstract, key insights, hot takes with attribution, timeline of events, potential alpha, market sentiment, and project mentions.

Artifact 3 — Transcript (Markdown): Full speaker-attributed transcript with timestamps. Every utterance has speaker name, timestamp range, and verbatim content.


Report Schema

The report markdown contains these sections (when available):

Section Description
Abstract Summary paragraphs of the entire Space
Key Insights Bullet list of the most important takeaways
Hot Takes Notable quotes with speaker attribution and timestamps
Timeline Chronological events with significance notes
Potential Alpha Actionable intelligence and forward-looking signals
Market Sentiment Overall sentiment assessment with notes
Project Mentions Named projects/tokens discussed with context

Complete Purchase Flow

Agent                          Clawdio                      Facilitator
  |                               |                              |
  |  GET /catalog                 |                              |
  |------------------------------>|                              |
  |  200 OK (product list)        |                              |
  |\x3C------------------------------|                              |
  |                               |                              |
  |  GET /catalog/purchase?id=... |                              |
  |------------------------------>|                              |
  |  402 Payment Required         |                              |
  |  (PAYMENT-REQUIRED header)    |                              |
  |\x3C------------------------------|                              |
  |                               |                              |
  |  [wallet signs USDC payment]  |                              |
  |                               |                              |
  |  GET /catalog/purchase?id=... |                              |
  |  (PAYMENT-SIGNATURE header)   |                              |
  |------------------------------>|                              |
  |                               |  verify + settle payment     |
  |                               |----------------------------->|
  |                               |  settlement confirmation     |
  |                               |\x3C-----------------------------|
  |  200 OK                       |                              |
  |  (full artifacts + tx hash)   |                              |
  |\x3C------------------------------|                              |

Endpoints

Endpoint Method Auth Description
/ GET None Self-describing API root with full documentation
/catalog GET None Browse all available products with metadata
/catalog/purchase?id={uuid} GET x402 Purchase full artifacts ($1.49 USDC)
/health GET None Health check
/.well-known/x402 GET None x402 discovery document

Using with Coinbase AgentKit

If you use Coinbase AgentKit, the x402 payment flow is fully automatic:

import { AgentKit, CdpEvmWalletProvider, walletActionProvider, x402ActionProvider } from "@coinbase/agentkit";

const walletProvider = await CdpEvmWalletProvider.configureWithWallet({
  apiKeyId: process.env.CDP_API_KEY_ID,
  apiKeySecret: process.env.CDP_API_KEY_SECRET,
  walletSecret: process.env.CDP_WALLET_SECRET,
  address: YOUR_WALLET_ADDRESS,
  networkId: "base-mainnet",
});

const agentKit = await AgentKit.from({
  walletProvider,
  actionProviders: [walletActionProvider(), x402ActionProvider()],
});

// The agent can now browse and purchase from Clawdio automatically.
// Point it at https://clawdio.vail.report/ and it will self-discover the API.

Using with @x402/fetch

For direct programmatic access without AgentKit:

import { wrapFetch } from "@x402/fetch";

const x402Fetch = wrapFetch(globalThis.fetch, walletClient);

// Browse catalog (free)
const catalog = await fetch("https://clawdio.vail.report/catalog").then(r => r.json());

// Purchase a report (x402 handles payment automatically)
const report = await x402Fetch("https://clawdio.vail.report/catalog/purchase?id={uuid}")
  .then(r => r.json());

Important Notes

  • GET not POST: The purchase endpoint uses GET. Do not send POST requests.
  • Base Mainnet only: Payment is in USDC on Base Mainnet (eip155:8453).
  • Save your purchase: Artifacts are not stored for you. Repurchase is required for repeat access.
  • No authentication: There are no API keys or accounts. Payment is the only gate.

Ideas for Agents

  • Market intelligence: Analyze hot takes and sentiment for trading signals
  • Research synthesis: Cross-reference insights across multiple Spaces
  • Alpha extraction: Mine potential alpha section for actionable opportunities
  • Network mapping: Build social graphs from participant lists across Spaces
  • Trend detection: Track project mentions and sentiment over time
  • Content curation: Quote and share notable insights on social platforms

Health Check

curl https://clawdio.vail.report/health

Returns: {"status": "ok"}


Built by VAIL — Voice AI Layer

安全使用建议
This skill calls an external paid API that will charge USDC on Base Mainnet via an x402 wallet. Before installing: confirm your agent actually has an x402-compatible wallet integration, verify the homepage and API URL (https://clawdio.vail.report) independently, and understand the $1.49-per-report charge and who will pay it. Because the SKILL.md requires automatic signing of payments but the registry metadata doesn't declare credentials, consider disabling autonomous invocation or requiring explicit user approval for any purchase calls. If you proceed, test by hitting the catalog endpoint (which is listed as free) first, and limit wallet funds or use a separate wallet to avoid unintended charges. If anything about the provider or payment flow seems unclear, ask the skill author for documentation and proof of the API's legitimacy before using it.
功能分析
Type: OpenClaw Skill Name: clawdio Version: 1.0.0 The skill bundle describes an AI agent capability to access 'auditory intelligence' reports from the Clawdio API, which requires payment in USDC on Base Mainnet via the x402 protocol. All instructions in SKILL.md clearly outline the API interaction, payment mechanism, and expected outputs. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts designed to subvert the agent's control or perform actions beyond the stated purpose of purchasing reports from the specified `https://clawdio.vail.report` domain. The network access and cryptocurrency payment capabilities are explicitly the core function of this skill, transparently communicated, and not indicative of malicious intent.
能力评估
Purpose & Capability
The skill's stated purpose (audio -> structured reports) matches the SKILL.md, but the registry metadata lists no required credentials or network access while SKILL.md explicitly requires an x402-compatible wallet and USDC on Base Mainnet. The SKILL.md also advertises a homepage (https://clawdio.vail.report) even though the registry 'Homepage' field was 'none' — this mismatch is inconsistent.
Instruction Scope
Runtime instructions direct the agent to call external endpoints (catalog and purchase URLs) and rely on an automated x402 payment flow via a PAYMENT-SIGNATURE header. The instructions do not ask the agent to read local files or unrelated env vars, but they do instruct the agent to initiate network requests that can cause an on-chain payment to be signed and settled.
Install Mechanism
No install spec and no code files — lowest-risk install mechanism. Nothing is written to disk by the skill itself.
Credentials
The skill requires an x402-compatible wallet and USDC balances (per SKILL.md) but the registry declares no required env vars or primary credential. That omission obscures the fact that using the skill can trigger actual financial transactions; the requested capability (payment signing) is proportional to the purpose but should be declared explicitly.
Persistence & Privilege
always is false, no installs, and the skill does not request system-wide persistence or modify other skills. However, the ability to invoke network calls that trigger payments raises operational risk if the agent is allowed to act autonomously.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install clawdio
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /clawdio 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Clawdio 1.0.0 — Initial Release - Launches auditory intelligence for AI agents, transforming human voice audio into structured data, semantic reports, and machine-readable markdown. - Provides a payment-gated API for easy access to market intelligence, crypto alpha, speaker-attributed quotes, and sentiment analysis from voice discussions (with focus on Twitter Spaces). - Requires x402-compatible wallet funded with USDC on Base Mainnet; payments handled automatically. - Offers a free product catalog and a clear, step-by-step purchase flow returning three artifacts per purchase: metadata, structured report, and full transcript. - Documentation includes report schema and detailed endpoint descriptions.
元数据
Slug clawdio
版本 1.0.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

clawdio 是什么?

Auditory intelligence for AI agents. Transforms human audio into into structured data, semantic reports, and machine-readable markdown. Use when you need market intelligence, crypto alpha, speaker-attributed quotes, or sentiment analysis from voice conversations. Requires x402 payment in USDC on Base Mainnet. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1111 次。

如何安装 clawdio?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install clawdio」即可一键安装,无需额外配置。

clawdio 是免费的吗?

是的,clawdio 完全免费(开源免费),可自由下载、安装和使用。

clawdio 支持哪些平台?

clawdio 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 clawdio?

由 benschiller(@benschiller)开发并维护,当前版本 v1.0.0。

💬 留言讨论