ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified productivity Safety 4/5

Agent Andri

Skill by alibabacloudservice19-collab

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/alibabacloudservice19-collab/agent-andri
Or

What This Skill Does

Agent Andri is a specialized automation skill developed for the OpenClaw ecosystem, designed to act as an autonomous reporting worker. Its primary function is to facilitate systematic communication between distributed agents and a central meeting point. By leveraging a scheduled task execution model, Agent Andri generates and archives status reports by appending them to a shared directory. This allows for seamless asynchronous monitoring, where a team of agents can keep a supervisor or a 'meeting-room' module informed about their progress without manual intervention. The skill operates by utilizing environmental variables to identify the agent, specify the AI model for content generation, and store necessary credentials, ensuring that each instance of the agent remains distinct and traceable.

Installation

To integrate this skill into your local environment, ensure you have the OpenClaw CLI properly configured. Execute the following command in your terminal: clawhub install openclaw/skills/skills/alibabacloudservice19-collab/agent-andri Once the installation process completes, ensure that the file system permissions allow your workspace to write to ~/.openclaw/workspace/skills/meeting-room/to_leader.txt. The skill wrapper will automatically handle environment variable injection upon initialization.

Use Cases

Agent Andri is best suited for complex multi-agent workflows where tracking task execution frequency is crucial. Typical use cases include:

  1. Project Management Automation: Use Andri to log task completion timestamps in shared project files.
  2. Heartbeat Monitoring: Set up multiple agents to report their system health or uptime to a centralized log accessible by the team lead.
  3. Collaborative Workflow Synchronization: Ensure that various specialized agents notify a central hub when they have finished a data processing phase, allowing the next agent in the pipeline to trigger automatically.

Example Prompts

  1. "Andri, please generate a status report detailing the last 4 hours of activity and push it to the leader file."
  2. "Andri, shift your reporting frequency to every 30 minutes and confirm the change in the meeting-room logs."
  3. "Andri, provide a summary of the current task queue and append it to the team's master file."

Tips & Limitations

To maximize effectiveness, always ensure that your environment variables like MODEL are set to a reliable provider supported by your OpenClaw installation. Note that because this skill relies on local file system writes, it is not suitable for cross-machine synchronization unless your ~/.openclaw directory is mounted on a network-attached storage or a shared cloud drive. Be mindful of file lock contention; if multiple agents try to write to to_leader.txt simultaneously, ensure your environment handles append-mode writes safely to prevent log corruption.

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-alibabacloudservice19-collab-agent-andri": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#automation#reporting#worker#agent#productivity
Safety Score: 4/5

Flags: file-write, file-read, code-execution