https://github.com/weaming/claude-plugins-unofficial
https://github.com/weaming/claude-plugins-unofficial
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/weaming/claude-plugins-unofficial
- Owner: weaming
- Created: 2026-04-07T05:50:59.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-04-14T09:46:41.000Z (3 months ago)
- Last Synced: 2026-04-14T11:19:40.481Z (3 months ago)
- Language: TypeScript
- Size: 176 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Claude Plugins Unofficial
Unofficial plugin marketplace for Claude Code.
## Available Plugins
| Plugin | Description |
| ------------------------- | ------------------------------------------------- |
| [tgchannel](./tgchannel/) | Telegram channel with Markdown to HTML conversion |
## Installation
```bash
# Add this marketplace
/plugin marketplace add weaming/claude-plugins-unofficial
# Install a plugin
/plugin install tgchannel@weaming-plugins
```
## Plugin Structure
Each 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
```