RH-API

Access RunningHub API endpoints for media generation and AI app workflows.

1|Updated May 8, 2026
One-click install
npx skills add https://github.com/ghostltx/codex-skills --skill rh-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: RH-API
Source: https://github.com/ghostltx/codex-skills/tree/main/RH-API
Command: npx skills add https://github.com/ghostltx/codex-skills --skill rh-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill provides a unified client to access the RunningHub API for generating media assets (images, videos, audio, 3D) and for running AI applications via webappId.

Core Features & Use Cases

  • Access 294 endpoints across image, video, audio, 3D, text understanding, and AI apps to orchestrate end-to-end media workflows.
  • Use the standard CLI scripts: python3 {baseDir}/scripts/runninghub.py for media generation tasks and python3 {baseDir}/scripts/runninghub_app.py for AI app workflows.
  • Leverage data from {baseDir}/data/capabilities.json to discover endpoints, parameters, and capabilities.

Quick Start

Submit a sample image-generation task with a prompt and save the output to a local file.

Frequently Asked Questions about RH-API

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate text-to-image and image-to-video generation using the RunningHub API?

You can automate RunningHub API media generation by executing the Python CLI script runninghub.py, which handles key validation, media uploads, polling, and downloading results for your text-to-image and image-to-video tasks.

What do I need to run AI apps via webappId using the RunningHub API?

To run AI apps via webappId, you need Python and curl installed to execute the runninghub_app.py script, which orchestrates end-to-end workflows from prompts to downloads across hundreds of RunningHub endpoints.

Can I discover available endpoints and parameters for RunningHub media generation tasks?

Yes, you can discover 294 endpoints across image, video, audio, 3D, and AI apps by leveraging the capabilities.json data file, which details the available parameters and capabilities for media generation.

Does the RunningHub API client support end-to-end workflows from prompts to downloads?

The RunningHub API client supports end-to-end workflows from prompts to downloads by providing a unified interface to access hundreds of endpoints for generating images, videos, audio, and 3D assets.

What is the best way to access hundreds of RunningHub endpoints for media tasks?

The best way to access RunningHub endpoints is using the unified Python client, which provides standard CLI scripts to interface with 294 endpoints for image, video, audio, 3D, and AI application generation.

Why does my RunningHub API script require curl and Python to execute media generation?

Your RunningHub API script requires Python and curl because the unified client relies on these environments to handle key validation, media uploads, task polling, and downloading the generated media assets.