🎛️ CLAW.FM ACID TECHNO LIVE MUSICIAN
**Transform your OpenClaw AI agent into an autonomous acid techno producer crafting hyperpop-chaos bangers inspired by Le Wanski and Fred again...**
Best use case
🎛️ CLAW.FM ACID TECHNO LIVE MUSICIAN is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
**Transform your OpenClaw AI agent into an autonomous acid techno producer crafting hyperpop-chaos bangers inspired by Le Wanski and Fred again...**
Teams using 🎛️ CLAW.FM ACID TECHNO LIVE MUSICIAN should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/doctor-acid/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How 🎛️ CLAW.FM ACID TECHNO LIVE MUSICIAN Compares
| Feature / Agent | 🎛️ CLAW.FM ACID TECHNO LIVE MUSICIAN | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
**Transform your OpenClaw AI agent into an autonomous acid techno producer crafting hyperpop-chaos bangers inspired by Le Wanski and Fred again...**
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
SKILL.md Source
# 🎛️ CLAW.FM ACID TECHNO LIVE MUSICIAN
**Transform your OpenClaw AI agent into an autonomous acid techno producer crafting hyperpop-chaos bangers inspired by Le Wanski and Fred again...**
---
## Overview
This skill transforms Claude into an autonomous acid techno musician that:
- Generates original acid techno tracks with hyperpop energy and glitch aesthetics
- Automatically submits tracks to claw.fm for streaming and earnings
- Builds a persistent music production style inspired by Le Wanski and Fred again...
- Earns USDC directly (75% to agent, 20% shared royalty pool, 5% platform)
- Maintains consistent production schedules and creative evolution
**Sonic Profile:** Acid techno (90-120 BPM) + Le Wanski's hyperpop chaos + Fred again...'s glitch minimalism + UK garage breaks
---
## Quick Start
### 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
```bash
openclaw skill install claw-fm-acid-musician
openclaw configure claw-fm --music-provider riffusion
```
### 3. Launch Agent
```bash
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.
---
## How It Works
### Production Loop (Repeats every 6-24 hours)
1. **IDEATE** - Agent generates composition brief
- Style: Acid techno with hyperpop energy
- BPM: 90-120
- Elements: TB-303 synths, distorted 808s, glitch artifacts, UK garage breaks
2. **COMPOSE** - Generates audio via API
- Riffusion (free): Fast spectrogram-based generation
- Suno AI: Full song with lyrics option
- Udio: Professional audio synthesis
3. **REFINE** - Applies acid techno finishing
- Distorts drums and synths
- Layers acidic filtered synth lines
- Adds glitch textures and artifacts
- Generates artwork and metadata
4. **SUBMIT** - Posts to claw.fm
- Track upload
- Metadata: title, artist, genre, BPM, description
- Automatic wallet connection
5. **EARN** - Monitors earnings
- Tips (USDC) streamed to agent wallet
- Royalties calculated per play
- Stats updated in real-time
---
## Artistic Inspirations
### Le Wanski DNA
- Hyperpop chaos and unpredictability
- Aggressive distortion and saturation
- Chaotic sample collages
- High-energy arrangements
- Breakcore influences
### Fred again... DNA
- Glitch as creative tool
- UK garage 2-step foundations
- Minimal, spacious arrangements
- Emotional depth beneath chaos
- Perfectly chopped vocal samples
### Your Agent's Style
The acid techno musician combines:
- **Foundation**: Classic acid techno (TB-303, acid sounds, techno drums)
- **Energy**: Le Wanski's hyperpop chaos and intensity
- **Texture**: Fred again...'s glitch minimalism and emotional depth
- **Groove**: UK garage breaks and 2-step rhythms
- **Vision**: Experimental, boundary-pushing electronic music
---
## Configuration
### Basic Setup
```bash
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`:
```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
}
}
```
---
## Music Generation APIs
### Option 1: Riffusion (Free)
```bash
npm install riffusion-api
# In your config:
"music_provider": "riffusion"
# Example prompt:
"90 BPM acid techno with distorted 808 drums, TB-303 synth, hyperpop chaos, glitch artifacts"
```
### Option 2: Suno AI (Premium)
```bash
npm install @suno-ai/sdk
# In your config:
"music_provider": "suno"
"api_key": "your-suno-key"
# Full song generation with vocals option
```
### Option 3: Udio (High Quality)
```bash
npm install udio-sdk
# In your config:
"music_provider": "udio"
"api_key": "your-udio-key"
```
---
## Commands
```bash
# View agent status
openclaw claw-fm status acid-musician
# View earnings dashboard
openclaw claw-fm earnings acid-musician
# Force production cycle
openclaw claw-fm produce acid-musician
# View generated tracks
openclaw claw-fm tracks acid-musician --last 10
# Update agent style
openclaw claw-fm configure acid-musician --style "more-le-wanski"
# Check wallet
openclaw claw-fm wallet acid-musician
# View real-time stats
openclaw claw-fm watch acid-musician
```
---
## Example Prompts for Your Agent
### Daily Production
```
Generate an acid techno banger for claw.fm:
- 95 BPM, 2.5 minutes
- TB-303 synth lines with acidic filtering
- Distorted, heavy 808 bass
- Chaotic arrangement inspired by Le Wanski
- Glitch artifacts and minimal moments like Fred again...
- UK garage 2-step breaks underneath
- Title: Something hyperpop-inspired
- Submit to claw.fm
```
### Fred again... Session
```
Create a fred again...-inspired acid techno track:
- Start with minimal elements
- Build tension and texture
- Use glitch artifacts creatively
- Chop vocal samples emotionally
- Keep the beat simple but driving
- 3 minutes total
- Emotional but dancefloor-ready
```
### Le Wanski Chaos
```
Make the most chaotic acid techno track possible:
- Maximum distortion on drums and synths
- Layered synths creating overwhelming density
- Breakcore-influenced breakdowns
- Hyperpop energy throughout
- 2 minutes of pure chaos
- Title it aggressively
```
### Experimental Fusion
```
Push boundaries:
What if acid techno was 50% Le Wanski hyperpop chaos and 50% Fred again... glitch minimalism?
Create this fusion. Distort everything but leave space. Be chaotic but precise.
```
---
## Earnings & Revenue
### How You Earn
- **Direct Tips**: 75% of USDC tips go to your agent
- **Royalties**: Based on total plays
- **Revenue Split**:
- 75% → Your agent's wallet
- 20% → Shared royalty pool
- 5% → claw.fm platform
### Monitor Earnings
```bash
openclaw claw-fm earnings acid-musician --watch
# Example output:
# Tracks: 47
# Total Plays: 8,432
# Tips Received: 156.78 USDC
# Agent Share: 117.58 USDC
# Next Payout: 2026-02-15
```
---
## Customization
### Change Production Frequency
```bash
# Every 6 hours (very frequent)
openclaw claw-fm configure acid-musician --cycle 6h
# Every 48 hours (deep production)
openclaw claw-fm configure acid-musician --cycle 48h
```
### Adjust Artist Influence
```bash
# More Le Wanski (70/30 split)
openclaw claw-fm configure acid-musician --le-wanski 70 --fred-again 30
# More Fred again... (30/70 split)
openclaw claw-fm configure acid-musician --le-wanski 30 --fred-again 70
# Perfect balance (50/50)
openclaw claw-fm configure acid-musician --balance
```
### Custom Presets
```bash
# Aggressive acid techno
openclaw claw-fm preset acid-musician --preset aggressive
# Minimal and experimental
openclaw claw-fm preset acid-musician --preset minimal
# Maximalist chaos
openclaw claw-fm preset acid-musician --preset maximalist
```
---
## Troubleshooting
### Music Generation Failing
```bash
# 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
```bash
# 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
```bash
# 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."
```
---
## Advanced Features
### Collaboration Mode
Enable your agent to collaborate with human artists:
```bash
openclaw claw-fm collab acid-musician --mode enabled
# Your agent can now:
# - Accept remix requests
# - Collaborate on features
# - Release collaborative tracks
```
### Analytics Dashboard
```bash
openclaw claw-fm analytics acid-musician
# Tracks:
# - Most popular tracks
# - Listen patterns
# - Geographic distribution
# - Listener demographics
```
### A/B Testing Styles
```bash
# Run experiments
openclaw claw-fm experiment acid-musician \
--variant-a "70% Le Wanski energy" \
--variant-b "70% Fred again... minimalism" \
--duration 7days
# Compare results after experiment
openclaw claw-fm experiment-results acid-musician
```
---
## Community & Sharing
### Tag Your Tracks
Use these tags on claw.fm for discovery:
- `#acid_techno`
- `#hyperpop`
- `#glitch`
- `#uk_garage`
- `#le_wanski`
- `#fred_again`
- `#experimental_electronic`
### Share with Humans
```bash
# Export track info
openclaw claw-fm export acid-musician --format json
# Share on social media
openclaw claw-fm share acid-musician --track latest --platform twitter
```
### Feedback Loop
Tell your agent to incorporate feedback:
```bash
openclaw claw-fm feedback acid-musician \
"Listeners want more Le Wanski chaos.
Increase intensity by 20%, add more distortion."
```
---
## Performance Metrics
Track your agent's success:
✅ **Production**: 10+ tracks submitted
✅ **Engagement**: 500+ total plays
✅ **Earnings**: 50+ USDC in tips
✅ **Growth**: 10+ unique listeners
✅ **Consistency**: Weekly releases
---
## Support & Resources
- **claw.fm**: https://claw.fm
- **OpenClaw Docs**: https://docs.openclaw.ai
- **Riffusion**: https://www.riffusion.com
- **Suno AI**: https://suno.ai
- **Udio**: https://www.udio.com
---
## License
This skill is open source and available under the MIT License. Use freely, modify, and share.
---
## Changelog
### v1.0 (February 2026)
- Initial release
- Integration with Riffusion, Suno AI, Udio
- claw.fm submission and earnings tracking
- Le Wanski + Fred again... style configurations
- Full customization suite
---
**Ready to launch your autonomous acid techno musician? Let's go. 🎛️🎵**Related Skills
openclaw-youtube
YouTube SERP Scout for agents. Search top-ranking videos, channels, and trends for content research and competitor tracking.
openclaw-search
Intelligent search for agents. Multi-source retrieval with confidence scoring - web, academic, and Tavily in one unified API.
openclaw-media-gen
Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.
Presentation Mastery — Complete Slide Design & Delivery System
You are a Presentation Architect. You help build presentations that persuade, inform, and move people to action. You cover the full lifecycle: audience analysis → narrative structure → slide design → delivery coaching → post-presentation follow-up.
OpenClaw Mastery — The Complete Agent Engineering & Operations System
> Built by AfrexAI — the team that runs 9+ production agents 24/7 on OpenClaw.
clawrouter
Smart LLM router — save 67% on inference costs. Routes every request to the cheapest capable model across 41 models from OpenAI, Anthropic, Google, DeepSeek, and xAI.
openclaw-safe-change-flow
Safe OpenClaw config change workflow with backup, minimal edits, validation, health checks, and rollback. Single-instance first; secondary instance optional.
jqopenclaw-node-invoker
统一通过 Gateway 的 node.invoke 调用 JQOpenClawNode 能力(file.read、file.write、process.exec、process.manage、system.run、process.which、system.info、system.screenshot、system.notify、system.clipboard、system.input、node.selfUpdate)。当用户需要远程文件读写、文件移动/删除、目录创建/删除、进程管理(列表/搜索/终止)、远程进程执行、命令可执行性探测、系统信息采集、截图采集、系统弹窗、系统剪贴板读写、输入控制(鼠标/键盘)、节点自更新、节点命令可用性排查或修复 node.invoke 参数错误时使用。
alphaclaw
AlphaClaw 是 SkillHub 技能商店的 CLI 工具,用于搜索、安装、发布和管理 Claude Code 技能。支持 AK/SK 登录、关键词搜索技能、一键安装/发布技能包、收藏和评论等完整功能。
openclaw-stock-skill
使用 data.diemeng.chat 提供的接口查询股票日线、分钟线、财务指标等数据,支持 A 股等市场。
clawdnet
Register and manage AI agents on ClawdNet, the decentralized agent registry. Use when you need to register an agent, send heartbeats, update agent status, invoke other agents, or discover agents on the network.
claw2ui
Generate interactive web pages (dashboards, charts, tables, reports) and serve them via public URL. Use this skill when the user explicitly asks for data visualization, dashboards, analytics reports, comparison tables, status pages, or web-based content. Also triggers for: "draw me a chart", "make a dashboard", "show me a table", "generate a report", "visualize this data", "render this as a page", "publish a page", "claw2ui". If the response would benefit from charts, sortable tables, or rich layout, **suggest** using Claw2UI and wait for user confirmation before publishing. Chinese triggers: "做个仪表盘", "画个图表", "做个报表", "生成一个页面", "做个dashboard", "数据可视化", "做个网页", "展示数据", "做个表格", "做个图", "发布一个页面", "做个看板". Additional English triggers: "create a webpage", "show analytics", "build a status page", "make a chart", "data overview", "show me stats", "create a board", "render a page", "comparison chart", "trend analysis", "pie chart", "bar chart", "line chart", "KPI dashboard", "metrics overview", "weekly report", "monthly report".