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.
数据来源:ClawHub。 在 ClawSkills 查看
选择你使用的 Agent
方法一:命令行安装(推荐)
推荐(无需提前安装 clawhub)
npx clawhub@latest --dir ~/.claude/skills install clawdio或使用 clawhub CLI(需提前安装)
clawhub --dir ~/.claude/skills install clawdio⚠️ 需要 Node.js 18+,没有 Node?请使用下方方法二直接下载 ZIP。 安装 Node.js →
方法二:手动下载安装(无需 Node)
下载 ZIP,解压后将文件夹放到以下路径,重启 Agent 即可:
安装路径
~/.claude/skills/clawdio/💡解压后将文件夹放到上方路径,重启 Agent 即可生效
--- name: clawdio description: 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. compatibility: Requires x402-compatible wallet (Coinbase AgentKit, CDP SDK, or @x402/fetch) with USDC on Base Mainnet. Requires network access. metadata: author: vail version: "1.0.0" homepage: https://clawdio.vail.report api-base: https://clawdio.vail.report protocol: x402 network: eip155:8453 currency: USDC price: "1.49" category: intelligence ---
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
---
You need an x402-compatible wallet funded with USDC on Base Mainnet. Compatible wallet providers include:
x402ActionProvider()CdpEvmWalletProviderThe 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.
---
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.
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."
}
}
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:
PAYMENT-SIGNATURE headerEach 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\n\nAnalysis of the Twitter Space...\n\n## Key Insights\n\n- ...\n\n## Hot Takes\n\n> \"Quote\" — **Speaker** (timestamp)\n\n## Timeline\n\n- ...\n\n## Potential Alpha\n\n- ...\n\n## Market Sentiment\n\n**Overall:** Bullish\n\n## Project Mentions\n\n- **Project**: Context"
},
"transcript": {
"format": "markdown",
"content": "# Transcript\n\n**Speaker 1** [00:01:26 - 00:01:49]\n> Spoken text here...\n\n**Speaker 2** [00:01:50 - 00:02:15]\n> 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.
---
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 |
---
Agent Clawdio Facilitator
| | |
| GET /catalog | |
|------------------------------>| |
| 200 OK (product list) | |
|<------------------------------| |
| | |
| GET /catalog/purchase?id=... | |
|------------------------------>| |
| 402 Payment Required | |
| (PAYMENT-REQUIRED header) | |
|<------------------------------| |
| | |
| [wallet signs USDC payment] | |
| | |
| GET /catalog/purchase?id=... | |
| (PAYMENT-SIGNATURE header) | |
|------------------------------>| |
| | verify + settle payment |
| |----------------------------->|
| | settlement confirmation |
| |<-----------------------------|
| 200 OK | |
| (full artifacts + tx hash) | |
|<------------------------------| |
---
...
安装 clawdio 后,可以对 AI 说这些话来触发它
Help me get started with clawdio
Explains what clawdio does, walks through the setup, and runs a quick demo based on your current project
Use clawdio to auditory intelligence for AI agents
Invokes clawdio with the right parameters and returns the result directly in the conversation
What can I do with clawdio in my design & creative workflow?
Lists the top use cases for clawdio, with example commands for each scenario
将技能文件夹放到 ~/.claude/skills/clawdio/ 目录(个人级,所有项目可用),或 .claude/skills/clawdio/(项目级)。重启 AI 客户端后,用 /clawdio 主动调用,或让 AI 根据上下文自动发现并使用。
clawdio 支持 Claude、Cursor、OpenClaw,可与这些 AI 平台无缝集成,扩展其能力。
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.
clawdio 属于「Design & Creative」分类,该分类的技能帮助 AI 智能体在此领域执行专业任务。
Automate my design & creative tasks using clawdio
Identifies repetitive steps in your workflow and sets up clawdio to handle them automatically