Outline
v2.0.1Generate document outlines with TOC, chapter planning, and hierarchy management. Use when structuring documents, planning chapters, creating outlines.
⭐ 0· 243·2 current·2 all-time
byBytesAgain2@ckchzh
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name/description (document outlining / logging) matches the included script and SKILL.md: the tool appends timestamped entries to category log files, supports search, stats, and export. No unexpected network, cloud credentials, or unrelated binaries are requested.
Instruction Scope
Instructions and the script stay within the declared purpose (local logging and export). Minor issues: history.log format in the script (writes lines like "MM-DD HH:MM category: text") doesn't match SKILL.md's earlier mention of pipe-delimited entries for some operations; the export JSON/CSV routines do not escape/quote values, so entries that contain quotes, commas, or newlines can produce malformed exports. The tool logs all user-provided text to local files — expected for this purpose but worth noting because any secrets the user types will be stored in plaintext.
Install Mechanism
No install spec; only a Bash script is included. No downloads or external packages are pulled during install. This is low-risk from an install perspective.
Credentials
The skill requests no environment variables, credentials, or config paths beyond writing to a hardcoded data directory in the user's home. The declared runtime dependencies (bash, grep, standard POSIX utilities) match the script's needs.
Persistence & Privilege
The script persistently stores data in ~/.local/share/outline and creates/updates multiple log and export files. It does not request elevated privileges or modify other skills/configuration. Users should be aware of the persistent storage and filesystem write behavior.
Assessment
This skill appears coherent and local-only, but review a few practical points before installing: (1) the script writes all entries (including any secrets you type) in plaintext under ~/.local/share/outline — avoid putting passwords or tokens into entries; (2) consider changing DATA_DIR in the script to a location you control and set restrictive filesystem permissions (chmod 700) to limit access; (3) exported JSON/CSV are not escaped/quoted — entries with quotes, commas, or newlines can break the exported file or produce unexpected content; (4) the SKILL.md and script show a small format inconsistency for history.log (the script does not use pipe-delimited entries as sometimes described) — this is likely a minor bug but worth noting; (5) if you need higher assurance, inspect the provided script.sh in full and run it in a sandboxed environment first.Like a lobster shell, security has layers — review code before you run it.
latestvk973ghhcess532dx1d1y5xw4vs83474w
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
