Poster Layout Planner
v1.0.0Use poster layout planner for other workflows that need structured execution, explicit assumptions, and clear output boundaries.
⭐ 0· 80·0 current·0 all-time
byAIpoch@aipoch-ai
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & 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.
Assessment
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.Like a lobster shell, security has layers — review code before you run it.
latestvk97byk4b2p6cpxjb4s9rg77ers83w2nj
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
