Openclaw 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· 85·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 baofeng-tech/openclaw-media-gen.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Openclaw Media Gen" (baofeng-tech/openclaw-media-gen) from ClawHub.
Skill page: https://clawhub.ai/baofeng-tech/openclaw-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 openclaw-media-gen

ClawHub CLI

Package manager switcher

npx clawhub@latest install openclaw-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 are for media generation and the skill requires python3 and AISA_API_KEY only. The bundled Python client targets AIsa image and video endpoints (api.aisa.one), which is consistent with the stated functionality.
Instruction Scope
SKILL.md instructs running the included Python script and using AISA_API_KEY; guardrails say not to reference local files unless provided. The code shown makes API calls and downloads returned media — behaviors expected for a media-generation client. There are no instructions to read unrelated local files or export other secrets.
Install Mechanism
No install spec (instruction-only) and the package includes a Python script. No downloads from untrusted URLs or archive extraction are included. Requiring python3 is appropriate and low-risk for this purpose.
Credentials
Only AISA_API_KEY is required and declared as the primary credential. That single API key is proportionate for a client that calls the upstream AIsa service. The code does not access other environment variables or unrelated credentials.
Persistence & Privilege
always is false (not force-included). The skill does not request system-level config changes or cross-skill config access. Its runtime behavior is limited to network calls and writing generated media files to disk.
Assessment
This package appears coherent: it only needs python3 and an AISA_API_KEY to contact api.aisa.one for image/video generation. Before installing, verify you trust the AIsa service and the API key's permissions (it may allow billing/usage), and review the full scripts if you are concerned about local-file uploads (some video modes reference input.media/img_url). Run the skill in a sandboxed environment if you want to limit risk, monitor API usage/billing after first use, and avoid supplying other unrelated secrets.

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

Runtime requirements

🎬 Clawdis
Binspython3
EnvAISA_API_KEY
Primary envAISA_API_KEY
latestvk97e2523rzn7skreaktnyswsm585a65f
85downloads
0stars
1versions
Updated 5d ago
v1.1.0
MIT-0

Openclaw 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...