Send a message to Dhruv's Telegram. Use when user says "send to telegram", "telegram me", "notify me", or wants to receive any text/note/reminder on Telegram.
Send any message to Dhruv's Telegram (chat ID: 637313836) via n8n workflow.
Use the mcp__claude_ai_n8n__execute_workflow tool:
workflowId: fkErsg4iulUvpcsa
inputs: { "type": "chat", "chatInput": "<your message here>" }
python3 -c "
import urllib.request, json, ssl
ctx = ssl.create_default_context()
ctx.check_hostname = False
ctx.verify_mode = ssl.CERT_NONE
url = 'https://n8n.aiwithdhruv.cloud/webhook/claude-telegram'
data = json.dumps({'message': '<your message here>'}).encode('utf-8')
req = urllib.request.Request(url, data=data, method='POST')
req.add_header('Content-Type', 'application/json')
resp = urllib.request.urlopen(req, context=ctx)
print(resp.read().decode())
"
fkErsg4iulUvpcsa637313836W6XV6RQORTB3eBDg| Name | Type | Required | Description |
|------|------|----------|-------------|
| message | string | Yes | Message to send (supports HTML formatting) |
| Name | Type | Description |
|------|------|-------------|
| sent | boolean | Whether message was delivered |
| Name | Source |
|------|--------|
| n8n_workflow | n8n MCP (workflow ID: fkErsg4iulUvpcsa) |
Free (Telegram Bot API)
npx skills add aiagentwithdhruv/send-telegram下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Google Workspace CLI for Gmail, Calendar, Drive, Contacts, Sheets, and Docs.
Manage Apple Notes via the `memo` CLI on macOS (create, view, edit, delete, search, move, and export notes). Use when a user asks OpenClaw to add a note, list notes, search notes, or manage note folders.
Work with Obsidian vaults (plain Markdown notes) and automate via obsidian-cli.
Use when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
Manage Apple Reminders via remindctl CLI (list, add, edit, complete, delete). Supports lists, date filters, and JSON/plain output.
Manage Trello boards, lists, and cards via the Trello REST API.
Category:productivity