Andon

v1.0.0

Andon alert and production status board. Use when json andon tasks, csv andon tasks, checking andon status.

0· 84·0 current·0 all-time
bybytesagain4@xueyetianya
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
Name/description describe an Andon status board and the repository contains a single bash script implementing that functionality. No unrelated credentials, binaries, or services are requested.
Instruction Scope
SKILL.md calls the included scripts/script.sh commands (status, add, list, search, remove, export, stats, config). The script operates only on files under the DATA_DIR (default ~/.andon) and does not access network endpoints, other system credentials, or unrelated paths.
Install Mechanism
There is no install spec — the skill is instruction-only plus a local script. Nothing is downloaded or installed from external hosts.
Credentials
No environment variables, credentials, or config paths are required. The script respects an optional ANDON_DIR env var to change the data directory; this is reasonable and proportionate.
Persistence & Privilege
always is false and the skill does not request any elevated or persistent system privileges. It only creates/updates files inside its own data directory.
Assessment
This skill is a simple local CLI that stores data in ~/.andon by default (or whatever ANDON_DIR you set). It does not contact networks or request secrets. Before installing, decide whether you are comfortable with the tool creating and modifying files in that directory; if you prefer a different location, set ANDON_DIR. Also note the script relies on standard Unix utilities (grep, sed, tail, etc.) and uses sed -i which behaves differently on some platforms (e.g., macOS); test in a safe environment if you have platform concerns.

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

latestvk978sf7et5c64pyfn7x9fe2p9d839tpz

License

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

Comments