← Back to Skills Marketplace
Panel Generator
by
peandrover adam
· GitHub ↗
· v1.0.0
· MIT-0
62
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install panel-generator
Description
Skip the learning curve of professional editing software. Describe what you want — generate a comic-style panel layout from these storyboard images — and get...
Usage Guidance
Before installing, confirm how NEMO_TOKEN and session_id will be stored (where on disk, encrypted or not) and whether the skill will ever auto-upload user files without an explicit user action. Ask the publisher for a privacy/data-retention policy and for clarification about the config path (~/.config/nemovideo/) and why the registry metadata omitted it. If you want to limit risk, require explicit user consent before the skill contacts the external API or generates/stores an anonymous token, and avoid putting any sensitive images or private media into the skill until you trust the backend.
Capability Analysis
Type: OpenClaw Skill
Name: panel-generator
Version: 1.0.0
The skill bundle describes a legitimate integration with a cloud-based video processing service (nemovideo.ai). It outlines standard procedures for authentication, session management, file uploads, and rendering. While it requests environment variable access (NEMO_TOKEN) and performs basic platform telemetry based on installation paths, these actions are consistent with its stated purpose of providing a managed AI video generation service and do not show evidence of malicious intent, data exfiltration, or harmful prompt injection.
Capability Assessment
Purpose & Capability
The skill is an instruction-only panel/video generator and requires a NEMO_TOKEN for API calls — that credential aligns with the described cloud rendering backend and upload/export operations.
Instruction Scope
The runtime instructions tell the agent to automatically connect to an external backend on first open, obtain an anonymous token (if none present), create/stash a session_id, and perform SSE and upload flows. Those network actions are coherent with the skill's purpose, but they are performed automatically and involve generating/storing secrets without specifying a secure storage location or user-visible consent. The instructions also say to 'don't display raw API responses or token values to the user', which effectively hides part of the authentication flow from users.
Install Mechanism
There is no install spec and no code files — this is instruction-only, which minimizes filesystem footprint and installation risk. Nothing is downloaded or executed by an installer.
Credentials
The skill only requires a single credential (NEMO_TOKEN), which is proportionate to contacting a rendering API. However, the SKILL.md frontmatter declares a config path (~/.config/nemovideo/) and references detecting install paths (~/.clawhub/, ~/.cursor/skills/), while the registry metadata reported no required config paths. This mismatch is an incoherence: the instructions imply reading/writing config or inspecting install locations but the declared requirements do not list those paths.
Persistence & Privilege
The skill does not request 'always: true' and is user-invocable. Still, it instructs automatic backend connection and anonymous token creation when first opened. Autonomous network activity combined with opaque token handling increases privacy risk, though no elevated platform privileges are requested.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install panel-generator - After installation, invoke the skill by name or use
/panel-generator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Panel Generator — Create Panel Layout Videos.
- Instantly turns uploaded images or video clips into comic-style animated panel layouts using cloud AI.
- Supports JPG, PNG, MP4, and WebM files up to 200MB; export to MP4, MOV, AVI, and more.
- Simple authentication workflow with automatic connection and free token generation for new users.
- Clear prompt-to-action mapping for generating, editing, exporting videos, checking credits, and session status.
- Reliable cloud rendering pipeline delivers 1080p panel layout videos in about 30–60 seconds per job.
- Includes error handling, timeline summaries, and tips for optimal panel generation results.
Metadata
Frequently Asked Questions
What is Panel Generator?
Skip the learning curve of professional editing software. Describe what you want — generate a comic-style panel layout from these storyboard images — and get... It is an AI Agent Skill for Claude Code / OpenClaw, with 62 downloads so far.
How do I install Panel Generator?
Run "/install panel-generator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Panel Generator free?
Yes, Panel Generator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Panel Generator support?
Panel Generator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Panel Generator?
It is built and maintained by peandrover adam (@peand-rover); the current version is v1.0.0.
More Skills