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

myreels-api

Use this skill when the user wants to generate images, videos, speech, or music with MyReels, inspect the live model schema, submit a generation task, list the authenticated user's tasks, or poll task status. Prefer the bundled shell scripts before hand-writing curl/fetch requests. Use this whenever the user mentions MyReels generation, model selection, task history, task polling, result URLs, or MyReels API integration.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/beautyaiclub/myreels-api
Or

What This Skill Does

The myreels-api skill provides a robust interface for interacting with the MyReels AI generation platform directly within OpenClaw. It enables users to discover available generative models, submit image and video production tasks, and track their progress through an asynchronous polling mechanism. By utilizing the dynamic metadata endpoint, the skill ensures that users always have access to the latest parameters, default settings, and cost estimations provided by the API, allowing for precise control over AI generation outputs.

Installation

To integrate this skill into your environment, use the following command:

npx skills add https://github.com/myreelsai/skills --skill myreels-api -g

Ensure you have an active subscription at myreels.ai and have generated an Access Token from the developer portal. This token must be included in your request headers to authorize all generation and status query operations.

Use Cases

This skill is ideal for creators, developers, and designers who need to automate visual media production. It excels in workflows requiring consistent batch generation, such as generating cinematic portraits for marketing materials, rendering assets for video projects, or programmatically creating high-fidelity images. Because the API supports programmatic discovery of schemas, it is particularly useful for building custom interfaces where the user can choose from different available models without needing manual updates when new models are released.

Example Prompts

  1. "Generate a cinematic portrait of a cyberpunk explorer with soft studio lighting using the latest available high-fidelity model."
  2. "Check the status of my recent task with ID task_98765 and let me know if it is completed yet."
  3. "List all available video generation models and tell me the estimated cost and generation time for the highest quality option."

Tips & Limitations

To maximize efficiency, always call the metadata endpoint (GET /api/v1/models/api) before task submission. This practice ensures you are using valid field names and complying with the most current input schemas. Remember that MyReels does not store result URLs permanently; ensure your downstream pipeline saves these assets immediately upon completion. For polling, maintain a reasonable cadence—use 10-second intervals for images and 30 to 60 seconds for video. Respect the 60 request per minute rate limit to ensure your integration remains stable and avoids service disruptions.

Metadata

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-beautyaiclub-myreels-api": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#media#generative-ai#api#automation#video-creation
Safety Score: 4/5

Flags: network-access, external-api