Skip to content

Commit 8cb2f66

Browse files
andyuninvitedclaude
andcommitted
Add Claude Code plugin manifest and commands
Packages C3Poh as a Claude Code plugin with: - .claude-plugin/plugin.json metadata - /c3poh-start command to launch Telegram bridge - /c3poh-status command for bridge status Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 290af41 commit 8cb2f66

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed

.claude-plugin/plugin.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "c3poh",
3+
"description": "Telegram bridge for Claude Code. DM your agent from your phone and receive responses. Uses long-polling with no inbound ports, allowlist-based access control, and outbound-only traffic.",
4+
"version": "1.0.0",
5+
"author": {
6+
"name": "Andy Rosic",
7+
"url": "https://github.com/andyuninvited"
8+
},
9+
"homepage": "https://andyuninvited.github.io/tinman_for_claudecode/",
10+
"repository": "https://github.com/andyuninvited/c3poh_for_claudecode",
11+
"license": "GPL-3.0",
12+
"keywords": ["telegram", "notifications", "mobile", "bridge", "remote-access"]
13+
}

commands/c3poh-start.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# C3Poh Start
2+
3+
Start the C3Poh Telegram bridge for this session.
4+
5+
## Usage
6+
7+
```
8+
/c3poh-start
9+
```
10+
11+
## Instructions
12+
13+
Start the C3Poh Telegram bot so the user can interact with Claude Code from their phone. C3Poh must be installed (`pip install c3poh-for-claudecode`).
14+
15+
Run `c3poh start` to begin the Telegram bridge in the background. If C3Poh is not configured, offer to run `c3poh init` to set up the Telegram bot token and user allowlist.
16+
17+
Confirm the bot is running and remind the user of their Telegram bot name.

commands/c3poh-status.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# C3Poh Status
2+
3+
Check if the C3Poh Telegram bridge is running.
4+
5+
## Usage
6+
7+
```
8+
/c3poh-status
9+
```
10+
11+
## Instructions
12+
13+
Run `c3poh status` to check whether the Telegram bridge is currently active, which user IDs are on the allowlist, and when the last message was received. Report the status to the user.

0 commit comments

Comments
 (0)