Unofficial plugin marketplace for Claude Code.
| Plugin | Description |
|---|---|
| tgchannel | Telegram channel with Markdown to HTML conversion |
# Add this marketplace
/plugin marketplace add weaming/claude-plugins-unofficial
# Install a plugin
/plugin install tgchannel@weaming-pluginsEach plugin follows the standard Claude Code plugin structure:
plugin-name/
├── .claude-plugin/
│ └── plugin.json # Plugin metadata (required)
├── .mcp.json # MCP server configuration
├── commands/ # Slash commands (optional)
└── README.md # Documentation