Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Direct link extraction from TeraBox URLs using the XAPIverse protocol. Extracts high-speed download and stream links (360p/480p) without browser session requ...
Direct link extraction from TeraBox URLs using the XAPIverse protocol. Extracts high-speed download and stream links (360p/480p) without browser session requ...
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
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.
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.
High-performance extraction of direct assets from TeraBox using the browser-less XAPIverse API.
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>.
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.
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]
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.
Get your API key from the XAPIverse portal: https://xapiverse.com/apis/terabox-pro
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.
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.