agntswrm
- 15 skills
- 0 followers
- 17 hours ago last updated
- ▌ Agnt Init · agntswrmInitialize a project for agents by creating AGENTS.md and symlinking CLAUDE.md to it.
- ▌ Agnt Prune · agntswrmPrune AGENTS.md / CLAUDE.md down to only sharp edges and gotchas by removing everything inferable from the codebase.
- ▌ Image Crop · agntswrmCrops an image to specified dimensions around a focal point. Use when you need to extract a portion of an image, create thumbnails with custom positioning, or prepare images for specific aspect ratios.
- ▌ Image Edit · agntswrmEdits an existing image using a text prompt. Use when you need to modify, enhance, or transform an image based on text instructions.
- ▌ Agent Media · agntswrmAgent-first media toolkit for image, video, and audio processing. Use when you need to resize, convert, generate, edit, upscale images, remove backgrounds, extend or crop canvases, extract audio, transcribe speech, or generate videos. All commands return deterministic JSON output.
- ▌ Image Extend · agntswrmExtends an image canvas by adding padding on all sides with a solid background color. Use when you need to add borders, margins, or expand the canvas area around an image.
- ▌ Image Resize · agntswrmResizes an image to specified dimensions. Use when you need to change image size, create thumbnails, or prepare images for specific display requirements.
- ▌ Audio Extract · agntswrmExtracts audio track from a video file. Use when you need to get audio from video, prepare audio for transcription, or separate audio from video content. Runs locally with no API key required.
- ▌ Image Convert · agntswrmConverts an image to a different format (PNG, JPG, WebP). Use when you need to change image formats, optimize for web, or prepare images for specific applications.
- ▌ Image Upscale · agntswrmUpscales an image using AI super-resolution to increase resolution with detail generation. Use when you need to enlarge images, improve low-resolution photos, or prepare images for large-format display.
- ▌ Commit · agntswrmCommit workflow for agent-media - builds, typechecks, creates changeset, and pushes
- ▌ Image Generate · agntswrmGenerates an image from a text prompt using AI models. Use when you need to create images from descriptions, generate artwork, or produce visual content from text.
- ▌ Video Generate · agntswrmGenerates video from text prompts or animates static images. Use when you need to create videos from descriptions, animate images, or produce video content using AI.
- ▌ Audio Transcribe · agntswrmTranscribes audio to text with timestamps and optional speaker identification. Use when you need to convert speech to text, create subtitles, transcribe meetings, or process voice recordings.
- ▌ Image Remove Background · agntswrmRemoves the background from an image, leaving the foreground subject with transparency. Use when you need to isolate subjects, create cutouts, or prepare images for compositing.