Media Gen

v1.1.0

Generate AI images or videos through AIsa. Use when: the user needs creative generation, asset drafts, or media workflows. Supports image and video generation.

0· 86·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for bibaofeng/media-gen.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Media Gen" (bibaofeng/media-gen) from ClawHub.
Skill page: https://clawhub.ai/bibaofeng/media-gen
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Required env vars: AISA_API_KEY
Required binaries: python3
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install media-gen

ClawHub CLI

Package manager switcher

npx clawhub@latest install media-gen
Security Scan
Capability signals
Requires sensitive credentials
These labels describe what authority the skill may exercise. They are separate from suspicious or malicious moderation verdicts.
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name/description describe image/video generation and the package includes a Python client that calls https://api.aisa.one endpoints. Requested binary (python3) and required env var (AISA_API_KEY) are expected and proportional to the stated purpose.
Instruction Scope
SKILL.md instructs using the bundled script (python3 scripts/media_gen_client.py) and to provide AISA_API_KEY; the code performs HTTP calls to the AIsa API and saves returned media to disk or downloads signed URLs. The instructions do not ask the agent to read unrelated local files or other credentials.
Install Mechanism
No install spec (instruction-only) and a bundled Python script are provided. Nothing is downloaded or installed at skill-install time by the skill itself.
Credentials
Only AISA_API_KEY is required and marked as the primary credential, which matches the script's use of a single API key to authenticate requests to api.aisa.one.
Persistence & Privilege
always:false and user-invocable:true. The skill does not request persistent elevated privileges or to modify other skills or system-wide settings.
Assessment
This skill appears coherent: it uses your AISA_API_KEY to call api.aisa.one and may download generated media to local files. Before installing, confirm you trust the AIsa service and that the API key you provide has the desired scope/limits. Because the package source/homepage is unspecified, consider reviewing the full scripts (scripts/media_gen_client.py) yourself or using a limited API key, and be aware that generated outputs and any URLs returned by the service will be fetched and saved to disk. Autonomy is allowed by default (the agent can invoke skills), so only enable the skill for agents you trust to act on your behalf.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🎬 Clawdis
Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk977ngzabfwjz8z0tv0g90csys85as9r
86downloads
0stars
1versions
Updated 6d ago
v1.1.0
MIT-0

Media Gen

Generate AI images or videos through AIsa. Use when: the user needs creative generation, asset drafts, or media workflows. Supports image and video generation.

When to use

  • The user needs image or video generation.
  • The user wants creative drafts or media assets from one API key.
  • The user wants quick generation workflows.

High-Intent Workflows

  • Generate an image draft.
  • Generate a short video concept.
  • Turn a creative brief into media output.

Quick Reference

  • python3 scripts/media_gen_client.py --help

Setup

  • AISA_API_KEY is required for AIsa-backed API access.
  • Use repo-relative scripts/ paths from the shipped package.
  • Prefer explicit CLI auth flags when a script exposes them.

Example Requests

  • Generate a futuristic city poster
  • Create a short product-demo video concept
  • Turn a scene description into an image draft

Guardrails

  • Do not promise media output that was not returned.
  • Do not reference local files that were not provided.
  • If the upstream is rate-limited, say so.

Comments

Loading comments...