Tella CLI Integration for Openclaw

Manage Tella videos, edit interactive clips, generate transcripts, configure webhooks, and orchestrate playlists via a powerful developer CLI.

melvynx
v0.1.0
May 25, 2026
0
574
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install tella-cli

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install tella-cli using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Tella CLI Integration?

The tella-cli skill is a robust developer tool designed to manage Tella workspace resources programmatically. Tella is a popular video recording and production platform, and this skill exposes its entire API capabilities directly inside your terminal, making it highly effective when integrated with Openclaw Skills. With it, developers and AI agents can orchestrate screen-recording configuration pipelines, clip exports, custom layout coordinates, and detailed playback properties without leaving their workflows.

Whether you need to audit high-volume video catalogs, execute automated visual cuts, or adjust security permissions on target videos, this CLI integration serves as a secure bridge. Using simple commands, users can control visual layouts, fetch high-fidelity transcription files, and automate team collaboration features.

Tella CLI Integration Use Cases

  • Programmatically auditing Tella workspace video catalogs and pulling structured video metadata.
  • Auto-generating 1080p/4K clip exports at 30 or 60 frames per second with burned-in subtitles.
  • Slicing and polishing video segments, including removing filler words and locating silent ranges.
  • Inserting visual annotations, such as canvas-level blur masks, spotlight highlights, and dynamic zooms.
  • Creating playlist channels and automating team permissions across hundreds of media files.

How Tella CLI Integration Works

  1. Authentication: The CLI reads your verified workspace credentials from the local config directory (~/.config/tokens/tella-cli.txt).
  2. Command Dispatch: The CLI processes commands targeting core resources, including videos, clips, playlists, and webhooks.
  3. Payload Orchestration: Commands translate local properties (such as normalized coordinates or millisecond timing limits) and ship them securely to Tella's API.
  4. Data Delivery: When invoked with the --json flag, commands return a standard JSON payload which easily cascades into secondary pipelines using Openclaw Skills.
  5. Execution Control: Standard shell exit codes inform automated agents about success status or API request exceptions.

Tella CLI Integration Setup

Ensure you have Bun installed, then construct and link the tella command executable on your machine:

bun --version || curl -fsSL https://bun.sh/install | bash
npx api2cli bundle tella
npx api2cli link tella

Once configured, load your private workspace token retrieved from Tella:

tella-cli auth set "tella_pk_xxx..."
tella-cli auth test

Ensure your scripts run smoothly by appending the --json global flag to all programmatic CLI executions.

Tella CLI Integration Data Schema & Taxonomy

Every programmatic execution returns a predictable, standardized envelope mapping state details. This consistency guarantees a smooth handoff when working with other Openclaw Skills.

Success Response JSON Schema

{
  "ok": true,
  "data": {},
  "meta": { "total": 42 }
}

Error Response JSON Schema

{
  "ok": false,
  "error": {
    "message": "API request rejected",
    "status": 401
  }
}

Technical Properties Mapping

  • Canvas Scaling: All coordinates (--point-x, --focus-y, --dim-width) are mapped as normalized floats from 0 to 1 across the video viewport dimensions.
  • Temporal Values: Time boundaries and trimming inputs default to milliseconds (*-ms flags) unless otherwise documented.

Tella CLI Integration Advanced Features

  • Dynamic Canvas Customizations: Overlay layouts, blurs, spotlights, and automated tracking zooms directly via specific API coordinates.
  • Direct Event Webhooks: Deploy endpoints and monitor event triggers such as video.viewed, transcript.ready, and export.ready with full validation secrets.
  • Intelligent Audio Refactoring: Strip vocal gaps and remove filler phrases instantly to deliver polished, viewer-ready transcripts.
  • Granular Playlist Orchestration: Construct visibility parameters, search index controls, and embed domain validation matrices for your shared channels.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*