Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Interact with Bluesky's AT Protocol: draft, preview, and publish posts after confirmation; view user profiles with stats and recent posts; search posts, users, or feeds; display home timelines or specific feeds with previews, engagement, and interactive exploration options via commands and local MCP server.
npx claudepluginhub johnwhiteside/claude-at-proto-plugins --plugin at-exploreA marketplace of Claude Code plugins for interacting with AT Protocol networks (Bluesky, etc.).
Add the marketplace to Claude Code:
claude /marketplace add johnwhiteside/claude-at-proto-plugins
Install plugins:
claude /install at-explore@claude-at-proto-plugins
| Plugin | Description |
|---|---|
| at-explore | Explore and interact with AT Protocol networks via at-explore MCP |
| atproto-docs | Search AT Protocol documentation via @immber's mcp-atproto-docs |
| lexicon-garden | AT Protocol lexicon exploration and authenticated XRPC calls via Lexicon Garden MCP |
To add a new plugin to this marketplace:
plugins/your-plugin-name/
├── .claude-plugin/
│ └── plugin.json
├── .mcp.json
└── commands/ # optional
└── your-command.md
plugin.json{
"name": "your-plugin-name",
"description": "A short description of what your plugin does",
"version": "1.0.0"
}
.mcp.jsonFor an npm package MCP server:
{
"mcpServers": {
"your-plugin-name": {
"type": "stdio",
"command": "npx",
"args": ["-y", "your-mcp-package"]
}
}
}
For a remote HTTP MCP server:
{
"mcpServers": {
"your-plugin-name": {
"type": "http",
"url": "https://your-server.com/mcp"
}
}
}
Create markdown files in a commands/ directory. Claude Code will automatically discover them.
marketplace.jsonAdd your plugin to .claude-plugin/marketplace.json:
{
"name": "your-plugin-name",
"source": "./plugins/your-plugin-name",
"description": "A short description of what your plugin does",
"version": "1.0.0",
"tags": ["relevant", "tags"]
}
MIT
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
ATProtocol-specific skills for Claude Code: lexicon design, DID resolution, XRPC, DAG-CBOR, MST/repo inspection, OAuth flows, record parsing. Use when the user is working with Bluesky, at:// URIs, com.atproto.*, app.bsky.*, or any AT Protocol concept.
Skill for working with the Jacquard AT Protocol library for Rust — teaches correct BosStr usage, borrow-first patterns, and common pitfalls
Model Context Protocol Mcp Expert subagent
ActivityPub development tools powered by Fedify
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
AT Protocol lexicon exploration and authenticated XRPC calls via Lexicon Garden MCP
Search AT Protocol documentation via @immber's mcp-atproto-docs MCP server
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim