Jump to related tools in the same category or review the original source on GitHub.

Coding Agents & IDEs @abdul-karim-mia Updated 7/20/2026 1,882 downloads 0 stars Security: Pass

Terabox Link Extractor OpenClaw Plugin & Skill | ClawHub

Looking to integrate Terabox Link Extractor into your AI workflows? This free OpenClaw plugin from ClawHub helps you automate coding agents & ides tasks instantly, without having to write custom tools from scratch.

What this skill does

Direct link extraction from TeraBox URLs using the XAPIverse protocol. Extracts high-speed download and stream links (All Resolutions) without browser session requirements. Use when the user provides a TeraBox link and wants to download or stream content directly.

Install

ClawHub CLI
openclaw skills install @abdul-karim-mia/terabox-link-extractor
Node.js (npx)
npx clawhub@latest install terabox-link-extractor

Full SKILL.md

Open original
Metadata table.
namedescription
terabox-link-extractorDirect link extraction from TeraBox URLs using the XAPIverse protocol. Extracts high-speed download and stream links (All Resolutions) without browser session requirements. Use when the user provides a TeraBox link and wants to download or stream content directly.

SKILL.md content below is scrollable.

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:

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

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.

ClawHub Registry URL: https://clawhub.ai/abdul-karim-mia/skills/terabox-link-extractor

Related skills

If this matches your use case, these are close alternatives in the same category.