Token导航 LogoToken导航TokenDH.com
效率敏感数据clawhub未标认证来源可访问clear审计提醒

doctor-acid酸博士

Agent Skill

doctor-acid 用于整理文档、README、Markdown 和说明材料,适合在 OpenClaw 中需要把零散信息整理成结构清晰的文档时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

36,899

周安装

1,553

GitHub Stars

公开资料未说明

下载量

12,921
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:doctor-acid(酸博士)
来源仓库:https://github.com/alienpingu/doctor-acid
安装命令:
openclaw skills install doctor-acid
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install doctor-acid

简介

生成迷幻科技风格电子音乐曲目,灵感源自 Le Wanski 与 Fred。

  • 用于创意音频制作与实验性声音设计场景。适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。
  • 输出为音频流文件,可在 claw.fm 平台播放。
  • 不涉及实用功能,仅供娱乐与艺术表达使用。
  • doctor-acid 属于效率类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

🎛️ 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

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.


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

  1. COMPOSE - Generates audio via API

- Riffusion (free): Fast spectrogram-based generation - Suno AI: Full song with lyrics option - Udio: Professional audio synthesis

  1. REFINE - Applies acid techno finishing

- Distorts drums and synths - Layers acidic filtered synth lines - Adds glitch textures and artifacts - Generates artwork and metadata

  1. SUBMIT - Posts to claw.fm

- Track upload - Metadata: title, artist, genre, BPM, description - Automatic wallet connection

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

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
  }
}

Music Generation APIs

Option 1: Riffusion (Free)

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)

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)

npm install udio-sdk

# In your config:
"music_provider": "udio"
"api_key": "your-udio-key"

Commands

# 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

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

# 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

# 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

# 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

# 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."

Advanced Features

Collaboration Mode

Enable your agent to collaborate with human artists:

openclaw claw-fm collab acid-musician --mode enabled

# Your agent can now:
# - Accept remix requests
# - Collaborate on features
# - Release collaborative tracks

Analytics Dashboard

openclaw claw-fm analytics acid-musician

# Tracks:
# - Most popular tracks
# - Listen patterns
# - Geographic distribution
# - Listener demographics

A/B Testing Styles

# 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

# 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:

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. 🎛️🎵

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

72.03%
按下载量换算9,307

安全审计

VirusTotal

可疑

ClawScan

可疑

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills