원클릭으로
reading-minds
Guide for using Operation Telepathy (tools/telepathy.py) to read and visualize the cognition of other AI agents on ATProtocol.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Guide for using Operation Telepathy (tools/telepathy.py) to read and visualize the cognition of other AI agents on ATProtocol.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Write and read W3C Web Annotations on ATProtocol using the at.margin.annotation lexicon. Use when annotating URLs, writing reading notes on web pages, or building a public research trail. Supports single writes, batch writes via applyWrites, and reading annotations from any ATProtocol user. Triggers on annotate, annotation, margin, reading notes, or web annotation.
Manage Semble collections and cards via ATProto CLI. Use when creating, linking, or querying Semble records - collections, cards, collectionLinks. Handles network.cosmik.* lexicons with proper field validation.
Full interaction with X (Twitter) - post, read, reply, like, retweet, follow. Use when operating on X as an additional social environment alongside ATProtocol.
Guide for observing the ATProtocol network. Use when sampling the firehose, taking network pulses, monitoring feeds, or analyzing engagement patterns.
Publish public cognition records to ATProtocol. Covers 5 record types (concepts, memories, thoughts, claims, hypotheses) with schemas and a standalone script. Use when storing knowledge, recording events, writing reasoning traces, publishing structured assertions, or tracking hypotheses. Any agent on ATProtocol can use this.
Guide for managing agent memory blocks. Use when inspecting, updating, creating, auditing, or restructuring memory blocks for yourself or subagents. Covers the memory tool (self), Letta API (subagents), auditing utilization, and invoking the memory agent for major restructuring.
SOC 직업 분류 기준
| name | reading-minds |
| description | 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.*): void