원클릭으로
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.