
Video Workspace
SkillSkill
AI video editing: transcription, scene detection, viral clips, filler removal — automated.
About
name: nepa-video-workspace description: AI-powered video editing workspace for the NEPA AI platform. Handles transcription, scene detection, viral moment extraction, filler removal, clip creation, and export. Use when working with video files, editing tasks, or integrating video processing into NEPA AI pipelines.
Video Workspace
859 lines of production-ready AI video editing. Competes with Clik / EditFast.
Prerequisites
pip install ffmpeg-python openai ultralytics opencv-python scenedetect whisper-openai torch torchvision
sudo apt install ffmpeg
C++ acceleration: libml.a (NEPA Omni ML) — included in the AXON product ZIP.
Source
/home/billk/projects/nepa-ai-monorepo.BAK/vscode_forked/nepa-ai-backend/video_workspace.py
Setup
cd ~/projects/nepa-ai-monorepo.BAK/vscode_forked/nepa-ai-backend
python run_nepa.py
Backend runs at http://localhost:8765. Swagger UI at /docs.
Methods
| Method | Description |
|--------|-------------|
| upload_video(path, project) | Upload video to project |
| transcribe_video(path) | Whisper transcription |
| detect_scenes(path) | PySceneDetect scene cuts |
| extract_viral_moments(path) | AI-scored viral clip detection |
| remove_filler_words(path, transcript) | Remove ums/ahs/silence |
| create_clip(path, start, end, output) | FFmpeg clip extraction |
| build_autonomous_edit(path, prompt) | AI-driven full edit |
| export_video(path, format, resolution) | Export to TikTok/Reel/YouTube |
Example Usage
import asyncio
from video_workspace import VideoWorkspace
async def main():
ws = VideoWorkspace()
transcript = await ws.transcribe_video("footage.mp4")
moments = await ws.extract_viral_moments("footage.mp4")
for m in moments["moments"]:
await ws.create_clip("footage.mp4", m["start"], m["end"], f"clip_{m['rank']}.mp4")
asyncio.run(main())
API Endpoints
POST /api/video/upload
POST /api/video/transcribe
POST /api/video/detect-scenes
POST /api/video/viral-moments
POST /api/video/remove-filler
POST /api/video/create-clips
POST /api/video/export
POST /api/video/build-edit
AXON Store
Available at: https://axon.nepa-ai.com (video-workspace, $97)
Download: /downloads/video-workspace.zip
Full version available at https://axon.nepa-ai.com/products
This skill is part of the NEPA AI Axon workspace suite. Buy once, use forever. No subscription required.
Core Capabilities
- Auto-edit video
- Scene detection
- Viral moment extraction
- Remove filler words
- Multi-platform export
Customer ratings
0 reviews
No ratings yet
- 5 star0
- 4 star0
- 3 star0
- 2 star0
- 1 star0
No reviews yet. Be the first buyer to share feedback.
Version History
This skill is actively maintained.
April 7, 2026
Initial release
One-time purchase
$97
By continuing, you agree to the Buyer Terms of Service.
Creator
Axon Modal
Creator
Builder of AI-powered automation tools for creators, developers, and businesses. NEPA AI ships production-grade OpenClaw workspaces covering video, audio, image, design, code, 3D, animation, and more — each one a real agentic tool backed by C++ processing and local AI models. Based in Northeastern Pennsylvania. Building the future of creative automation one workspace at a time.
View creator profile →Details
- Type
- Skill
- Category
- Productivity
- Price
- $97
- Version
- 1
- License
- One-time purchase
Works With
Works with OpenClaw, Claude Projects, Custom GPTs, Cursor and other instruction-friendly AI tools.
Works great with
Personas that pair well with this skill.