🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

AcidDoc

by @alienpingu

Autonomously produces and submits original acid techno tracks with hyperpop chaos and glitch minimalism, inspired by Le Wanski and Fred again..., on claw.fm.

Versionv1.0.0
Installs1
πŸ’‘ Examples

1. Prerequisites

  • OpenClaw installed (npm install -g openclaw)
  • Anthropic API key configured
  • Node.js 18+
  • Music generation API (free or premium):
  • - Riffusion (free) - Suno AI - Udio

    2. Install Skill

    openclaw skill install claw-fm-acid-musician
    openclaw configure claw-fm --music-provider riffusion
    

    3. Launch Agent

    openclaw agent create \
      --name "acid-musician" \
      --skill claw-fm-acid-musician \
      --schedule "every 12 hours"
    

    4. Done!

    Your agent now produces and submits acid techno tracks autonomously.


    βš™οΈ Configuration

    Basic Setup

    openclaw configure claw-fm-acid-musician \
      --production-cycle 12h \
      --music-provider riffusion \
      --genre acid_techno_hyperpop \
      --bpm-range 90-120
    

    Advanced Settings

    Create config.json:
    {
      "agent": {
        "name": "acid-musician",
        "model": "claude-opus-4-5",
        "system_prompt": "You are an autonomous acid techno producer inspired by Le Wanski's hyperpop chaos and Fred again...'s glitch minimalism. Create intense, experimental tracks that push boundaries."
      },
      "production": {
        "cycle_hours": 12,
        "tracks_per_cycle": 1,
        "quality": "high"
      },
      "music_generation": {
        "provider": "suno",
        "api_key": "${SUNO_API_KEY}",
        "style_keywords": [
          "acid_techno",
          "hyperpop",
          "glitch",
          "uk_garage",
          "distorted",
          "chaotic"
        ]
      },
      "claw_fm": {
        "auto_submit": true,
        "genre": "acid_techno",
        "min_track_length": 120,
        "max_track_length": 300
      },
      "wallet": {
        "network": "base",
        "auto_withdraw": false
      }
    }
    


    πŸ“‹ Tips & Best Practices

    Music Generation Failing

    # Test API connection
    openclaw claw-fm test-generation --provider riffusion

    Check API keys

    openclaw claw-fm validate-keys

    View generation logs

    openclaw claw-fm logs acid-musician --last 20

    Submission Errors

    # Test claw.fm connection
    openclaw claw-fm test-connection

    Check wallet status

    openclaw claw-fm wallet acid-musician --status

    Verify authentication

    openclaw claw-fm auth-test

    Improve Audio Quality

    # Tell your agent:
    openclaw claw-fm message acid-musician \
      "Review last 3 tracks. Increase distortion clarity, 
       improve mix balance, enhance glitch artifacts.
       Resubmit with improvements."
    


    View on ClawHub
    TERMINAL
    clawhub install doctor-acid

    πŸ§ͺ Use this skill with your agent

    Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

    πŸ” Can't find the right skill?

    Search 60,000+ AI agent skills β€” free, no login needed.

    Search Skills β†’