claude-skills/.claude/skills/send-telegram/SKILL.md
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.
npx skillsauth add aiagentwithdhruv/automation send-telegramInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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)
content-media
Find viral YouTube videos in your niche for competitive intelligence. Use when user asks to find YouTube outliers, monitor competitors, or track viral videos.
tools
Send welcome email sequence to new clients. Use when user asks to send welcome emails, onboard new client with emails, or trigger welcome sequence.
tools
Complete video editing toolkit - silence removal, auto-captions, vertical crop, YouTube clipping, 3D transitions, and social media compression. Use when user asks to edit video, remove silences, add captions/subtitles, crop to vertical/shorts, download YouTube clips, compress video, or create video teasers.
tools
Scrape Upwork jobs and generate personalized proposals with cover letters. Use when user asks to find Upwork jobs, create Upwork proposals, or apply to Upwork listings.