Skip to content

babysor/skills

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unmute your intelligent bot

banner

English | 简体中文

Central repository for managing Skills to "human" vibe-talking.

Install with 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

Highlights

  • 🔒 Secure and local-first: run skills on your own machine to keep sensitive text and assets localized.
  • 🧠 Character-style controls: tune fillers, emotion, and speaking presets for companion-like output.
  • 🎙️ Production-ready voice: from quick TTS generation to timeline-aligned rendering.

Available skills

Name Description Documentation Run command
tts Convert text into speech with Kokoro or Noiz, supporting simple mode and timeline-aligned rendering workflows. SKILL.md npx skills add NoizAI/skills --full-depth --skill tts -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
template-skill Reusable template for authoring new Agent Skills with clear triggers, workflow, and I/O contracts. SKILL.md npx skills add NoizAI/skills --full-depth --skill template-skill -y

Quick Verify

For example, characteristic-voice

bash skills/characteristic-voice/scripts/speak.sh \
  --preset comfort -t "Hmm... I'm right here." -o comfort.wav

English Audio Demos

Sample outputs for quick listening (MP4 for inline playback):

  • Breaking news style
demo-breaking-news.mp4
  • Mindful calm style
demo-mindful-calm.mp4
  • Podcast intro style
demo-podcast-intro.mp4
  • Startup hype style
demo-startup-hype.mp4

Noiz API Key (recommended)

For the best experience (faster, emotion control, voice cloning), get your API key from developers.noiz.ai:

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.

Contributing

For skill authoring rules, directory conventions, and PR guidance, see CONTRIBUTING.md.

About

让你的🦞嚷嚷、轻语撩人、克隆声音

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 50.9%
  • Shell 49.1%