terabox-link-extractor

Coding Agents & IDEs
v1.4.0
Benign

Direct link extraction from TeraBox URLs using the XAPIverse protocol.

929 downloads929 installsby @abdul-karim-mia

Setup & Installation

Install command

clawhub install abdul-karim-mia/terabox-link-extractor

If the CLI is not installed:

Install command

npx clawhub@latest install abdul-karim-mia/terabox-link-extractor

Or install with OpenClaw CLI:

Install command

openclaw skills install abdul-karim-mia/terabox-link-extractor

or paste the repo link into your assistant's chat

Install command

https://github.com/openclaw/skills/tree/main/skills/abdul-karim-mia/terabox-link-extractor

What This Skill Does

Extracts direct download and stream links from TeraBox share URLs using the XAPIverse API. Returns links at multiple resolutions without requiring a browser session or TeraBox account. Asks for user consent before transmitting URLs to the external service.

Gets direct download and stream URLs from TeraBox without a browser or login session, which standard download tools cannot do on their own.

When to Use It

  • Downloading a shared TeraBox video without a TeraBox account
  • Getting a direct stream URL to play a file in a media player
  • Extracting all available resolution options from a TeraBox share link
  • Automating TeraBox file retrieval in a download script
  • Checking file size and duration before committing to a download
View original SKILL.md file
# 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](references/api-reference.md) for command specs and [changelog.md](references/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](stream_url)
 - [ā–¶ļø Fast {res} Stream](link) *(List all available resolutions)*
 - [ā¬‡ļø Fast Download](fast_download_link)
 - [ā¬‡ļø Slow Download](download_link)

šŸ’³ **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.

## Setup

### 1. Obtain Credentials
Get your API key from the XAPIverse portal: [https://xapiverse.com/apis/terabox-pro](https://xapiverse.com/apis/terabox-pro)

### 2. Configure Agent
Add the `TERABOX_API_KEY` to the skill's entry in `openclaw.json`:
```json
"terabox-link-extractor": {
  "TERABOX_API_KEY": "sk_..."
}
```

---
Developed for the OpenClaw community by [Abdul Karim Mia](https://github.com/abdul-karim-mia).

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Downloading a shared TeraBox video without a TeraBox account

AGENT
  1. 1Downloading a shared TeraBox video without a TeraBox account
  2. 2Getting a direct stream URL to play a file in a media player
  3. 3Extracting all available resolution options from a TeraBox share link
  4. 4Automating TeraBox file retrieval in a download script
  5. 5Checking file size and duration before committing to a download
OUTPUT
Direct link extraction from TeraBox URLs using the XAPIverse protocol.

Share this skill

Security Audits

VirusTotalBenign
OpenClawBenign
View full report

These signals reflect official OpenClaw status values. A Suspicious status means the skill should be used with extra caution.

Details

LanguageMarkdown
Last updatedFeb 25, 2026