Draft CLI

v1.5.4

Manage and interact with "Draft" pages and documents using the @innosage/draft-cli. Use this skill whenever the user explicitly asks to read, create, list, p...

0· 63·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description match the declared binary requirement ('draft') and the install spec (@innosage/draft-cli). Network access to draft.innosage.co and optional local .md file access in workspace mode are consistent with a CLI that integrates with a web PWA and repo-backed workflows.
Instruction Scope
SKILL.md explicitly limits actions to Draft app interactions and workspace-backed .md files, prescribes a connection-first flow (status→start-server→verify) and references only the 'draft' binary, local markdown files (when workspace mode is used), and the Draft origin. There are no instructions to read unrelated files, export credentials, or call external endpoints other than the Draft app.
Install Mechanism
Installation via the npm package @innosage/draft-cli (which provides the 'draft' binary) is proportionate to a CLI tool. Note: npm packages are third-party code—this is expected but carries the usual supply-chain considerations.
Credentials
No environment variables or credentials are requested. The skill will access the network (draft.innosage.co) and local markdown files when workspace mode is explicitly used—these are justified by the tool's purpose and are not hidden in requires.env.
Persistence & Privilege
always is false and the skill does not request persistent elevated platform privileges or configuration changes to other skills. Autonomous invocation is allowed (platform default) but not combined with other concerning privileges.
Assessment
This skill appears to do what it claims: it runs the 'draft' CLI (installed from npm), communicates with the Draft PWA (draft.innosage.co), and may read local .md files when you ask it to work in workspace mode. Before installing, verify you trust the @innosage package on the npm registry (or review its source/release page), and be aware that the installed 'draft' binary will have network access to the Draft service and filesystem access to any files you direct it to open. If you prefer extra safety, install and run it in an isolated environment/container or inspect the package contents before use.

Like a lobster shell, security has layers — review code before you run it.

latestvk973p9gmrshsjn4xt1xeg800ns84xbqm

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

📝 Clawdis
Binsdraft

Install

Install draft-cli (npm)
Bins: draft
npm i -g @innosage/draft-cli

Comments