Agent skill · Media & Video

faion-multimodal-ai

Multimodal AI: vision, image/video generation, speech-to-text, text-to-speech, voice synthesis.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill faion-multimodal-ai --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Allowed tools: ReadWriteEditGlobGrepBashTaskAskUserQuestionTodoWrite
Path: skills/ai-ml/faion-multimodal-ai/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

> **Entry point:** `/faion-net` — invoke this skill for automatic routing to the appropriate domain. # Multimodal AI Skill **Communication: User's language. Code: English.** ## Purpose Handles multimodal AI applications. Covers vision, image generation, video generation, speech, and voice synthesis. ## Context Discovery ### Auto-Investigation Check these project signals before asking questions: | Signal | Where to Check | What to Look For | |--------|----------------|------------------| | **Dependencies** | package.json, requirements.txt | openai, PIL/pillow, ffmpeg-python, elevenlabs | | **Media files** | /images, /audio, /video | Input files to process | | **API usage** | Grep for "images.generate", "audio.transcriptions" | Existing multimodal APIs | | **Output dirs** | /generated, /output | Where generated content goes | ### Discovery Questions ```yaml question: "Which modality are you working with?" header: "Modality" multiSelect: true options: - label: "Vision (image understanding)" description: "GPT-4o Vision, Gemini Vision for OCR/analysis" - label: "Image generation" description: "DALL-E 3, Midjourney, Stable Diffusion" - label: "Video generation/understanding" description:

What's inside
Steps it walks through
  1. Purpose
  2. Context Discovery
  3. Auto-Investigation
  4. Discovery Questions
  5. Scope
  6. Quick Start
  7. Methodologies (12)
  8. Code Examples
  9. GPT-4o Vision
  10. DALL-E 3 Image Generation
  11. Whisper Speech-to-Text
  12. OpenAI TTS
  13. Gemini Vision
  14. Model Comparison
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the faion-multimodal-ai skill do?

Multimodal AI: vision, image/video generation, speech-to-text, text-to-speech, voice synthesis.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill faion-multimodal-ai --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going