Central repository for managing Skills to "human" vibe-talking.
$ npx -y skills add noizai/skills --agent claude-code
Run the curl in your terminal, the rest in Claude Code.
What's inside
English | ็ฎไฝไธญๆ
Central repository for managing Skills to "human" vibe-talking.
npx skills add# List skills from GitHub repository
npx skills add NoizAI/skills --list --full-depth
# Install a specific skill from GitHub repository
npx skills add NoizAI/skills --full-depth --skill tts -y
# Install from GitHub repository
npx skills add NoizAI/skills
# Local development (run in this repo directory)
npx skills add . --list --full-depth
| Name | Description | Documentation | Run command |
|---|---|---|---|
| tts | Convert text into speech with Kokoro or Noiz: simple mode, timeline-aligned rendering, precise duration control, and reference-audio voice cloning. | SKILL.md | npx skills add NoizAI/skills --full-depth --skill tts -y |
| chat-with-anyone | Chat with any real person or fictional character in their own voice by automatically finding their speech online, extracting a clean reference sample, and generating audio replies. | SKILL.md | npx skills add NoizAI/skills --full-depth --skill chat-with-anyone -y |
| characteristic-voice | Make generated speech feel companion-like with fillers, emotional tuning, and preset speaking styles. | SKILL.md | npx skills add NoizAI/skills --full-depth --skill characteristic-voice -y |
| video-translation | Translate and dub videos from one language to another, replacing the original audio with TTS while keeping the video intact. | SKILL.md | npx skills add NoizAI/skills --full-depth --skill video-translation -y |
| daily-news-caster | Fetch the latest real-time news and automatically generate a dual-host conversational podcast with audio. | SKILL.md | npx skills add NoizAI/skills --full-depth --skill daily-news-caster -y |
| sound-fx | Generate any sound effect from a text description โ animals, ambience, cartoon sounds, sci-fi, and more. One command, 1โ30 seconds, WAV/MP3/FLAC output. | SKILL.md | npx skills add NoizAI/skills --full-depth --skill sound-fx -y |
For example, characteristic-voice
bash skills/characteristic-voice/scripts/speak.sh \
--preset comfort -t "Hmm... I'm right here." -o comfort.wav
Sample outputs for quick listening (MP4 for inline playback):
https://github.com/user-attachments/assets/e1e75371-49e2-4858-9993-428d999c3723
https://github.com/user-attachments/assets/d2e6472d-9edf-449d-a5ee-51ad7e19a861
https://github.com/user-attachments/assets/e8f78ffa-7f12-4475-b1af-09161b3ee01b
https://github.com/user-attachments/assets/0d3b8af9-2288-4a63-9246-2748ed232b0e
For the best experience (faster, emotion control, voice cloning), get your API key from developers.noiz.ai/api-keys:
bash skills/tts/scripts/tts.sh config --set-api-key YOUR_KEY
The key is persisted to ~/.noiz_api_key and loaded automatically. Alternatively, pass --backend kokoro to use the local Kokoro backend.
For skill authoring rules, directory conventions, and PR guidance, see CONTRIBUTING.md.

.github/
workflows/
tts-tests.yml
.gitignore
Clones.png
CONTRIBUTING.md
examples/
audio/
demo-breaking-news.mp4
demo-mindful-calm.mp4
demo-podcast-intro.mp4
demo-startup-hype.mp4
README.md
README.zh-CN.md
skills/
characteristic-voice/
scripts/
speak.sh
SKILL.md
chat-with-anyone/
scripts/
extract_ref_segment.py
voice_design.py
SKILL.md
daily-news-caster/
SKILL.md
README.md
sound-fx/
ref_3rd_party.md
scripts/
sfx.py
SKILL.md
speech-to-text/
scripts/
stt.py
SKILL.md
template-skill/
SKILL.md
SKILL.zh-CN.md
tts/
ref_3rd_party.md
scripts/
noiz_tts.py
render_timeline.py
test_tts.py
text_to_srt.py
tts.py
SKILL.md
video-translation/
scripts/
replace_audio.sh
srt_to_duck.py
SKILL.mdFAQ
noizai-skills is a Claude Code plugin with 8 hand-picked skills for content work, indexed on Flowy. Install it with the command on its page. It includes characteristic-voice, chat-with-anyone, daily-news-caster. Its skills do not fire on their own yet. Request auto-invocation to have Flowy route them as you prompt. Free and open source.