peer-bot

Discover and communicate with peer bots via AnviLLM 9P filesystem streams.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/lneely/anvillm --skill peer-bot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: peer-bot
Source: https://github.com/lneely/anvillm/tree/main/skills/peer-bot
Command: npx skills add https://github.com/lneely/anvillm --skill peer-bot

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill allows you to discover and communicate with other AI agents (bots) running within the same AnviLLM 9P filesystem, enabling collaborative workflows and distributed AI tasks.

Core Features & Use Cases

  • Discover Peer Bots: List and filter running agents based on their aliases or other metadata.
  • Send Messages: Direct prompts and instructions to specific peer bots.
  • Understand Communication: Learn how agents use context and input/output streams for interaction.
  • Use Case: In a development workflow, you could use this skill to send a code review request to a 'reviewer-bot' or ask a 'research-bot' to gather information for a task.

Quick Start

Discover all running agents by listing them and then send a message to the agent with session ID '123'.

Frequently Asked Questions about peer-bot

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

FAQPage Schema
How do I discover running AI agents in a distributed 9P filesystem?

You can discover running AI agents in a 9P filesystem by listing and filtering them based on their aliases or metadata. This allows you to dynamically find peer bots available for collaborative workflows.

How does agent communication work over 9P input and output streams?

Agent communication over 9P streams works by leveraging 9P read and write commands on agent-specific input and output channels. This mechanism allows bots to send prompts, delegate tasks, and manage shared context.

Can I delegate tasks to specific peer bots within AnviLLM?

Yes, you can delegate tasks to specific peer bots within AnviLLM by directing prompts and instructions to their unique session IDs. This supports distributed AI workflows like asking a research-bot to gather information.

Do I need any external dependencies to manage collaborative AI workflows with peer bots?

No external dependencies are needed to manage collaborative AI workflows with peer bots. The skill operates independently using scripts and references to facilitate agent discovery, state checking, and context management within the 9P filesystem.

What are the limitations of using 9P for inter-agent communication?

Using 9P for inter-agent communication is limited to agents running within the same AnviLLM 9P filesystem instance. Interaction requires agents to have active sessions and relies on standard read and write operations for state management.