← Back to Skills Marketplace
238
Downloads
0
Stars
0
Active Installs
8
Versions
Install in OpenClaw
/install myreels-api
Description
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 t...
Usage Guidance
This package appears to be a straightforward shell-wrapper for the MyReels API. Before installing, consider: (1) you must provide a MyReels Access Token—only grant a token that has the minimal scopes you need and rotate it if concerned; (2) the scripts will read ~/.myreels/config (or environment variables) so do not put other secrets into that file; (3) the scripts perform network calls to the MyReels API (MYREELS_BASE_URL defaults to https://api.myreels.ai) and will output/persist result URLs locally only if you save them; (4) review the included scripts yourself (they are plain shell) and run scripts/myreels-doctor.sh first to verify connectivity and shape of live responses; (5) if you do not want the agent to call the skill autonomously, disable model invocation or avoid installing it into agents with full autonomy. Overall the package is coherent with its stated purpose and does not present obvious red flags.
Capability Analysis
Type: OpenClaw Skill
Name: myreels-api
Version: 1.0.9
The myreels-api skill bundle is a legitimate integration for the MyReels API, providing shell scripts and documentation for generating media and managing tasks. The code in scripts like _common.sh and myreels-doctor.sh follows security best practices, such as masking sensitive tokens in output, using temporary files safely, and properly quoting variables to prevent injection. No evidence of data exfiltration, malicious execution, or prompt injection was found; all network activity is directed to the official api.myreels.ai domain.
Capability Assessment
Purpose & Capability
Name and description match the bundled shell scripts and reference docs. The two required env vars (MYREELS_ACCESS_TOKEN, MYREELS_BASE_URL) and runtime tools (curl, jq) are appropriate and expected for a CLI wrapper around the MyReels API.
Instruction Scope
SKILL.md and the scripts limit actions to loading model metadata, submitting generation tasks, listing and polling tasks, and local config checks. The scripts source a config file (~/.myreels/config) and use temporary files for HTTP responses; they do not read unrelated system files, request other secrets, or send data to endpoints outside of the documented MyReels API and GitHub repo links.
Install Mechanism
No automated install spec is embedded; the README suggests installing via npx from the project's GitHub. The package itself is instruction-only with plain shell scripts (no obscure download locations or extracted archives), which is low-risk in this context.
Credentials
Only MYREELS_ACCESS_TOKEN and MYREELS_BASE_URL are required. These are proportional to the skill's function. The scripts read a user config file if present and prefer live schema access; they do not require additional third-party credentials.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system-wide settings. It may be invoked autonomously by agents (platform default), but that is expected for a service-integration skill and not excessive here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install myreels-api - After installation, invoke the skill by name or use
/myreels-api - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.9
Release 1.0.9 from GitLab ai/ai-trial/beautyai/skills@9da5e609
v1.0.8
Release 1.0.8 from GitLab ai/ai-trial/beautyai/skills@10d83b09
v1.0.7
Release 1.0.7 from GitLab ai/ai-trial/beautyai/skills@29687624
v1.0.6
Release 1.0.6 from GitLab ai/ai-trial/beautyai/skills@3b4faf2d
v1.0.5
Release 1.0.5 from GitLab ai/ai-trial/beautyai/skills@be94f51c
v1.0.4
Release 1.0.4 from GitLab ai/ai-trial/beautyai/skills@7158e70b
v1.0.2
Release 1.0.2 from GitLab ai/ai-trial/beautyai/skills@7cf8ad51
v1.0.0
Initial ClawHub release from skills repo commit b2cc0d9
Metadata
Frequently Asked Questions
What is 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 t... It is an AI Agent Skill for Claude Code / OpenClaw, with 238 downloads so far.
How do I install MyReels API?
Run "/install myreels-api" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is MyReels API free?
Yes, MyReels API is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does MyReels API support?
MyReels API is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created MyReels API?
It is built and maintained by MyReelsAI (@beautyaiclub); the current version is v1.0.9.
More Skills