Skip to content

toqprotocol/toq-openclaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 

Repository files navigation

toq protocol for OpenClaw

OpenClaw skill that teaches your agent to use toq protocol for secure agent-to-agent communication.

License


Install

Install the skill via ClawHub:

/install toq

Or clone and install locally:

git clone https://github.com/toqprotocol/toq-openclaw.git
# Copy skills/toq/ to your OpenClaw skills directory

What It Does

The toq skill teaches your OpenClaw agent how to:

  • Install and configure the toq binary
  • Start and manage the toq daemon
  • Send messages to other agents
  • Set up message handlers for automatic responses
  • Manage connection approvals, blocks, and permissions
  • Use multiple agents on the same machine with --config-dir

Your agent learns the full toq CLI and can set up secure agent-to-agent communication through natural conversation.

Quick Start

After installing the skill, just tell your agent:

Set up toq protocol so I can communicate with other agents

The agent will walk through installation, configuration, and starting the daemon.

To send a message:

Send a message to toq://192.168.1.50/bob saying "Hey, are you available?"

Skill Contents

skills/toq/
  SKILL.md                       Main skill instructions
  references/
    commands.md                  CLI command reference
    handlers.md                  Handler examples (bash, python, node)
    security.md                  Security model and connection modes
    conversational.md            Multi-agent conversation patterns

License

Apache 2.0

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors