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.
A 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
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub johnwhiteside/claude-at-proto-plugins --plugin at-exploreAT Protocol lexicon exploration and authenticated XRPC calls via Lexicon Garden MCP
Search AT Protocol documentation via @immber's mcp-atproto-docs MCP server
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.
Unified capability management center for Skills, Agents, and Commands.
Academic paper search MCP for arXiv, PubMed, IEEE, Scopus, ACM, and more. Requires Docker.