← 返回 Skills 市场
alibabacloudservice19-collab

Agent Andri

作者 alibabacloudservice19-collab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
225
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install agent-andri
功能描述
Agent Andri periodically sends its status report to the meeting-room by appending a message to a designated file.
使用说明 (SKILL.md)

agent-Andri

Skill ini merepresentasikan agen pekerja Andri. Agen secara periodik mengirimkan statusnya ke meeting‑room dengan menuliskan ke file ~/ .openclaw/workspace/skills/meeting-room/to_leader.txt.

Variabel lingkungan

  • AGENT_NAME – Nama agen (di‑set otomatis oleh wrapper).
  • NV_API_KEY – API‑key khusus agen (tidak dipakai di contoh ini, hanya disimpan bila diperlukan).
  • MODEL – Model AI yang dipakai agen.

Skrip utama

scripts/status_report.sh membaca variabel di atas, men‑generate pesan status, dan men‑append‑kan ke file meeting‑room.

安全使用建议
This skill's behavior is simple and mostly aligned with its description, but note three issues before installing: (1) the script hardcodes AGENT_NAME instead of using advertised env vars—if you expect dynamic names update the script to read $AGENT_NAME; (2) it runs an infinite loop appending every 30s—ensure you have a plan to start/stop it, limit file growth (log rotation or max size), and monitor CPU/disk use; (3) the shebang is Termux-specific (/data/.../bash) so it may fail on non-Android systems—adjust the shebang to a standard shell (/usr/bin/env bash). If you proceed, run the script under a supervisor or with a wrapper that enforces lifetime and log rotation, and inspect the target file and permissions to ensure no sensitive data is being exposed.
功能分析
Type: OpenClaw Skill Name: agent-andri Version: 1.0.0 The skill bundle implements a simple status reporting mechanism for an agent named 'Andri'. The script 'scripts/status_report.sh' runs a loop that appends a timestamped status message to a local file within the OpenClaw workspace. There is no evidence of data exfiltration, malicious commands, or harmful instructions.
能力评估
Purpose & Capability
Name/description match the actual behavior: the included script appends status lines to ~/.openclaw/workspace/skills/meeting-room/to_leader.txt every 30 seconds. No unrelated credentials, binaries, or external endpoints are requested.
Instruction Scope
SKILL.md says the script reads AGENT_NAME, NV_API_KEY and MODEL; the shipped script does not read those environment variables and instead hardcodes AGENT_NAME="Andri". The script runs an infinite loop that continuously appends to the file every 30s, which is broader operational behavior than a one-off status send.
Install Mechanism
No install spec; code is instruction-only with a single shell script. Nothing is downloaded or installed by the skill itself.
Credentials
The SKILL.md documents environment variables (AGENT_NAME, NV_API_KEY, MODEL) but the script does not consume them. The skill declares no required env vars, which is coherent, but the mismatch may be accidental or sloppy documentation.
Persistence & Privilege
The script is an infinite loop that appends to a file every 30 seconds; if the agent runs this unmonitored it will continue indefinitely, potentially filling disk or spamming the meeting-room file. The skill is not configured 'always:true', but autonomous invocation could still start the script.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install agent-andri
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /agent-andri 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
agent-Andri 1.0.0 – Initial release - Merepresentasikan agen pekerja bernama **Andri** yang secara periodik melaporkan status ke meeting‑room. - Menggunakan skrip `scripts/status_report.sh` untuk membaca variabel lingkungan, membuat pesan status, dan mengirimkannya ke file meeting-room. - Mendukung konfigurasi melalui variabel lingkungan: `AGENT_NAME`, `NV_API_KEY`, dan `MODEL`.
元数据
Slug agent-andri
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Agent Andri 是什么?

Agent Andri periodically sends its status report to the meeting-room by appending a message to a designated file. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 225 次。

如何安装 Agent Andri?

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

Agent Andri 是免费的吗?

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

Agent Andri 支持哪些平台?

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

谁开发了 Agent Andri?

由 alibabacloudservice19-collab(@alibabacloudservice19-collab)开发并维护,当前版本 v1.0.0。

💬 留言讨论