agent-ops

Manage and communicate with multiple AI agents via bash subcommands.

Updated Apr 18, 2026
One-click install
npx skills add https://github.com/harukainguyen1411/strawberry-agents --skill agent-ops-harukainguyen1411
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-ops
Source: https://github.com/harukainguyen1411/strawberry-agents/tree/main/.claude/skills/agent-ops
Command: npx skills add https://github.com/harukainguyen1411/strawberry-agents --skill agent-ops-harukainguyen1411

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Facilitates seamless management and communication between AI agents, enabling efficient inter-agent messaging and onboarding.

Core Features & Use Cases

  • Send Messages: Dispatch inbox messages to other agents with structured content, supporting agent coordination.
  • List Agents: Retrieve a list of all existing agents in JSON or TSV format for monitoring or debugging.
  • Create New Agents: Scaffold new agent directories with specified roles for expansion or testing scenarios.
  • Use Case: A team managing multiple AI bots can easily send updates or queries, list active agents, or rapidly onboard new agents for deployment.

Quick Start

Use the agent-ops skill to list all current agents in JSON format.

Frequently Asked Questions about agent-ops

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
Can I scaffold new AI agent directories with specific roles for testing?

To list all existing AI agents, use agent-ops to retrieve agent directories in JSON or TSV format. This provides a structured view of active agents for system monitoring, debugging, or orchestration tasks.

Does agent-ops require bash scripting support to manage AI agents?

Yes, agent-ops requires bash scripting support to execute subcommands and validate agent existence. You need an environment capable of running bash scripts to manage agents and dispatch messages properly.

What's the best way to automate agent onboarding and messaging for orchestration?

For agent orchestration, agent-ops automates inter-agent messaging, agent listing, and scaffolding through bash scripts. This approach differs from manual management by validating agent existence and structuring messages automatically across directories.

What limitations exist when using bash scripts for AI agent management?

Agent messaging requires validating agent existence through bash scripts to ensure messages are only dispatched to active agent directories. This prevents failed deliveries and maintains reliable inter-agent communication during workflow coordination.

How do I send messages between multiple AI agents for workflow coordination?

Using bash scripts for AI agent management requires an environment with scripting support and depends on subcommand execution. Without proper bash capabilities, agent validation, messaging, and scaffolding operations cannot function.