← Back to Skills Marketplace
97
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install media-gen
Description
Generate AI images or videos through AIsa. Use when: the user needs creative generation, asset drafts, or media workflows. Supports image and video generation.
Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill
Name: media-gen
Version: 1.1.0
The media-gen skill bundle is a legitimate API client for generating AI images and videos via the AIsa service (api.aisa.one). The Python script (media_gen_client.py) uses standard libraries to facilitate image and video generation tasks, including downloading results to the local file system. No evidence of data exfiltration, malicious execution, or prompt injection was found; the code is well-documented and its behavior aligns strictly with its stated purpose.
Capability Tags
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install media-gen - After installation, invoke the skill by name or use
/media-gen - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.1.0
- Added support for both AI image and video generation through AIsa.
- Improved documentation with detailed usage scenarios, quick reference, and setup instructions.
- Clarified required environment variable (`AISA_API_KEY`).
- Enhanced guardrails to ensure accurate responses and proper handling of rate limits and local files.
- Expanded high-intent workflow examples for creative media generation.
Metadata
Frequently Asked Questions
What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.
How do I install Media Gen?
Run "/install media-gen" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Media Gen free?
Yes, Media Gen is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Media Gen support?
Media Gen is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Media Gen?
It is built and maintained by bibaofeng (@bibaofeng); the current version is v1.1.0.
More Skills