ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified media Safety 4/5

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.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/legendarylibr/seiso
Or

What 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

  1. "Check the current registry for available image generation tools, pick the most efficient one, and generate a 4k image of a futuristic cyberpunk city."
  2. "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."
  3. "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/tools at 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 /invoke routes for standard generation tasks to avoid unnecessary safety blocks.

Metadata

Stars1656
Views0
Updated2026-02-28
View Author Profile
AI Skill Finder

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 skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-legendarylibr-seiso": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#media#generative-ai#api-gateway#web3#automation
Safety Score: 4/5

Flags: external-api