Token导航 LogoToken导航TokenDH.com
开发敏感数据clawhub未标认证来源可访问clear审计通过

rapperrapper 开发

Agent Skill

rapper 用于处理音频、语音、转写和声音素材相关任务,适合在 OpenClaw 中需要整理音频流程、转写内容或生成配音素材时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

6,774

周安装

288

GitHub Stars

公开资料未说明

下载量

2,373
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install rapper

简介

集成 SenseAudio 接口创建说唱、嘻哈或声乐歌曲生成流程。

  • 支持歌词创建、任务状态查询与音频调试。rapper 属于开发类 Skill,可作为该场景下的辅助能力补充。
  • 适合在 OpenClaw 中处理语音转写或配音素材时使用。
  • 安装前建议确认权限范围、维护状态及是否触发外部 API 调用。
  • 涉及音乐版权时应核对授权条款与商用合规要求。

SKILL.md

name
senseaudio-ai-rapper
description
Create and debug SenseAudio rap, hip-hop, or vocal song generation workflows using the /v1/song/lyrics/create, /v1/song/lyrics/pending/:task_id, /v1/song/music/create, and /v1/song/music/pending/:task_id APIs. Use this whenever the user wants rap lyrics, AI songs, style-controlled hip-hop tracks, or help polling async music-generation jobs.
metadata
openclaw
requires
env
primaryEnv
SENSEAUDIO_API_KEY
homepage
https://nightly.senseaudio.cn
compatibility
required_credentials
description
API key for SenseAudio Open Platform
env_var
SENSEAUDIO_API_KEY
homepage
https://nightly.senseaudio.cn

SenseAudio AI Rapper

Use this skill for SenseAudio music-generation tasks focused on rap, hip-hop, and other vocal-song creation requests.

Read First

  • references/music.md

Load the reference only when you need exact endpoint, parameter, polling, or response-shape details.

When To Use

Use this skill when the user wants to:

  • generate rap or hip-hop lyrics from a prompt,
  • turn lyrics into a full song with vocals,
  • control song style, title, vocal gender, or instrumental mode,
  • poll async lyric or song generation tasks,
  • debug errors around SenseAudio music-generation requests.

Default Workflow

  1. Confirm the target output:
  • lyrics only,
  • full song from user-provided lyrics,
  • or full song with platform-generated lyrics.
  1. Start with the minimal valid request:
  • lyrics generation requires prompt and provider: sensesong.
  • song generation requires model: sensesong.
  1. Treat both pipelines as potentially asynchronous:
  • if create returns task_id, poll the matching pending endpoint,
  • wait for status == SUCCESS before reading payload data,
  • surface FAILED clearly instead of assuming empty data.
  1. Add creative controls only when needed:
  • lyrics, title, style, style_weight, negative_tags, vocal_gender, instrumental.
  1. Return production-ready output:
  • one minimal curl example,
  • one requested-language example,
  • polling logic,
  • and safe response parsing for audio_url, cover_url, lyrics, and duration.

Rap-Specific Guidance

  • For rap requests, make the prompt explicit about theme, tone, pacing, and era, such as trap, boom bap, drill, conscious rap, or melodic rap.
  • If the user already has bars or a chorus, skip lyric generation and call song creation directly with lyrics.
  • Use style for positive steering and negative_tags for exclusions.
  • Use vocal_gender: "m" or "f" only when the user asks or when matching a clear creative brief.
  • Use instrumental: true only for beat-only output; otherwise omit it.

Implementation Rules

  • Keep API keys in environment variables; never hardcode secrets.
  • Prefer curl first for reproducibility, then provide Python or JavaScript if useful.
  • Do not invent extra request fields or undocumented endpoints.
  • Do not assume lyric tags beyond what the docs examples show; if structure syntax matters, mirror the documented examples closely.
  • When the docs show semicolon-separated section markers in lyrics, preserve that formatting unless the user provides a different valid lyric format.

Response Parsing Rules

  • Lyrics polling success shape: response.data[0].text and optional response.data[0].title.
  • Song polling success shape: response.data[0].audio_url, cover_url, duration, id, lyrics, title.
  • Guard every array/object access because response or data may be absent before success.

Output Checklist

When producing an answer with this skill, include:

  1. which endpoint(s) are used,
  2. the minimal valid request body,
  3. whether polling is required,
  4. the final fields the caller should read,
  5. and any rap-specific prompt/style suggestions relevant to the user’s brief.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

79.6%
按下载量换算1,889

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

敏感数据

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

安装前确认

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

来源信息

继续浏览同类 Skills