← 返回 Skills 市场
239
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install openfun
功能描述
Create viral short-form videos using AI. Analyze trending patterns, generate original content that hits the same beats, render and download MP4s. Use when th...
安全使用建议
This skill appears to do what it says: it wraps an 'openfun' CLI delivered via the public npm package 'openfun-cli'. Before installing, verify the npm package and linked GitHub repo (https://github.com/andyluvis/openfun-cli) to ensure it is legitimate, review its code and install behavior, and check the auth flow and token storage. Note that 'npm install -g' writes a global binary and the CLI stores an auth token at ~/.openfun/config.json — if you don't want a persistent token on your machine, avoid logging in or remove that file after use. If you have strict requirements about third-party packages, audit the package contents and network behavior (or run it in an isolated environment) before granting access.
功能分析
Type: OpenClaw Skill
Name: openfun
Version: 1.0.0
The openfun skill bundle provides a standard CLI interface for an AI video generation service. The SKILL.md documentation outlines legitimate commands for content creation and management, with installation via a standard npm package (openfun-cli). No indicators of malicious intent, data exfiltration, or prompt injection were identified.
能力评估
Purpose & Capability
Name/description describe an AI video CLI. The skill only requires a single binary 'openfun' and the install spec installs an npm package 'openfun-cli' which provides that binary — this is proportionate and expected for a CLI-driven video generation tool.
Instruction Scope
SKILL.md only tells the agent to run the openfun CLI commands (trends, remix, render, download, account). Those commands are within the declared purpose. However the docs state that login opens a browser and that a token is persisted to ~/.openfun/config.json — the runtime instructions therefore imply reading/writing a local config file that is not declared in the registry metadata.
Install Mechanism
Install uses 'npm install -g openfun-cli' (node package). This is a common, expected mechanism for providing a CLI. It is a moderate-risk install source (public npm) but matches the skill's need to provide a binary named 'openfun'.
Credentials
No environment variables or credentials are declared, which is fine. But SKILL.md documents that authentication tokens are persisted to ~/.openfun/config.json; the skill metadata did not declare required config paths. The presence of a persistent token file (and a login flow that opens a browser) should be noted because it grants ongoing access to the remote service from the machine.
Persistence & Privilege
always:false (normal). The skill will install a global npm binary and the CLI stores an auth token in the user's home directory — both are typical for CLIs. Global npm installs modify the system PATH and may require elevated permissions depending on environment; the token file gives the CLI persistent access to the user's OpenFun account.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openfun - 安装完成后,直接呼叫该 Skill 的名称或使用
/openfun触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release — AI video factory. Analyze trends, create branded content, render and download videos via CLI.
元数据
常见问题
OpenFun 是什么?
Create viral short-form videos using AI. Analyze trending patterns, generate original content that hits the same beats, render and download MP4s. Use when th... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 239 次。
如何安装 OpenFun?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openfun」即可一键安装,无需额外配置。
OpenFun 是免费的吗?
是的,OpenFun 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenFun 支持哪些平台?
OpenFun 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenFun?
由 andyluvis(@andyluvis)开发并维护,当前版本 v1.0.0。
推荐 Skills