aahl/skills▌
11 approved skills in this repository
edge-tts
Productivity
High-quality neural text-to-speech audio generation with Microsoft Edge voices. \n \n Supports 30+ voices across English, French, and Chinese with adjustable speed, pitch, and volume \n Generates MP3 audio files and optional WebVTT subtitles from plain text input \n Triggered by \"tts\" keyword or when audio output is needed for accessibility, multitasking, or specific voice requirements \n Command-line interface via uvx edge-tts with voice selection, rate/pitch/volume modulation, and subtitle o
mcp-hass
Productivity
Control and query Home Assistant smart home devices via MCP protocol. \n \n Supports device control commands including turn on/off, light brightness adjustment, and fan speed control with area and domain filtering \n Query live device states and context across your entire Home Assistant instance \n Requires MCP server integration enabled in Home Assistant with HASS_BASE_URL and HASS_ACCESS_TOKEN environment variables configured \n Commands target devices by name, area, or domain for flexible mul
tianqi
Productivity
查询中国地区的天气预报,支持15天及逐小时预报、各种生活指数
mcp-deepwiki
Productivity
AI-powered documentation search and Q&A for GitHub repositories via DeepWiki. \n \n Three command modes: ask natural-language questions about repository code and docs, browse wiki structure and topics, or read full documentation contents \n Supports single or multiple repositories (up to 10) in a single query for comparative analysis \n AI-generated answers are grounded in actual repository documentation, with minimum 1-minute timeout for response generation \n Works with any public GitHub
mcp-lark
Productivity
Need to login to the Lark MCP Configuration Platform to add MCP services, obtain the MCP URL, and configure it into environment variables.
zai-tts
AI/ML
High-quality text-to-speech audio generation using GLM-TTS with customizable voices and playback parameters. \n \n Converts text or file content to WAV audio via the uvx zai-tts command with configurable output paths \n Supports three built-in system voices (Lila, Chloe, Ethan) plus custom cloned voices created on audio.z.ai \n Adjustable speed (1.5x, etc.) and volume (2x, etc.) parameters for fine-tuned audio output \n Requires environment variables ZAI_AUDIO_USERID and ZAI_AUDIO_TOKEN obtained
maishou
AI/ML
Compare product prices and coupons across major Chinese e-commerce platforms. \n \n Supports eight platforms: Taobao, Tmall, JD.com, PinDuoDuo, Suning, VIP.com, Kaola, Douyin, Kuaishou, and 1688 \n Search products by keyword with pagination support across all platforms or filter by specific source \n Retrieve detailed product information and direct purchase links for any item \n
mcp-vods
Productivity
Search and stream TV shows, anime, and variety content across multiple sources with optional casting to Xiaomi or Android TVs. \n \n Searches multiple source sites for shows, anime, short dramas, and variety programs with pagination support \n Supports casting to Xiaomi TVs and Android TVs (via TvBox) when configured with device IP environment variables \n Some sources return webpage URLs instead of direct playable links; use curl to extract actual .m3u8 or .mp4 addresses \n Search operations ma
crypto-report
Productivity
Fetch cryptocurrency market data, Binance AI analysis reports, and blockchain news updates. \n \n Retrieve AI-generated market analysis reports for major cryptocurrencies (BTC, ETH, SOL, and others) via Binance integration \n Pull latest blockchain news from TheBlockBeats with optional pagination support \n Execute commands via shell scripts for straightforward integration into agent workflows \n
qwen-asr
Productivity
Qwen ASR \n Transcribe an audio file (wav/mp3/ogg...) to text using Qwen ASR. No configuration or API key required. \n Usage \n uv run scripts/main.py -f audio.wav\n \n cat audio.mp3 | uv run scripts/main.py > transcript.txt\n \n curl https://example.com/audio.ogg | uv run scripts/main.py\n
mcp-duckgo
Backend
Web search and content scraping via DuckDuckGo with configurable result limits. \n \n Provides two core commands: search for querying the web with customizable result counts, and fetch_content for scraping full page content from URLs \n Integrates with the DuckDuckGo MCP Server for real-time search results and webpage extraction \n Useful for agents that need to gather current information, verify facts, or extract text from live web pages \n