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

runninghub_api

RunningHub AI Platform 直接调用 - 文生图、图生图、视频生成等,支持智能存储判断和链式工作流

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/airix315/rhskill
Or

What This Skill Does

The runninghub_api skill is a powerful extension for the OpenClaw AI agent, providing a direct, high-performance bridge to the RunningHub AI platform. By bypassing the traditional MCP layer, this skill enables seamless integration with sophisticated AI generation models—including text-to-image, image-to-image, and video generation. It features an intelligent storage management system that automatically routes output to the appropriate cloud storage (Baidu Pan or Google Drive) or keeps it as a temporary server-hosted URL based on the task requirements and workflow context.

Installation

To integrate this skill into your environment, follow these steps:

  1. Execute the installation command: clawhub install openclaw/skills/skills/airix315/rhskill.
  2. Configure your API credentials by setting the RUNNINGHUB_API_KEY and RUNNINGHUB_BASE_URL environment variables.
  3. Add the skill entry to your ~/.openclaw/openclaw.json configuration file, specifying your preferred defaultStorage (auto/cloud/none) and cloud provider preferences.
  4. Ensure you have installed and authorized the necessary storage skills (bdpan-storage or gog) if you intend to use automated cloud backups.

Use Cases

  • Rapid Prototyping: Instantly generate assets for design projects using text prompts.
  • Automated Workflows: Chain together multiple AI tasks, such as generating an image and immediately transforming it into a video sequence.
  • Content Management: Automatically organize and sync generated AI media to personal cloud storage for long-term archiving and team sharing.
  • Remote Production: Trigger complex rendering or generation jobs from any environment using OpenClaw as the interface.

Example Prompts

  1. "Generate a realistic 3D render of a futuristic office space and save it to my Google Drive under the project 'design-revamp'."
  2. "Create an animation video from the portrait I uploaded earlier, keep it simple and return the direct link."
  3. "List all available AI generation tools on RunningHub and help me pick the best one for artistic sketches."

Tips & Limitations

  • Storage Logic: When in auto mode, the agent prefers local delivery for rapid workflows and cloud saving for explicit user requests.
  • Performance: Use the async mode for long-running video generation tasks to keep your agent interface responsive, using rh_query_task to check completion status.
  • Environment: Ensure your cloud storage credentials are up to date via the specific login scripts for bdpan or gog to avoid authentication failures during automated saves.
  • Limitations: Direct file download to local host is intentionally disabled to favor cloud-first storage patterns for better asset persistence and reliability.

Metadata

Author@airix315
Stars4473
Views0
Updated2026-05-01
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-airix315-rhskill": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#ai-generation#image-processing#workflow-automation#cloud-storage#multimedia
Safety Score: 4/5

Flags: network-access, file-write, external-api