terabox-link-extractor
⚠Review·Scanned 2/17/2026
This skill extracts direct download and stream links from TeraBox via https://xapiverse.com/api/terabox-pro and can run node scripts/extract.js to download files into Downloads (or workspace/Downloads). It requires the API_KEY (and apiKey config) for authentication.
from clawhub.ai·v0d7bd3a·9.7 KB·0 installs
Scanned from 0.2.0 at 0d7bd3a · Transparency log ↗
$ vett add clawhub.ai/abdul-karim-mia/terabox-link-extractorReview findings below
TeraBox Link Extractor (XAPIverse Edition)
High-performance extraction of direct assets from TeraBox using the browser-less XAPIverse API.
Features
- Direct Extraction: Bypasses browser requirements to fetch direct download and stream links.
- High-Speed Streams: Retrieves 360p and 480p fast streaming URLs.
- Node.js Native: Built for speed and seamless integration with OpenClaw.
- Secure Auth: Uses standard API key injection.
Installation
- Copy this folder into your OpenClaw
skills/directory. - Add your XAPIverse API Key to your
openclaw.jsonconfiguration:
"skills": {
"entries": {
"terabox-link-extractor": {
"apiKey": "your_xapiverse_key_here"
}
}
}
Usage
Provide any valid TeraBox URL to your agent.
- Command: Automatically triggered by the agent or manually via
node scripts/extract.js <url>.
---\nCreated by Abdul Karim Mia with Jarvis for OpenClaw.