faion-multimodal-ai
Multimodal AI: vision, image/video generation, speech-to-text, text-to-speech, voice synthesis.
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.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
> **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:
- Purpose
- Context Discovery
- Auto-Investigation
- Discovery Questions
- Scope
- Quick Start
- Methodologies (12)
- Code Examples
- GPT-4o Vision
- DALL-E 3 Image Generation
- Whisper Speech-to-Text
- OpenAI TTS
- Gemini Vision
- Model Comparison
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.
