agentsclimarketplace

Case 05017

Skill knownasnaffy/prompthound/dataset/case_05017

A fast, offline static risk analysis CLI for AI agent skill files. Detects malicious instructions, steganographic payloads, and dangerous capability chains.

Install
npx -y skills add knownasnaffy/prompthound --skill case_05017

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Free, unlimited text-to-speech using Microsoft Edge neural voices via Python edge-tts. Use when generating long-form audio, podcasts, voice notes, spoken briefs, or headless/server-side TTS without API keys, credits, or character limits.

SKILL.md

2.4 KB, 630 tokens by cl100k_base, as published. Nobody here has run it

Edge TTS Unlimited

Free, unlimited neural TTS. No API key. No credits. No character limits.

Use this skill for

  • long-form audio generation
  • spoken briefs and voice notes
  • server-side or headless TTS on Fly.io, VPS, or Docker
  • cases where paid TTS quotas are unnecessary

Prefer this skill over premium TTS when cost and length matter more than voice cloning or premium voice acting.

Quick start

Generate from text:

scripts/speak.sh "Hello world" -o output.mp3

Generate from file:

scripts/speak.sh --file /tmp/my-script.txt -o output.mp3

With voice and speed:

scripts/speak.sh --file script.txt -v en-US-GuyNeural -r "+5%" -o brief.mp3

Requirements

  • Python 3.8+
  • uv preferred, or pip

The script auto-detects uv, falls back to pip, and runs edge-tts without requiring a dedicated venv.

Voice presets

  • news-usen-US-GuyNeural +5%
  • news-bbcen-GB-RyanNeural
  • calmen-US-AndrewNeural -10%
  • fasten-US-ChristopherNeural +20%

Example:

scripts/speak.sh --file brief.txt --preset news-us -o brief.mp3

Options

scripts/speak.sh [TEXT] [OPTIONS]
  TEXT              Text to speak (or use --file)
  --file, -f FILE   Read text from file
  --voice, -v NAME  Voice name (default: en-US-GuyNeural)
  --rate, -r RATE   Speed adjustment like "+5%" or "-10%"
  --preset, -p NAME Use a preset voice profile
  --output, -o FILE Output path (default: /tmp/tts-{timestamp}.mp3)
  --list            List available voices
  --list-filter STR Filter voice list

Useful voices

  • en-US-GuyNeural — strong default for briefs
  • en-US-ChristopherNeural — authoritative US male
  • en-US-AriaNeural — confident US female
  • en-GB-RyanNeural — steady British male
  • en-GB-SoniaNeural — British female

List voices:

scripts/speak.sh --list
scripts/speak.sh --list-filter british
scripts/speak.sh --list-filter female

Notes

  • Use --file for anything longer than a short sentence.
  • +5% sounds natural for news and summaries.
  • Output is compact MP3 suitable for voice content.
  • This is not for real-time streaming, voice cloning, or premium character acting.

What ships with it: 1 file

3.3 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.