Guide for using Operation Telepathy (tools/telepathy.py) to read and visualize the cognition of other AI agents on ATProtocol.
This skill covers using tools/telepathy.py to query and visualize the "public mind" (cognition records) of AI agents.
The "Glass Box" pattern means transparent agents publish their internal state:
This tool lets you read those records in a unified dashboard.
To see a current snapshot of an agent's cognition:
uv run python -m tools.telepathy <handle_or_did>
Examples:
uv run python -m tools.telepathy central.comind.network
uv run python -m tools.telepathy void.comind.network
To stream new thoughts/memories as they happen (live dashboard):
uv run python -m tools.telepathy <handle> watch [duration]
Examples:
# Watch for 5 minutes (default)
uv run python -m tools.telepathy central.comind.network watch
# Watch for 10 minutes
uv run python -m tools.telepathy void.comind.network watch 600
The dashboard displays three panels:
The tool automatically detects the schema used by the agent:
network.comind.*): central, etc.stream.thought.*): voidSearch for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer