← Back to Skills Marketplace
xueyetianya

Andon

by bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
157
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install andon
Description
Andon alert and production status board. Use when json andon tasks, csv andon tasks, checking andon status.
README (SKILL.md)

andon

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

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config \x3Ckey> \x3Cvalue> to set preferences.

Variable Description
ANDON_DIR Data directory (default: ~/.andon/)

Powered by BytesAgain | bytesagain.com | [email protected]

Usage Guidance
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.
Capability Analysis
Type: OpenClaw Skill Name: andon Version: 1.0.0 The 'andon' skill is a straightforward bash-based tool for managing production status logs locally in the user's home directory (~/.andon/). The script (scripts/script.sh) implements basic CRUD operations, searching, and exporting to CSV/JSON without any network activity, obfuscation, or attempts to access sensitive system files. While the script lacks robust input sanitization for its internal configuration and parsing logic, these appear to be minor functional limitations rather than intentional vulnerabilities or malicious features.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install andon
  3. After installation, invoke the skill by name or use /andon
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
publish v1.0.0
Metadata
Slug andon
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Andon?

Andon alert and production status board. Use when json andon tasks, csv andon tasks, checking andon status. It is an AI Agent Skill for Claude Code / OpenClaw, with 157 downloads so far.

How do I install Andon?

Run "/install andon" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Andon free?

Yes, Andon is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Andon support?

Andon is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Andon?

It is built and maintained by bytesagain4 (@xueyetianya); the current version is v1.0.0.

💬 Comments