← Back to Skills Marketplace
andyluvis

OpenFun

by andyluvis · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
239
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install openfun
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openfun
  3. After installation, invoke the skill by name or use /openfun
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release — AI video factory. Analyze trends, create branded content, render and download videos via CLI.
Metadata
Slug openfun
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 239 downloads so far.

How do I install OpenFun?

Run "/install openfun" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is OpenFun free?

Yes, OpenFun is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does OpenFun support?

OpenFun is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created OpenFun?

It is built and maintained by andyluvis (@andyluvis); the current version is v1.0.0.

💬 Comments