agentsclimarketplace

Case 02863

Skill knownasnaffy/prompthound/dataset/case_02863

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_02863

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

Play scientifically-proven ambient sounds for focus, relaxation, meditation, and sleep. Perfect for programmers, office workers, students, and anyone needing concentration or rest. Use when user wants: white noise, pink noise, brown noise, rain sounds, singing bowl, binaural beats, brain wave tones (alpha/beta/gamma/theta). No copyright issues - all audio is algorithmically generated using ffmpeg.

SKILL.md

5.2 KB, ~1.3k tokens by cl100k_base, as published. Nobody here has run it

Ambient Audio - Ambient Sound Player

Play white noise, pink noise, brown noise, brain wave tones, and more for deep focus, relaxation, or sleep. Runs on Linux servers with audio output.

All audio files are pre-generated (10-second loops) for instant playback. No copyright concerns - sounds are algorithmically generated.

Quick Start

# Play white noise (default, 10 seconds)
bash scripts/play.sh white

# Play specific type
bash scripts/play.sh pink
bash scripts/play.sh brown
bash scripts/play.sh theta

# With duration
bash scripts/play.sh white -d 30     # 30 seconds
bash scripts/play.sh pink -d 60       # 1 minute

# With volume control (0.1 - 2.0)
bash scripts/play.sh white -v 0.5     # 50% volume

# Stop playing
bash scripts/play.sh stop

# List all available modes
bash scripts/play.sh --list

Available Audio Types

🎯 Focus (Concentration)

ModeBest ForDescription
whiteDeep work, codingClassic white noise - eliminates ambient distractions
alphaLight focusAlpha waves (8-14Hz) - relaxed alertness
betaActive thinkingBeta waves (14-30Hz) - mental clarity
gammaPeak focusGamma waves (30Hz+) - cognitive enhancement

😌 Relax (Stress Relief)

ModeBest ForDescription
pinkGentle backgroundSofter than white, easier on ears
rainReading, workingSimulated rain ambience
natureBreaksFiltered natural-style ambience

😴 Sleep (Rest)

ModeBest ForDescription
brownDeep sleepDeep, rumbling noise - best for sleeping
deltaSleep onsetDelta waves (0.5-4Hz) - helps fall asleep

🧘 Meditation

ModeBest ForDescription
thetaMeditationTheta waves (4-8Hz) - deep relaxation
binauralFocus/relax10Hz binaural beats - brain wave entrainment
bowlCalmingSinging bowl - instant calm

Usage Examples

Voice Commands (via AI Assistant)

  • "Play white noise" β†’ Starts white noise
  • "I need to focus for coding" β†’ Plays white/alpha
  • "Can't sleep, play something" β†’ Plays brown noise
  • "Let me meditate" β†’ Plays theta waves
  • "Stop" β†’ Stops playback

Custom Duration

# 5 minutes (300 seconds)
bash scripts/play.sh white -d 300

# 1 hour
bash scripts/play.sh brown -d 3600

Volume Control

# Half volume
bash scripts/play.sh white -v 0.5

# Quiet (25%)
bash scripts/play.sh pink -v 0.25

# Louder
bash scripts/play.sh brown -v 1.5

How It Works

  1. Pre-generated Audio: All sounds are 10-second loops stored in samples/ directory
  2. Instant Playback: ffplay loops the file seamlessly
  3. Duration Control: Calculates loop count: duration / 10
  4. Volume Control: Uses ffplay's -af volume= filter

File Structure

focus-audio/
β”œβ”€β”€ SKILL.md              # This file
β”œβ”€β”€ scripts/
β”‚   └── play.sh          # Main player script
└── samples/             # Pre-generated audio files (10s loops)
    β”œβ”€β”€ white_10s.mp3    # White noise - focus/work
    β”œβ”€β”€ pink_10s.mp3     # Pink noise - relaxed focus
    β”œβ”€β”€ brown_10s.mp3    # Brown noise - deep sleep
    β”œβ”€β”€ theta_10s.mp3    # Theta waves - meditation
    β”œβ”€β”€ rain_10s.mp3     # Rain sound - relaxation
    β”œβ”€β”€ alpha_10s.mp3    # Alpha waves - light focus
    β”œβ”€β”€ beta_10s.mp3    # Beta waves - active thinking
    β”œβ”€β”€ gamma_10s.mp3    # Gamma waves - peak focus
    β”œβ”€β”€ bowl_10s.mp3    # Singing bowl - calming/meditation
    └── binaural_10s.mp3 # Binaural beats - brain wave entrainment

Requirements

  • ffmpeg: For audio playback
    sudo apt-get install ffmpeg
    
  • Audio output: Speakers or headphones connected to the server

Troubleshooting

No sound plays

  • Check if audio device is connected: aplay -l
  • Check if ffplay is installed: which ffplay
  • Verify audio file exists: ls samples/

Audio too loud/quiet

  • Adjust volume: bash scripts/play.sh white -v 0.3

Want to add more sounds

  • Generate new 10-second loop:
    ffmpeg -y -f lavfi -i "anoisesrc=d=10:c=pink:a=0.35" -c:a libmp3lame -b:a 64k -t 10 newname_10s.mp3
    
  • Place in samples/ directory

Technical Notes

  • Audio Format: MP3, 48kHz, mono, 64kbps
  • Loop Duration: 10 seconds (seamless loop)
  • Volume Range: 0.1 - 2.0 (default 1.0)
  • Max Duration: No hard limit (limited by system resources)

Security

  • Input validation on volume and duration parameters
  • File paths are hardcoded (no user input for paths)
  • No external network calls
  • No sensitive data access

Focus Audio - Improve concentration, reduce stress, sleep better.

What ships with it: 1 file

2.2 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.