← 返回 Skills 市场
53
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install evez-daw-agent
功能描述
Autonomous music generation DAW — breakcore, dubstep, phonk, 404 architecture. Synthesizes drums, bass, and FX from pure code. Voice sample chopping and mach...
使用说明 (SKILL.md)
EVEZ DAW Agent
Fast autonomous music generation engine with voice manipulation.
What It Does
- Synthesizes drums from scratch: kicks, snares, hats, claps, rimshots
- 5 bass engines: Sub, Reese, Wobble, Phonk 808, Scream
- 7 FX: Distortion, Bitcrush, Reverb, Delay, Lowpass, Highpass, Formant
- 5 beat presets: Breakcore 170, Dubstep 140, Phonk 130, Amen Break, 404 Architecture 200
- Voice chopping: Load any audio, chop, rearrange, distort, bitcrush
- Machine voice synthesis: Formant-based vowel synthesis, gear grind, digital flow
- Drumkit generator: Auto-generate full kits as WAV files
Quick Start
python3 evez_daw.py --port 9112
API
POST /api/render— Generate a full trackPOST /api/drumkit— Generate drumkit WAV filesPOST /api/chop— Chop and rearrange audioGET /api/presets— List presetsGET /api/health— Health check
Cost
$0 — all synthesis is local, no API calls.
安全使用建议
This looks like a local audio-generation tool rather than a malicious skill. Before installing, be aware that it runs a local Python server, may require manually installed Python libraries, and will create generated WAV files. Do not expose the server port to untrusted networks, and only process audio files you are comfortable using with this local tool.
功能分析
Type: OpenClaw Skill
Name: evez-daw-agent
Version: 1.0.0
The skill implements a local music synthesis engine and DAW. A path traversal vulnerability exists in the `/api/chop` endpoint within `evez_daw.py`, where the `sample_path` parameter is passed directly to `soundfile.read()` without any sanitization or validation. This could allow an attacker to attempt to read arbitrary files from the host system. While the code appears functionally aligned with its stated purpose and lacks explicit exfiltration logic, the lack of input validation on file paths is a significant security flaw.
能力评估
Purpose & Capability
The documented purpose—local drum, bass, FX, voice chopping, and WAV generation—matches the visible Python code. It does write generated audio files and exposes API endpoints, which are expected for this DAW-style tool.
Instruction Scope
The skill instructs the user to start a Python HTTP API on port 9112. This is purpose-aligned, but users should avoid exposing that port to untrusted networks.
Install Mechanism
There is no install spec, but the code imports third-party Python packages such as numpy, soundfile, and scipy. Users may need to install dependencies manually from trusted sources.
Credentials
The code is local and does not show external API calls, but it processes audio and creates WAV files under the skill directory, which is proportionate to the stated purpose.
Persistence & Privilege
No autostart, privilege escalation, or background persistence is shown. The main persistence is generated audio files, such as drumkit WAVs, which is expected for the tool.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install evez-daw-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/evez-daw-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of evez-daw-agent
- Autonomous music generation engine for breakcore, dubstep, phonk, and experimental genres.
- Synthesizes drums, basslines, and FX directly from code—no samples required.
- Features drumkit auto-generation, multiple bass and FX engines, and advanced voice manipulation (chopping, machine synthesis).
- Provides REST API endpoints for rendering tracks, generating drumkits, processing audio, and listing presets.
- Fully local operation; no external costs or API calls.
元数据
常见问题
EVEZ DAW Agent 是什么?
Autonomous music generation DAW — breakcore, dubstep, phonk, 404 architecture. Synthesizes drums, bass, and FX from pure code. Voice sample chopping and mach... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 53 次。
如何安装 EVEZ DAW Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install evez-daw-agent」即可一键安装,无需额外配置。
EVEZ DAW Agent 是免费的吗?
是的,EVEZ DAW Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
EVEZ DAW Agent 支持哪些平台?
EVEZ DAW Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 EVEZ DAW Agent?
由 Evez666(@evezart)开发并维护,当前版本 v1.0.0。
推荐 Skills