# Send Terabox Link Extractor to your agent
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
## Fast path
- Download the package from Yavira.
- Extract it into a folder your agent can access.
- Paste one of the prompts below and point your agent at the extracted folder.
## Suggested prompts
### New install

```text
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
```
### Upgrade existing

```text
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
```
## Machine-readable fields
```json
{
  "schemaVersion": "1.0",
  "item": {
    "slug": "terabox-link-extractor",
    "name": "Terabox Link Extractor",
    "source": "tencent",
    "type": "skill",
    "category": "开发工具",
    "sourceUrl": "https://clawhub.ai/abdul-karim-mia/terabox-link-extractor",
    "canonicalUrl": "https://clawhub.ai/abdul-karim-mia/terabox-link-extractor",
    "targetPlatform": "OpenClaw"
  },
  "install": {
    "downloadUrl": "/downloads/terabox-link-extractor",
    "sourceDownloadUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=terabox-link-extractor",
    "sourcePlatform": "tencent",
    "targetPlatform": "OpenClaw",
    "packageFormat": "ZIP package",
    "primaryDoc": "SKILL.md",
    "includedAssets": [
      "CHANGELOG.md",
      "README.md",
      "SKILL.md",
      "_meta.json",
      "handler.js",
      "package.json"
    ],
    "downloadMode": "redirect",
    "sourceHealth": {
      "source": "tencent",
      "slug": "terabox-link-extractor",
      "status": "healthy",
      "reason": "direct_download_ok",
      "recommendedAction": "download",
      "checkedAt": "2026-05-09T21:03:16.329Z",
      "expiresAt": "2026-05-16T21:03:16.329Z",
      "httpStatus": 200,
      "finalUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=terabox-link-extractor",
      "contentType": "application/zip",
      "probeMethod": "head",
      "details": {
        "probeUrl": "https://wry-manatee-359.convex.site/api/v1/download?slug=terabox-link-extractor",
        "contentDisposition": "attachment; filename=\"terabox-link-extractor-1.4.0.zip\"",
        "redirectLocation": null,
        "bodySnippet": null,
        "slug": "terabox-link-extractor"
      },
      "scope": "item",
      "summary": "Item download looks usable.",
      "detail": "Yavira can redirect you to the upstream package for this item.",
      "primaryActionLabel": "Download for OpenClaw",
      "primaryActionHref": "/downloads/terabox-link-extractor"
    },
    "validation": {
      "installChecklist": [
        "Use the Yavira download entry.",
        "Review SKILL.md after the package is downloaded.",
        "Confirm the extracted package contains the expected setup assets."
      ],
      "postInstallChecks": [
        "Confirm the extracted package includes the expected docs or setup files.",
        "Validate the skill or prompts are available in your target agent workspace.",
        "Capture any manual follow-up steps the agent could not complete."
      ]
    }
  },
  "links": {
    "detailUrl": "https://openagent3.xyz/skills/terabox-link-extractor",
    "downloadUrl": "https://openagent3.xyz/downloads/terabox-link-extractor",
    "agentUrl": "https://openagent3.xyz/skills/terabox-link-extractor/agent",
    "manifestUrl": "https://openagent3.xyz/skills/terabox-link-extractor/agent.json",
    "briefUrl": "https://openagent3.xyz/skills/terabox-link-extractor/agent.md"
  }
}
```
## Documentation

### 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>.

### 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: [free_credits_remaining]

### 3. Privacy & Security

Data Transmission: Inform the user (if asked) that the full target URL and your API key (TERABOX_API_KEY) 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.

### 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.
## Trust
- Source: tencent
- Verification: Indexed source record
- Publisher: abdul-karim-mia
- Version: 1.4.0
## Source health
- Status: healthy
- Item download looks usable.
- Yavira can redirect you to the upstream package for this item.
- Health scope: item
- Reason: direct_download_ok
- Checked at: 2026-05-09T21:03:16.329Z
- Expires at: 2026-05-16T21:03:16.329Z
- Recommended action: Download for OpenClaw
## Links
- [Detail page](https://openagent3.xyz/skills/terabox-link-extractor)
- [Send to Agent page](https://openagent3.xyz/skills/terabox-link-extractor/agent)
- [JSON manifest](https://openagent3.xyz/skills/terabox-link-extractor/agent.json)
- [Markdown brief](https://openagent3.xyz/skills/terabox-link-extractor/agent.md)
- [Download page](https://openagent3.xyz/downloads/terabox-link-extractor)