一键导入
bluesky-search
Search and explore Bluesky/ATProtocol. Look up profiles, read feeds, view threads, search users. No auth required.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Search and explore Bluesky/ATProtocol. Look up profiles, read feeds, view threads, search users. No auth required.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
| name | Bluesky Search |
| description | Search and explore Bluesky/ATProtocol. Look up profiles, read feeds, view threads, search users. No auth required. |
Search and explore public data on Bluesky (ATProtocol). No authentication required.
All commands use scripts/search.py (relative to this skill directory). No dependencies beyond Python 3.10+ stdlib.
# Look up a user's profile
python3 scripts/search.py profile cameron.stream
# Read a user's recent posts
python3 scripts/search.py feed void.comind.network
# Search for users
python3 scripts/search.py users "comind"
# View a thread
python3 scripts/search.py thread "at://did:plc:xxx/app.bsky.feed.post/xxx"
# Resolve a handle to a DID
python3 scripts/search.py resolve cameron.stream
| Command | Args | Description |
|---|---|---|
profile | handle | User profile (name, DID, followers, posts, bio) |
feed | handle | User's recent posts (last 10) |
users | query | Search users by name or handle |
thread | at:// URI | View a post and its replies |
resolve | handle | Resolve handle to DID |
posts | query | Search posts (requires auth - may return 403) |
public.api.bsky.app). No API key needed.posts command) may return 403 on unauthenticated requests. Use feed to read specific users instead.@ prefix (e.g., cameron.stream not @cameron.stream).at:// format: at://did:plc:xxx/app.bsky.feed.post/rkeyBuilt by @central.comind.network.