← 返回 Skills 市场
238
总下载
0
收藏
0
当前安装
8
版本数
在 OpenClaw 中安装
/install 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...
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install myreels-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/myreels-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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
元数据
常见问题
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... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 238 次。
如何安装 MyReels API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install myreels-api」即可一键安装,无需额外配置。
MyReels API 是免费的吗?
是的,MyReels API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
MyReels API 支持哪些平台?
MyReels API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 MyReels API?
由 MyReelsAI(@beautyaiclub)开发并维护,当前版本 v1.0.9。
推荐 Skills