mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-03-20 11:33:08 +00:00
Compare commits
1 Commits
docs/readm
...
add-plugin
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3b3c1e4709 |
@@ -559,6 +559,16 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://github.com/neondatabase/agent-skills/tree/main/plugins/neon-postgres"
|
"homepage": "https://github.com/neondatabase/agent-skills/tree/main/plugins/neon-postgres"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "netlify-skills",
|
||||||
|
"description": "Netlify platform skills for Claude Code — functions, edge functions, blobs, database, image CDN, forms, config, CLI, frameworks, caching, AI gateway, and deployment.",
|
||||||
|
"category": "development",
|
||||||
|
"source": {
|
||||||
|
"source": "url",
|
||||||
|
"url": "https://github.com/netlify/context-and-tools.git"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/netlify/context-and-tools"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "notion",
|
"name": "notion",
|
||||||
"description": "Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.",
|
"description": "Notion workspace integration. Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows.",
|
||||||
|
|||||||
@@ -4,9 +4,6 @@ Connect a Discord bot to your Claude Code with an MCP server.
|
|||||||
|
|
||||||
When the bot receives a message, the MCP server forwards it to Claude and provides tools to reply, react, and edit messages.
|
When the bot receives a message, the MCP server forwards it to Claude and provides tools to reply, react, and edit messages.
|
||||||
|
|
||||||
## Prerequisites
|
|
||||||
|
|
||||||
- [Bun](https://bun.sh) — the MCP server runs on Bun. Install with `curl -fsSL https://bun.sh/install | bash`.
|
|
||||||
|
|
||||||
## Quick Setup
|
## Quick Setup
|
||||||
> Default pairing flow for a single-user DM bot. See [ACCESS.md](./ACCESS.md) for groups and multi-user setups.
|
> Default pairing flow for a single-user DM bot. See [ACCESS.md](./ACCESS.md) for groups and multi-user setups.
|
||||||
@@ -47,15 +44,18 @@ These are Claude Code commands — run `claude` to start a session first.
|
|||||||
Install the plugin:
|
Install the plugin:
|
||||||
```
|
```
|
||||||
/plugin install discord@claude-plugins-official
|
/plugin install discord@claude-plugins-official
|
||||||
|
/reload-plugins
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Check that `/discord:configure` tab-completes. If not, restart your session.
|
||||||
|
|
||||||
**5. Give the server the token.**
|
**5. Give the server the token.**
|
||||||
|
|
||||||
```
|
```
|
||||||
/discord:configure MTIz...
|
/discord:configure MTIz...
|
||||||
```
|
```
|
||||||
|
|
||||||
Writes `DISCORD_BOT_TOKEN=...` to `.claude/channels/discord/.env` in your project. You can also write that file by hand, or set the variable in your shell environment — shell takes precedence.
|
Writes `DISCORD_BOT_TOKEN=...` to `~/.claude/channels/discord/.env`. You can also write that file by hand, or set the variable in your shell environment — shell takes precedence.
|
||||||
|
|
||||||
**6. Relaunch with the channel flag.**
|
**6. Relaunch with the channel flag.**
|
||||||
|
|
||||||
@@ -67,7 +67,7 @@ claude --channels plugin:discord@claude-plugins-official
|
|||||||
|
|
||||||
**7. Pair.**
|
**7. Pair.**
|
||||||
|
|
||||||
With Claude Code running from the previous step, DM your bot on Discord — it replies with a pairing code. If the bot doesn't respond, make sure your session is running with `--channels`. In your Claude Code session:
|
DM your bot on Discord — it replies with a pairing code. In your assistant session:
|
||||||
|
|
||||||
```
|
```
|
||||||
/discord:access pair <code>
|
/discord:access pair <code>
|
||||||
|
|||||||
@@ -4,10 +4,6 @@ Connect a Telegram bot to your Claude Code with an MCP server.
|
|||||||
|
|
||||||
The MCP server logs into Telegram as a bot and provides tools to Claude to reply, react, or edit messages. When you message the bot, the server forwards the message to your Claude Code session.
|
The MCP server logs into Telegram as a bot and provides tools to Claude to reply, react, or edit messages. When you message the bot, the server forwards the message to your Claude Code session.
|
||||||
|
|
||||||
## Prerequisites
|
|
||||||
|
|
||||||
- [Bun](https://bun.sh) — the MCP server runs on Bun. Install with `curl -fsSL https://bun.sh/install | bash`.
|
|
||||||
|
|
||||||
## Quick Setup
|
## Quick Setup
|
||||||
> Default pairing flow for a single-user DM bot. See [ACCESS.md](./ACCESS.md) for groups and multi-user setups.
|
> Default pairing flow for a single-user DM bot. See [ACCESS.md](./ACCESS.md) for groups and multi-user setups.
|
||||||
|
|
||||||
@@ -27,15 +23,18 @@ These are Claude Code commands — run `claude` to start a session first.
|
|||||||
Install the plugin:
|
Install the plugin:
|
||||||
```
|
```
|
||||||
/plugin install telegram@claude-plugins-official
|
/plugin install telegram@claude-plugins-official
|
||||||
|
/reload-plugins
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Check that `/telegram:configure` tab-completes. If not, restart your session.
|
||||||
|
|
||||||
**3. Give the server the token.**
|
**3. Give the server the token.**
|
||||||
|
|
||||||
```
|
```
|
||||||
/telegram:configure 123456789:AAHfiqksKZ8...
|
/telegram:configure 123456789:AAHfiqksKZ8...
|
||||||
```
|
```
|
||||||
|
|
||||||
Writes `TELEGRAM_BOT_TOKEN=...` to `.claude/channels/telegram/.env` in your project. You can also write that file by hand, or set the variable in your shell environment — shell takes precedence.
|
Writes `TELEGRAM_BOT_TOKEN=...` to `~/.claude/channels/telegram/.env`. You can also write that file by hand, or set the variable in your shell environment — shell takes precedence.
|
||||||
|
|
||||||
**4. Relaunch with the channel flag.**
|
**4. Relaunch with the channel flag.**
|
||||||
|
|
||||||
@@ -47,7 +46,7 @@ claude --channels plugin:telegram@claude-plugins-official
|
|||||||
|
|
||||||
**5. Pair.**
|
**5. Pair.**
|
||||||
|
|
||||||
With Claude Code running from the previous step, DM your bot on Telegram — it replies with a 6-character pairing code. If the bot doesn't respond, make sure your session is running with `--channels`. In your Claude Code session:
|
DM your bot on Telegram — it replies with a 6-character pairing code. In your assistant session:
|
||||||
|
|
||||||
```
|
```
|
||||||
/telegram:access pair <code>
|
/telegram:access pair <code>
|
||||||
|
|||||||
Reference in New Issue
Block a user