← 返回 Skills 市场
xueyetianya

Andon

作者 bytesagain4 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
157
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install andon
功能描述
Andon alert and production status board. Use when json andon tasks, csv andon tasks, checking andon status.
使用说明 (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]

安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install andon
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /andon 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug andon
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Andon 是什么?

Andon alert and production status board. Use when json andon tasks, csv andon tasks, checking andon status. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 157 次。

如何安装 Andon?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install andon」即可一键安装,无需额外配置。

Andon 是免费的吗?

是的,Andon 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Andon 支持哪些平台?

Andon 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Andon?

由 bytesagain4(@xueyetianya)开发并维护,当前版本 v1.0.0。

💬 留言讨论