← Back to Skills Marketplace
187
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install poster-layout-planner
Description
Use poster layout planner for other workflows that need structured execution, explicit assumptions, and clear output boundaries.
Usage Guidance
This skill appears to be what it says: a small poster-layout planner implemented in a short Python script with no network or credential requirements. Things to check before running: (1) Inspect scripts/main.py yourself (it's short and safe-looking) and run python -m py_compile scripts/main.py as recommended; (2) Note SKILL.md describes validating input/output paths and editing a CONFIG block, but the included script currently uses fixed inputs — if you expect file I/O, ask the author or modify the script and re-review; (3) Run the script in a sandboxed workspace if you plan to extend it to read/write files. Overall there are no obvious incoherences or sensitive privileges requested.
Capability Analysis
Type: OpenClaw Skill
Name: poster-layout-planner
Version: 1.0.0
The skill bundle is a straightforward implementation of a poster layout planner. The Python script (scripts/main.py) contains simple logic to organize content sections into a layout and does not perform any high-risk operations like network requests or sensitive file access. While the SKILL.md contains repetitive phrasing suggesting the skill be used for 'other workflows,' there is no evidence of malicious intent or prompt injection designed to exfiltrate data or compromise the system.
Capability Assessment
Purpose & Capability
Name/description, SKILL.md, and the included scripts/main.py all describe a poster layout planner. The required resources are minimal (no env vars, no binaries, no installs) and match the described purpose.
Instruction Scope
SKILL.md repeatedly instructs the agent to validate input/output paths, edit CONFIG blocks, and avoid unsafe filesystem traversal. The actual packaged script uses hard-coded inputs and prints JSON; it does not read or write files or use network calls. This is a minor mismatch (the docs are broader than the implementation) but not malicious. Before executing, confirm whether you intend to run a more flexible version that accepts file paths.
Install Mechanism
No install spec is provided (instruction-only skill with a small bundled Python script). Nothing is downloaded or written to disk by an installer, which is low risk.
Credentials
The skill requests no environment variables, credentials, or config paths. There are no unexpected secrets or unrelated credentials required.
Persistence & Privilege
The skill is not always-enabled, does not request persistent privileges, and does not modify other skills or global configuration. Autonomous invocation is allowed (platform default) but combined with the minimal footprint this is not a concern.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install poster-layout-planner - After installation, invoke the skill by name or use
/poster-layout-planner - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of poster-layout-planner.
- Designs academic poster layouts with structured execution and explicit assumptions.
- Ensures scope-focused workflow and consistent, bounded output.
- Provides clear input/output requirements and a reproducible JSON output format.
- Includes audit-ready commands, security checklist, and error handling guidelines.
- Offers built-in risk assessment, performance considerations, and a standard response template.
Metadata
Frequently Asked Questions
What is Poster Layout Planner?
Use poster layout planner for other workflows that need structured execution, explicit assumptions, and clear output boundaries. It is an AI Agent Skill for Claude Code / OpenClaw, with 187 downloads so far.
How do I install Poster Layout Planner?
Run "/install poster-layout-planner" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Poster Layout Planner free?
Yes, Poster Layout Planner is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Poster Layout Planner support?
Poster Layout Planner is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Poster Layout Planner?
It is built and maintained by AIpoch (@aipoch-ai); the current version is v1.0.0.
More Skills