Generate images & videos with: Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key
v1.0.0Generate images & videos with AIsa. Gemini 3 Pro Image (image) + Qwen Wan 2.6 (video) via one API key.
⭐ 11· 2.2k·10 current·10 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description promise (Gemini image + Qwen Wan video via AIsa) matches the code and SKILL.md: network calls target api.aisa.one and video endpoints, and the single required env var is AISA_API_KEY. Requiring curl and python3 is reasonable given the curl examples and the Python client.
Instruction Scope
SKILL.md instructs only how to call AIsa endpoints, poll async tasks, and save returned media. The included Python client only sends requests to api.aisa.one, parses responses, saves files, and downloads returned media URLs. It does not read unrelated system files or additional environment variables.
Install Mechanism
No install spec; this is an instruction-only skill with a bundled Python script. No downloads from arbitrary URLs or archive extraction are performed at install time.
Credentials
Only AISA_API_KEY is required and is the primary credential; that is proportional to an API client. The code does not request other secrets or config paths.
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence or modify other skills. It can be invoked by the agent (default), which is normal for skills of this type.
Assessment
This skill is coherent: it uses AISA_API_KEY to call api.aisa.one for image and async video generation and saves returned media locally. Before installing, confirm you trust the AIsa service (api.aisa.one) because all prompts, images, and any provided URLs will be transmitted there; treat AISA_API_KEY like any API secret (use least-privilege keys if possible, and rotate if compromised). Note the script will download files from URLs you provide and from URLs returned by the service—avoid passing internal or sensitive URLs. If you need stronger assurance, review the full Python script locally and consider running it in an isolated environment (e.g., container) and limit network access as appropriate.Like a lobster shell, security has layers — review code before you run it.
latestvk97asqcy4tf03vdjbepgazcrah80mgv6
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🎬 Clawdis
Binspython3, curl
EnvAISA_API_KEY
Primary envAISA_API_KEY
