← 返回 Skills 市场
Suno Automation
作者
upstatemovingimages-cmyk
· GitHub ↗
· v1.0.0
1943
总下载
2
收藏
4
当前安装
1
版本数
在 OpenClaw 中安装
/install suno-automation
功能描述
Control Suno.com via OpenClaw browser to input lyrics, style, title, create, and play AI-generated music tracks.
使用说明 (SKILL.md)
Suno Skill
This skill allows the agent to control Suno (suno.com) via the OpenClaw Managed Browser to generate music.
Prerequisites
- OpenClaw Browser: Must be running (
openclaw browser start). - Login: The user must be logged into Suno on the managed browser profile (
openclaw).
Usage
- Open Suno:
browser open https://suno.com/create - Snapshot:
browser snapshot(to get element refs). - Input Lyrics:
browser act type \x3Cref> "Your lyrics..." - Input Style:
browser act type \x3Cref> "Style description..." - Set Title:
browser act type \x3Cref> "Song Title" - Create:
browser act click \x3Ccreate_button_ref> - Wait & Play: Wait for the song to appear in the list, then
browser act click \x3Cplay_button_ref>.
Example (Agent Thought Process)
browser action=start profile=openclawbrowser action=open profile=openclaw url=https://suno.com/create- (User logs in manually if not already)
browser action=snapshot-> Identify lyric box (e.g.,e1953), style box (e1976), title (e2104), create button (e299).browser action=act kind=type ref=e1953 text="..."browser action=act kind=click ref=e299browser action=snapshot-> Find new song row and play button (e2172).browser action=act kind=click ref=e2172
Notes
- Refs change: Element references (
e123) change on every snapshot. Always snapshot before acting. - v5 Model: Ensure v5 is selected for best quality.
- Custom Mode: Switch to "Custom" mode to enter specific lyrics.
安全使用建议
This skill is coherent and lightweight: it only automates Suno through the OpenClaw managed browser and asks for no extra credentials or installs. Before using it, ensure you trust the agent and the managed browser profile it will use — any logged-in sessions or sensitive data in that profile could be accessible to the automation. If you want to limit risk, run the OpenClaw browser in a profile dedicated to Suno (log out of other sites), avoid storing secrets in that profile, and only enable the skill when you intend to generate music.
功能分析
Type: OpenClaw Skill
Name: suno-automation
Version: 1.0.0
The skill bundle is benign. It uses OpenClaw's managed browser commands (`browser open`, `browser snapshot`, `browser act type`, `browser act click`) to automate interaction with suno.com for music generation. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, or prompt injection attempts that would lead to unauthorized actions or access to sensitive data outside the intended browser automation scope. All instructions are clearly aligned with the stated purpose.
能力评估
Purpose & Capability
The skill's name and SKILL.md describe controlling Suno via the managed browser and all required actions are browser operations (open, snapshot, type, click). No unrelated binaries, env vars, or installs are requested, which is proportionate to the stated purpose.
Instruction Scope
Instructions are scoped to browser actions on https://suno.com/create (snapshot, type, click). They do not request reading unrelated files or external endpoints. Note: because the skill drives the OpenClaw managed browser profile, the agent will have whatever access that browser profile has (session cookies, page contents) — the SKILL.md does not explicitly restrict or sanitize what the agent may read from the profile.
Install Mechanism
No install spec and no code files — instruction-only; nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables, credentials, or config paths. This matches the described browser-automation behavior and is proportionate.
Persistence & Privilege
always is false and the skill is user-invocable; it does not request permanent/force-inclusion or modify other skills' configs. The agent may invoke it autonomously (platform default), which is expected for skills of this type.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install suno-automation - 安装完成后,直接呼叫该 Skill 的名称或使用
/suno-automation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Control Suno AI via OpenClaw managed browser.
元数据
常见问题
Suno Automation 是什么?
Control Suno.com via OpenClaw browser to input lyrics, style, title, create, and play AI-generated music tracks. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1943 次。
如何安装 Suno Automation?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install suno-automation」即可一键安装,无需额外配置。
Suno Automation 是免费的吗?
是的,Suno Automation 完全免费(开源免费),可自由下载、安装和使用。
Suno Automation 支持哪些平台?
Suno Automation 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Suno Automation?
由 upstatemovingimages-cmyk(@upstatemovingimages-cmyk)开发并维护,当前版本 v1.0.0。
推荐 Skills