AGT Studio
Community@zamansepeti43
AGT Studio provides 89 skills for programmatic video, animation, 3D graphics, and AI media generation spanning HyperFrames, Remotion, Three.js, GSAP, and multi-provider generative media gateways.
Agent Skills by AGT Studio
Showing 89 vetted skills indexed across 1 GitHub repositories.
hyperframes
Routes video creation requests to specialized HyperFrames workflows for HTML-based video rendering.
music-to-video
Generates beat-synced HyperFrames videos from music tracks using audio analysis and per-frame compositions.
remotion-to-hyperframes
Convert Remotion React video compositions into HyperFrames HTML with GSAP timelines.
hyperframes-cli
Orchestrates the HyperFrames CLI dev loop for scaffolding, validating, previewing, and rendering HTML video compositions.
music
Generate music tracks from text prompts using the ElevenLabs Music API.
atlas-cloud
Generate and edit images and videos through the Atlas Cloud gateway.
ffmpeg
Convert, resize, compress, and trim video and audio files with FFmpeg commands.
3d-asset-generation
Generate, validate, and assemble production 3D assets using Atlas Cloud, fal.ai, and Blender.
speech-to-text
Transcribe audio and video files to text using ElevenLabs Scribe v2 API.
video-understand
Extract frames and transcribe audio from video files using ffmpeg and Whisper.
remotion-best-practices
Provides domain rules and code patterns for building videos programmatically with Remotion in React.
svg-character-animation
Animate SVG character rigs with GSAP timelines, Remotion frame control, and HyperFrames previews.
ltx2
Generates short video clips from text prompts or images using the LTX-2.3 22B model on Modal.
hyperframes-animation
Compose deterministic GSAP animations from atomic motion rules, blueprints, and runtime adapters.
threejs-shaders
Write custom GLSL shaders and ShaderMaterials for Three.js visual effects.
hyperframes-registry
Install and wire registry blocks and components into HyperFrames compositions.
threejs-lighting
Configure Three.js lights, shadows, and image-based environment lighting for 3D scenes.
comfyui
Generates images, videos, and music through ComfyUI workflows in OpenMontage.
threejs-world-generation
Generate deterministic, editable Three.js 3D worlds with terrain, regions, landmarks, and camera paths.
threejs-geometry
Create Three.js geometries including built-in shapes, BufferGeometry, and instanced meshes.
threejs-interaction
Implements Three.js raycasting, camera controls, and mouse/touch input for interactive 3D scenes.
seedance-2-0
Generate cinematic video clips with synchronized audio using ByteDance Seedance 2.0 APIs.
threejs-postprocessing
Implements Three.js post-processing effects using EffectComposer, bloom, DOF, and custom screen-space shaders.
flux-best-practices
Generates optimized prompts for BFL FLUX image generation and editing models.
Frequently Asked Questions About AGT Studio
FAQPage SchemaWhat tasks can I accomplish with AGT Studio's skills?▼
You can author and render videos from HTML with HyperFrames, port Remotion compositions, generate text-to-video clips via Seedance, Kling, LTX-2.3, and Gemini Omni, build Three.js 3D scenes and shaders, animate with GSAP and Manim, synthesize speech and music via ElevenLabs, Azure, and Doubao, and edit media locally with FFmpeg.
Who are these skills designed for?▼
Motion designers, front-end developers, and video engineers building programmatic video pipelines. The skills target users working in React/Next.js, Three.js/WebGL, and Remotion who need deterministic rendering, character rigging, captioning, dubbing, and multi-provider generative media integration rather than manual editing.
How do I install and run the HyperFrames video pipeline?▼
Run npx hyperframes init to scaffold a project, then use add, catalog, preview, and render commands from the hyperframes-cli skill. Compositions are HTML files following the hyperframes-core contract with data-* timing attributes; cloud rendering is available via hyperframes lambda deploy on AWS.
Are AGT Studio's skills free and open source?▼
Many skills carry MIT licenses, including the GSAP set, ElevenLabs audio skills, character rigging, and Azure speech skills. However, several capabilities require paid third-party API keys such as HEYGEN_API_KEY, FAL_KEY, ELEVENLABS_API_KEY, or AZURE_SPEECH_KEY for the underlying generation services.
What prerequisites and dependencies do these skills require?▼
Local video work needs node, python3, ffmpeg, and npm; video-understand and video-download work without API keys using Whisper and yt-dlp. Cloud generation requires provider keys such as GEMINI_API_KEY, KLING_API_KEY, or REPLICATE_API_TOKEN, and ElevenLabs skills require ELEVENLABS_API_KEY with internet access.