← Back to Skills Marketplace
evezart

EVEZ DAW Agent

by Evez666 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
53
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install evez-daw-agent
Description
Autonomous music generation DAW — breakcore, dubstep, phonk, 404 architecture. Synthesizes drums, bass, and FX from pure code. Voice sample chopping and mach...
README (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 track
  • POST /api/drumkit — Generate drumkit WAV files
  • POST /api/chop — Chop and rearrange audio
  • GET /api/presets — List presets
  • GET /api/health — Health check

Cost

$0 — all synthesis is local, no API calls.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install evez-daw-agent
  3. After installation, invoke the skill by name or use /evez-daw-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug evez-daw-agent
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 53 downloads so far.

How do I install EVEZ DAW Agent?

Run "/install evez-daw-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is EVEZ DAW Agent free?

Yes, EVEZ DAW Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does EVEZ DAW Agent support?

EVEZ DAW Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created EVEZ DAW Agent?

It is built and maintained by Evez666 (@evezart); the current version is v1.0.0.

💬 Comments