🎁 Get the FREE AI Skills Starter Guide β€” Subscribe β†’
BytesAgainBytesAgain
πŸ¦€ ClawHub

ogp-agent-comms

by @dp-pcs

Interactive wizard to configure agent-to-agent communication policies (updated for multi-framework `--for` workflows, OGP 0.2.24+ peer identity, and 0.2.28+...

Versionv0.6.0
Installs1
⚑ When to Use
TriggerAction
- User wants to set up agent-to-agent communication policies
- User wants to configure what topics their agent can discuss with peers
- User wants different policies for different peers
- User says things like "configure agent comms", "set up agent communication", "how should my agent respond to X"
βš™οΈ Configuration

The OGP daemon must be installed. If you see errors like 'ogp: command not found', install it first:

npm install -g @dp-pcs/ogp
ogp-install-skills
ogp setup
ogp agent-comms interview
ogp config show

Full documentation: https://github.com/dp-pcs/ogp

OGP Agent-Comms Configuration

This skill is an interactive wizard for configuring how your agent handles incoming agent-comms messages from federated peers.

πŸ“‹ Tips & Best Practices

Agent not following policies

1. Verify the policy is saved:

   ogp --for openclaw agent-comms policies 
   

2. Check if the topic is in scope grants (doorman):

   ogp --for openclaw federation scopes 
   

3. Restart daemon to reload config:

   ogp --for openclaw stop && ogp --for openclaw start --background
   

Policy not taking effect for new peer

New peers inherit global defaults. Configure them specifically:

ogp --for openclaw agent-comms configure 302a300506032b65 --topics "..." --level "..."

Multi-Agent Routing Issues

If notifications aren't reaching the right agent: 1. Check notifyTargets and humanDeliveryTarget in the active framework config 2. Verify the target format: telegram:chat_id or a raw session key like agent:main:telegram:direct: 3. For OpenClaw, verify hooks are enabled and the hook token is present 4. For OpenClaw Gateway RPC debugging, use wss://localhost:18789 against a TLS-enabled local gateway, not ws:// 5. Remember that a successful direct session injection is not the same thing as the agent correctly handling a human-delivery obligation

View on ClawHub
TERMINAL
clawhub install ogp-agent-comms

πŸ§ͺ Use this skill with your agent

Most visitors already have an agent. Pick your environment, install or copy the workflow, then run the smoke-test prompt above.

πŸ” Can't find the right skill?

Search 60,000+ AI agent skills β€” free, no login needed.

Search Skills β†’