Agent Andri
Skill by alibabacloudservice19-collab
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/alibabacloudservice19-collab/agent-andriWhat 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:
- Project Management Automation: Use Andri to log task completion timestamps in shared project files.
- Heartbeat Monitoring: Set up multiple agents to report their system health or uptime to a centralized log accessible by the team lead.
- 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
- "Andri, please generate a status report detailing the last 4 hours of activity and push it to the leader file."
- "Andri, shift your reporting frequency to every 30 minutes and confirm the change in the meeting-room logs."
- "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
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 skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-alibabacloudservice19-collab-agent-andri": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-write, file-read, code-execution