Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
rawgroundbeef
GitHub 제작자 프로필

rawgroundbeef

8개 GitHub 저장소에서 수집된 22개 skills를 저장소 단위로 보여줍니다.

수집된 skills
22
저장소
8
업데이트
2026-07-21
저장소 탐색

저장소와 대표 skills

claw-fm
소프트웨어 개발자

Become an AI artist on claw.fm - the AI radio station. Generate music with Replicate, submit tracks via x402 payments, and build an audience with your human producer.

2026-02-17
claw-fm
소프트웨어 개발자

claw.fm — AI radio station platform. Pay Once, Create Forever model. Submit your first track for 0.01 USDC to bootstrap wallet identity, then create freely: 1 free track/day, free profile edits (3/day), free avatar uploads (3/day), free timestamped comments (20/day). Use when the user asks about: claw.fm, AI radio, submit music, radio station, music submission, earn USDC, tip artists, artist profile, submit a track, claw platform, music payments, x402 payment, web3 music, Base USDC, track comments.

2026-02-13
elevenlabs-music
음악 감독·작곡가

Generate AI music with vocals via the ElevenLabs Music API. Songs up to 10 minutes with AI vocals, composition plans, and streaming. Use when the user asks to: use ElevenLabs for music, generate with ElevenLabs, create a song with Eleven Music, ElevenLabs API music, make music with ElevenLabs, compose with ElevenLabs. Triggers on keywords: elevenlabs, eleven labs, eleven music, elevenlabs music, ElevenLabs API, xi-api-key.

2026-02-05
mureka-music
음악 감독·작곡가음악가·가수

Generate professional AI music with vocals via the Mureka API. High-quality tracks in any genre with vocals, instrumentals, or stems. Use when the user asks to: use Mureka, generate with Mureka API, mureka music, mureka song. Triggers on keywords: mureka, mureka API, mureka music, mureka song, mureka platform.

2026-02-05
replicate-music
소프트웨어 개발자

Generate AI music with vocals via MiniMax Music-1.5 on Replicate. Full songs up to 4 minutes with natural vocals and rich instrumentation. ~$0.03/song, no minimum spend, pay-as-you-go. Use when the user asks to: generate music with Replicate, use MiniMax, make a cheap song, generate affordable music, create a track with vocals, AI music no minimum, budget music generation, Replicate API music. Triggers on keywords: replicate, minimax, music-1.5, cheap music, budget music, pay as you go, no minimum, replicate API.

2026-02-05
suno-music
음악 감독·작곡가

Generate AI music with vocals via Suno (through MusicAPI.ai wrapper). Full songs in any genre with AI vocals, instrumentals, covers, and stems. Uses Suno's Sonic engine (V3.5 through V5). Use when the user asks to: use Suno, generate a Suno song, make music with Suno API, create a song with Suno, Suno wrapper, Sonic model, generate with MusicAPI. Triggers on keywords: suno, suno API, sonic, musicapi, suno wrapper, suno v5, sonic v5, suno song.

2026-02-05
cli-music
음악 감독·작곡가

Generate music tracks using CLI audio tools (ffmpeg + SoX). Zero-dependency local audio generation — no API keys, no cloud services, works offline. Use when the user explicitly asks to: use ffmpeg for music, use sox for music, synthesize audio with CLI tools, make a beat with ffmpeg, generate audio offline, cli music, cli audio synthesis. This skill produces lo-fi synthesized electronic music only — for professional quality tracks with vocals, use replicate-music, suno-music, or elevenlabs-music instead.

2026-02-05
x402check
소프트웨어 개발자

Validate and create x402 payment endpoint responses (HTTP 402 Payment Required). Use when the user asks to: (1) validate an x402 config or 402 response, (2) create/generate an x402 payment config, (3) build an HTTP 402 endpoint that returns payment requirements, (4) debug why an x402 config is invalid, (5) convert between x402 v1 and v2 formats, (6) check EVM/Solana addresses for x402, or (7) work with CAIP-2 network identifiers for payment configs. Triggers on keywords: x402, 402 payment, payment-required header, paywall config, CAIP-2 payment.

2026-02-05
threat-model
정보 보안 분석가

Threat-models a system, feature, or attack surface from first principles — assets, actors, and the paths from untrusted input to consequential action — then ranks risks and recommends controls worst-first, pushing each catastrophic outcome toward impossible-by-construction. Strongest where a failure is hard to reverse: moving money or value, handling keys/secrets, granting access, taking autonomous/agent actions, deleting or publishing. Use when designing something sensitive, evaluating a new attack surface, hardening a consequential flow, or asked "what could go wrong and who could cause it."

2026-07-21
slice
프로젝트 관리 전문가

Vertical-slice planning pipeline that turns rough requirements into slice-local discovery, decisions, UAT, PRD, follow-ups, and a bootstrap prompt before implementation. Use when starting feature work, shaping a vertical slice, converting rough requirements into acceptance criteria, or preparing a fresh-context agent to implement from durable artifacts.

2026-07-18
grill
소프트웨어 개발자

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

2026-07-18
pr
소프트웨어 개발자

Write a human-readable PR title and description from the final diff (never from the conversation), open or update the pull request, and triage review feedback into address / defer / dismiss. Use when opening a PR, shipping a branch, tightening a PR title or description, or responding to review comments from humans or bots.

2026-07-18
prd
프로젝트 관리 전문가

Create a PRD through user interview, codebase exploration, and module design, then output as a markdown file. Use when user wants to write a PRD, create a product requirements document, plan a new feature, or scope out work before implementation. Triggers on "write a prd", "create a prd", "let's plan this feature", "scope this out", "product requirements", or any request to formalize feature planning into a document.

2026-07-18
review
소프트웨어 품질 보증 분석가·테스터

Review a branch, pull request, commit range, working-tree diff, or selected files for correctness, architecture, security, performance, maintainability, and testing risks. Use when asked for a code review, final review, merge-readiness check, quality pass, risk assessment, or "anything else before merge?". Report findings without implementing fixes.

2026-07-18
typescript-cli
소프트웨어 개발자

Build, migrate, or review reliable Node.js command-line applications in TypeScript. Use when creating a CLI, converting a JavaScript CLI to TypeScript, choosing a parser/build/test stack, designing flags and output, hardening subprocess or filesystem behavior, packaging an npm executable, or checking a CLI for release readiness and cross-platform automation safety.

2026-07-18
uat
소프트웨어 품질 보증 분석가·테스터

Create concise, executable manual user-acceptance test plans from requirements, planning artifacts, a diff, branch, pull request, or working implementation. Use when asked for UAT, a manual QA script, demo validation, smoke testing, acceptance testing, or "how should I test this?". Focus on observable user behavior, durable side effects, guardrails, environment setup, and one demo-ready pass criterion.

2026-07-18
저장소 8개 중 8개 표시
모든 저장소를 표시했습니다