Overview
- Skill Key
- hundevmode/boosta-long-to-shorts
- Author
- hundevmode
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hundevmode/boosta-long-to-shorts
- Latest Commit SHA
- 6f67ce3ef45ad6ae7effbf0c1d6a73348b3a4a57
Create, monitor, and troubleshoot Boosta API video-processing jobs from natural-language requests. Use this skill when a user asks to generate clips from a video URL via Boosta, check job status, fetch completed clip URLs, inspect usage/credits, choose the correct video_type, or handle Boosta API errors and retry logic.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 boosta-long-to-shorts 技能。 若已安装,则直接安装 boosta-long-to-shorts 技能。
# Boosta Video Api ## Overview Use this skill to execute end-to-end Boosta API workflows: submit job, poll until completion, return clip URLs, and handle common API failures. Prefer the bundled script for deterministic execution and consistent error handling. ## Quick Start Workflow 1. Validate required inputs: - `video_url` (required) - `video_type` (required, see [references/video-types.md](references/video-types.md)) - `config_name` (optional) 2. Validate credentials: - Require `BOOSTA_API_KEY` in environment. - Never print or store raw API keys in output. 3. Submit job: - Endpoint: `POST /api/v1/jobs` - Base URL: `https://boosta.pro/api/v1` - Body: `video_url`, `video_type`, optional `config_name` 4. Poll status: - Endpoint: `GET /api/v1/jobs/:job_id` - Stop when `status=completed` or `status=failed`. - If completed, return `clip_urls`. 5. Handle API errors: - `401`: invalid or missing key - `400`: invalid payload (missing `video_url`, invalid `video_type`) - `403`: no credits - `429`: rate limited (respect `retry_after`) - `active_job_exists`: reuse returned `job_id` and continue polling ## Commands Use the bundled script: ```bash python3 scripts/boosta_job.py --help ``` Submit and wait for completion: ```bash export BOOSTA_API_KEY="sk_live_..." python3 scripts/boosta_job.py submit \ --video-url "https://youtube.com/watch?v=xxx" \ --video-type "conversation" \ --config-name "My Config" \ --wait ``` Check status: ```bash python3 scripts/boosta_job.py status --job-id "job_1234567890_abc123" ``` List completed jobs: ```bash python3 scripts/boosta_job.py list ``` Check usage: ```bash python3 scripts/boosta_job.py usage ``` ## Output Contract When user asks to create clips, return: - `job_id` - final `status` - `clips_count` if present - `clip_urls` when completed - clear next step if processing/failed When user asks only to check status, return: - `job_id` - current `status` - `progress`/`step` if present ## Decision Rules - If user...
# Boosta Long to Shorts Skill for OpenClaw Create viral short clips from long-form video using the Boosta API directly from OpenClaw workflows. [](https://boosta.pro) [](https://docs.boosta.pro/api/getting-started) [](https://docs.openclaw.ai/tools/skills) [](./LICENSE) ## Quick Links - Website: [boosta.pro](https://boosta.pro) - API Docs: [API Getting Started](https://docs.boosta.pro/api/getting-started) - Auth: [Authentication](https://docs.boosta.pro/api/authentication) - Endpoints: [API Endpoints](https://docs.boosta.pro/api/endpoints) - Video Types: [Video Types (API)](https://docs.boosta.pro/api/video-types) - Errors: [API Errors](https://docs.boosta.pro/api/errors) ## Table of Contents - [What This Skill Does](#what-this-skill-does) - [Who This Skill Is For](#who-this-skill-is-for) - [Features](#features) - [Project Structure](#project-structure) - [Requirements](#requirements) - [Installation](#installation) - [Usage](#usage) - [Install as a Skill (skills.sh)](#install-as-a-skill-skillssh) - [Install from ClawHub](#install-from-clawhub) - [API Flow](#api-flow) - [Error Handling](#error-handling) - [Video Type Mapping](#video-type-mapping) - [Release Process](#release-process) - [SEO Keywords](#seo-keywords) - [License](#license) ## What This Skill Does `boosta-long-to-shorts` is an OpenClaw-compatible skill that helps agents: - Submit a new Boosta job from a source video URL - Poll and track job status - Return final `clip_urls` once processing is complete - Handle API errors, retries, and one-active-job constraints - Map content to the correct Boosta `video_type` This is designed for production-style automation where reliability and clear status reporting matter. ## Who This Skill Is For - C...
0xnyk
X Intelligence CLI — search, monitor, analyze, and engage on X/Twitter. TypeScript + Bun. AI agent skill.
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
jackculpan
Track flight prices from Google Flights with this OpenClaw skill. Search routes, monitor prices, and get alerts when prices drop.
openclaw-trade
openclaw trading assistant| openclaw trading skill | nof1.ai & openclaw [moltbot] collaboration | We get the best practices from alpha arena trading seasons and bring it to clawdbot All top AI agents, realtime monitoring and news research, gather info from private insiders and many other! Using Hyperliquid API.
xquik-dev
X (Twitter) automation skill for AI coding agents. Tweet search, user lookup, follower/following extraction, media download, reply/retweet/quote extraction, 40+ tools, account monitoring & trending topics. REST API, MCP server, HMAC webhooks. Works with Claude Code, Cursor, Codex, Copilot, Windsurf & 40+ agents.
mohsinkhadim59
Step-by-step guides for installing and running OpenClaw, an open-source AI agent, on Mac, Linux VPS, and AWS covering setup, security, messaging channels, Google integration, skills, and monitoring.