TeraBox Link Extractor (XAPIverse Edition)
High-performance extraction of direct assets from TeraBox using the browser-less XAPIverse API.
📖 Navigation & Data
- - Primary Interaction: Use the adaptive logic in
handler.js. See api-reference.md for command specs and changelog.md for version history. - Secondary Interaction: Use CLI via
node scripts/extract.js <url>.
🛠 AI Protocol (Security First)
1. Informed Consent Protocol
- - Trigger: When a user provides a TeraBox link (
terabox.com, etc.), inform them that you can extract direct links using the XAPIverse service. - Permission: You MUST ask for the user's permission before sending the URL to the extraction service.
- Execution: Only trigger the
extract command AFTER the user confirms.
2. Mandatory Response Format
Once permitted, present the extraction results as a text-only report.
DO NOT use interactive buttons.
Format per file:
📦 Name: [name]
📁 Type: [type] | 📺 Quality: [quality]
📏 Size: [size_formatted] | ⏱️ Duration: [duration]
🔗 Links:
- ▶️ Slow Stream
- ▶️ Fast {res} Stream (List all available resolutions)
- ⬇️ Fast Download
- ⬇️ Slow Download
💳 Credits Remaining: [freecreditsremaining]
3. Privacy & Security
- - Data Transmission: Inform the user (if asked) that the full target URL and your API key (TERABOXAPIKEY) are transmitted to
https://xapiverse.com for processing. - No Residual State: Do not log or store the API key or extracted links beyond the immediate session.
Setup
1. Obtain Credentials
Get your API key from the XAPIverse portal:
https://xapiverse.com/apis/terabox-pro
2. Configure Agent
Add the
TERABOX_API_KEY to the skill's entry in
openclaw.json:
"terabox-link-extractor": {
"TERABOX_API_KEY": "sk_..."
}
Developed for the OpenClaw community by
Abdul Karim Mia.
技能名称:terabox-link-extractor
详细描述:
TeraBox 链接提取器(XAPIverse 版)
使用无浏览器的 XAPIverse API 从 TeraBox 高性能提取直接资源。
📖 导航与数据
🛠 AI 协议(安全优先)
1. 知情同意协议
- - 触发条件:当用户提供 TeraBox 链接(terabox.com 等)时,告知用户你可以使用 XAPIverse 服务提取直接链接。
- 权限:在将 URL 发送到提取服务之前,你必须征求用户的许可。
- 执行:仅在用户确认后触发 extract 命令。
2. 强制响应格式
获得许可后,以纯文本报告形式呈现提取结果。
不要使用交互式按钮。
每个文件的格式:
📦 名称:[name]
📁 类型:[type] | 📺 画质:[quality]
📏 大小:[size_formatted] | ⏱️ 时长:[duration]
🔗 链接:
- ▶️ 慢速流
- ▶️ 快速 {res} 流 (列出所有可用分辨率)
- ⬇️ 快速下载
- ⬇️ 慢速下载
💳 剩余积分:[freecreditsremaining]
3. 隐私与安全
- - 数据传输:告知用户(如果被问及)完整的目标 URL 和你的 API 密钥(TERABOXAPIKEY)会被传输到 https://xapiverse.com 进行处理。
- 无残留状态:不在当前会话之外记录或存储 API 密钥或提取的链接。
设置
1. 获取凭证
从 XAPIverse 门户获取你的 API 密钥:
https://xapiverse.com/apis/terabox-pro
2. 配置代理
将 TERABOX
APIKEY 添加到 openclaw.json 中该技能的条目:
json
terabox-link-extractor: {
TERABOX
APIKEY: sk_...
}
由
Abdul Karim Mia 为 OpenClaw 社区开发。