← All skills
Tencent SkillHub · Communication & Collaboration

Suno Automation

Control Suno.com via OpenClaw browser to input lyrics, style, title, create, and play AI-generated music tracks.

skill openclawclawhub Free
0 Downloads
0 Stars
0 Installs
0 Score
High Signal

Control Suno.com via OpenClaw browser to input lyrics, style, title, create, and play AI-generated music tracks.

⬇ 0 downloads ★ 0 stars Unverified but indexed

Install for OpenClaw

Quick setup
  1. Download the package from Yavira.
  2. Extract the archive and review SKILL.md first.
  3. Import or place the package into your OpenClaw setup.

Requirements

Target platform
OpenClaw
Install method
Manual import
Extraction
Extract archive
Prerequisites
OpenClaw
Primary doc
SKILL.md

Package facts

Download mode
Yavira redirect
Package format
ZIP package
Source platform
Tencent SkillHub
What's included
README.md, SKILL.md

Validation

  • Use the Yavira download entry.
  • Review SKILL.md after the package is downloaded.
  • Confirm the extracted package contains the expected setup assets.

Install with your agent

Agent handoff

Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.

  1. Download the package from Yavira.
  2. Extract it into a folder your agent can access.
  3. Paste one of the prompts below and point your agent at the extracted folder.
New install

I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.

Upgrade existing

I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.

Trust & source

Release facts

Source
Tencent SkillHub
Verification
Indexed source record
Version
1.0.0

Documentation

ClawHub primary doc Primary doc: SKILL.md 5 sections Open source page

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 <ref> "Your lyrics..." Input Style: browser act type <ref> "Style description..." Set Title: browser act type <ref> "Song Title" Create: browser act click <create_button_ref> Wait & Play: Wait for the song to appear in the list, then browser act click <play_button_ref>.

Example (Agent Thought Process)

browser action=start profile=openclaw browser 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=e299 browser 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.

Category context

Messaging, meetings, inboxes, CRM, and teammate communication surfaces.

Source: Tencent SkillHub

Largest current source with strong distribution and engagement signals.

Package contents

Included in package
2 Docs
  • SKILL.md Primary doc
  • README.md Docs