A collection of reusable skills for AI assistants.
Search and download royalty-free images, videos, sound effects, and music from Pixabay, Freesound, and Jamendo.
Features:
Quick Start:
cd skills/free-resource
cp config.example.json config.json
# Edit config.json with your API keys
bun ./scripts/pixabay.ts search-images --query "nature"
High-performance audio processing library optimized
Features:
Prerequisites:
Quick Start:
uv run --project "/<qwen-audio-skill-path>" python "./scripts/qwen-audio.py" tts --text "hello world" --output "output.wav"
skills-store/
├── skills/
│ ├── free-resource/ # Royalty-free media search
│ │ ├── SKILL.md # Skill documentation
│ │ ├── scripts/ # CLI tools
│ │ └── config.json # API keys configuration
│ └── qwen-audio/ # Audio processing (TTS/STT)
│ ├── SKILL.md # Skill documentation
│ ├── scripts/ # Python scripts
│ └── .venv/ # Python virtual environment
└── LICENSE
59 commits
12 commits
Python
38.0%
TypeScript
32.3%
JavaScript
29.6%
A collection of reusable skills for AI assistants.
Search and download royalty-free images, videos, sound effects, and music from Pixabay, Freesound, and Jamendo.
Features:
Quick Start:
cd skills/free-resource
cp config.example.json config.json
# Edit config.json with your API keys
bun ./scripts/pixabay.ts search-images --query "nature"
High-performance audio processing library optimized
Features:
Prerequisites:
Quick Start:
uv run --project "/<qwen-audio-skill-path>" python "./scripts/qwen-audio.py" tts --text "hello world" --output "output.wav"
skills-store/
├── skills/
│ ├── free-resource/ # Royalty-free media search
│ │ ├── SKILL.md # Skill documentation
│ │ ├── scripts/ # CLI tools
│ │ └── config.json # API keys configuration
│ └── qwen-audio/ # Audio processing (TTS/STT)
│ ├── SKILL.md # Skill documentation
│ ├── scripts/ # Python scripts
│ └── .venv/ # Python virtual environment
└── LICENSE
59 commits
12 commits
Python
38.0%
TypeScript
32.3%
JavaScript
29.6%