seisoai
Unified media generation gateway for agents. Discover tools dynamically, choose API key or x402 auth, invoke image/video/audio/music/3D/training tools, and handle queue jobs reliably.
Why use this skill?
Discover and invoke AI models for images, video, music, and 3D with the Seisoai gateway. Features dynamic tool registry and x402 payment support.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/legendarylibr/seisoWhat This Skill Does
The Seisoai skill acts as a unified, agent-first media generation gateway for OpenClaw. Instead of hard-coding support for hundreds of individual media models, this skill provides a dynamic interface to discover, price, and invoke diverse AI generation tools. It bridges the gap between raw API endpoints and autonomous agents, allowing for seamless integration of text-to-image, video, audio, music, 3D, and training pipelines. By prioritizing a live discovery workflow, it ensures that agents always have access to the latest models, schemas, and pricing data without needing manual updates.
Installation
To integrate this gateway into your agent environment, run the following command in your terminal:
clawhub install openclaw/skills/skills/legendarylibr/seiso
Once installed, ensure your agent has network access to https://seisoai.com and that your environment variables are configured with either a persistent API Key or access to a Web3 wallet for x402 payment processing.
Use Cases
- Automated Content Factories: Build agents that generate social media graphics, background music, or video snippets based on real-time trends.
- Asset Generation Pipelines: Use the orchestration endpoints to create 3D assets or texture maps for game development workflows.
- Pay-Per-Generation Apps: Utilize the x402 payment protocol to integrate high-end compute models without needing complex subscription management.
- Multi-Modal Workflows: Chain together different models (e.g., audio generation followed by lip-syncing for video) using the gateway's unified orchestration layer.
Example Prompts
- "Check the current registry for available image generation tools, pick the most efficient one, and generate a 4k image of a futuristic cyberpunk city."
- "Get the current price for training a LoRA model on the image generation endpoint, then proceed with the task if the cost is under 5 USDC."
- "List all available video generation models and provide the status for my last three pending job IDs."
Tips & Limitations
- Always Discover First: Never hard-code tool IDs. Models rotate and update; always call
/api/gateway/toolsat the start of your session. - Handle 402 Errors: If you are using pay-per-request, ensure your agent logic is prepared to catch a 402 status code and trigger a payment flow before retrying.
- Agent Scoping: Remember that agent-scoped endpoints (
/api/gateway/agent/*) require stricter verification than standard media generation endpoints. Use the general/invokeroutes for standard generation tasks to avoid unnecessary safety blocks.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-legendarylibr-seiso": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: external-api