skillZs
LIVE SKILL TAGS
>>> LIVE SKILLS INDEX <<<
* OPEN SOURCE *
NO LOGIN, NO TRACKING
REAL INSTALL DATA
← back to all skills
samuraigpt/generative-media-skills861 installs

muapi-platform

Setup and utility scripts for muapi.ai — configure API keys, test connectivity, and poll for async generation results

How do I install this agent skill?

npx skills add https://github.com/samuraigpt/generative-media-skills --skill muapi-platform
view source ↗

Is this agent skill safe to install?

  • Gen Agent Trust Hubpass

    The skill provides utility scripts to set up and interact with the muapi.ai platform. It allows for API key configuration and result polling via a custom command-line tool. No security vulnerabilities or malicious patterns were detected.

  • Socketpass

    No alerts

  • Snykfail

    Risk: HIGH · 1 issue

  • Runlayerpass

    2/3 files flagged

  • ZeroLeakspass

    Score: 93/100 · 2 sections analyzed

What does this agent skill do?

⚙️ MuAPI Platform Utilities

Setup and polling utilities for the muapi.ai platform.

Configure your API key, verify connectivity, and poll for async generation results.

Available Scripts

ScriptDescription
setup.shConfigure API key, show config, test key validity
check-result.shPoll for async generation results by request ID

Quick Start

# Save your API key
bash setup.sh --add-key "YOUR_MUAPI_KEY"

# Show current configuration
bash setup.sh --show-config

# Test API key validity
bash setup.sh --test

# Poll for a result (waits for completion)
bash check-result.sh --id "your-request-id"

# Check once without polling
bash check-result.sh --id "your-request-id" --once

Requirements

  • curl

Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.

<a href="https://skillzs.dev/skills/samuraigpt/generative-media-skills/muapi-platform">View muapi-platform on skillZs</a>