runninghub_api
RunningHub AI Platform 直接调用 - 文生图、图生图、视频生成等,支持智能存储判断和链式工作流
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/airix315/rhskillWhat 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:
- Execute the installation command:
clawhub install openclaw/skills/skills/airix315/rhskill. - Configure your API credentials by setting the
RUNNINGHUB_API_KEYandRUNNINGHUB_BASE_URLenvironment variables. - Add the skill entry to your
~/.openclaw/openclaw.jsonconfiguration file, specifying your preferreddefaultStorage(auto/cloud/none) and cloud provider preferences. - Ensure you have installed and authorized the necessary storage skills (
bdpan-storageorgog) 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
- "Generate a realistic 3D render of a futuristic office space and save it to my Google Drive under the project 'design-revamp'."
- "Create an animation video from the portrait I uploaded earlier, keep it simple and return the direct link."
- "List all available AI generation tools on RunningHub and help me pick the best one for artistic sketches."
Tips & Limitations
- Storage Logic: When in
automode, the agent prefers local delivery for rapid workflows and cloud saving for explicit user requests. - Performance: Use the
asyncmode for long-running video generation tasks to keep your agent interface responsive, usingrh_query_taskto check completion status. - Environment: Ensure your cloud storage credentials are up to date via the specific login scripts for
bdpanorgogto 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
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-airix315-rhskill": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-write, external-api