โ† All skills
Tencent SkillHub ยท Developer Tools

Terabox Link Extractor

Direct link extraction from TeraBox URLs using the XAPIverse protocol. Extracts high-speed download and stream links (360p/480p) without browser session requ...

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Direct link extraction from TeraBox URLs using the XAPIverse protocol. Extracts high-speed download and stream links (360p/480p) without browser session requ...

โฌ‡ 0 downloads โ˜… 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
CHANGELOG.md, README.md, SKILL.md, _meta.json, handler.js, package.json

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

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

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.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.4.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 7 sections Open source page

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.

Category context

Code helpers, APIs, CLIs, browser automation, testing, and developer operations.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
3 Docs2 Config1 Scripts
  • SKILL.md Primary doc
  • CHANGELOG.md Docs
  • README.md Docs
  • handler.js Scripts
  • _meta.json Config
  • package.json Config