← Back to Skills Marketplace
alibabacloudservice19-collab

Agent Andri

by alibabacloudservice19-collab · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
225
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install agent-andri
Description
Agent Andri periodically sends its status report to the meeting-room by appending a message to a designated file.
README (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.

Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install agent-andri
  3. After installation, invoke the skill by name or use /agent-andri
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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`.
Metadata
Slug agent-andri
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Agent Andri?

Agent Andri periodically sends its status report to the meeting-room by appending a message to a designated file. It is an AI Agent Skill for Claude Code / OpenClaw, with 225 downloads so far.

How do I install Agent Andri?

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

Is Agent Andri free?

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

Which platforms does Agent Andri support?

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

Who created Agent Andri?

It is built and maintained by alibabacloudservice19-collab (@alibabacloudservice19-collab); the current version is v1.0.0.

💬 Comments