DecisionDeck
v1.0.0Decision briefing skill that turns notes, research, proposals, meeting summaries, documents, and connector outputs into a one-page decision brief that clarif...
⭐ 0· 38·0 current·0 all-time
byhaidong@harrylabsj
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
Name and description match the implementation. The code and SKILL.md focus on distilling documents into decision briefs; no unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md describes document processing and framing rules only. Runtime instructions and code operate on input text or files supplied by the user; there are no instructions to read unrelated system state, secrets, or to transmit data to external endpoints.
Install Mechanism
No install spec is declared (instruction-only). The repo contains Node.js source and a CLI, but there are no download-from-URL steps or third-party install steps in the manifest. No archives or remote installers are used.
Credentials
The skill declares no required environment variables or credentials. The code reads files the user provides (fs.readFileSync) which is appropriate for a CLI/document-processing tool.
Persistence & Privilege
always is false and the skill does not request persistent system privileges or modify other skills' configs. It runs as a normal local Node module/CLI when invoked.
Assessment
This skill appears coherent and low-risk: it reads text/files you provide and produces a decision brief. If you will run it locally, note it requires Node (>=16) to run the included CLI. Before installing or running, review any files you pass to it (it will read them) and, if you plan to run code from an untrusted source, inspect src/index.js and bin/cli.js (they contain the processing logic and file-read calls). There are no hidden network calls or credential requirements in the package as provided.Like a lobster shell, security has layers — review code before you run it.
briefvk97e7zqt7wn2v3ram7c1v4m1mx843mrwdecisionvk97e7zqt7wn2v3ram7c1v4m1mx843mrwexecutive-summaryvk97e7zqt7wn2v3ram7c1v4m1mx843mrwknowledgevk97e7zqt7wn2v3ram7c1v4m1mx843mrwlatestvk97e7zqt7wn2v3ram7c1v4m1mx843mrwplanningvk97e7zqt7wn2v3ram7c1v4m1mx843mrw
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🗂️ Clawdis
OSLinux · macOS · Windows
