telegram-expert
Send results and notifications to Telegram channels or users.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Send results and notifications to Telegram channels or users.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Fetch and store transcripts from YouTube videos for deep content analysis.
Specialized in the MLCommons Croissant metadata specification. Can generate, validate, and serialize dataset metadata into compliant JSON-LD.
Universal Numeric Fingerprint (UNF) generator. For strings, it splits into words and sorts them alphabetically to provide order-invariant fingerprints. Supports dataframes and files too.
Send results and data files to stakeholders via email.
The Visual Systems Architect is an expert in translating complex technical requirements and infrastructure setups into structured, visually intuitive architectural diagrams (Mermaid.js).
Secure GitHub Orchestrator for Croissant Toolkit. Connect any repository, discovery skills, and audit ODRL sovereignty status.
| name | telegram_expert |
| description | Send results and notifications to Telegram channels or users. |
The Telegram Expert skill allows the toolkit to send messages and generated files directly to Telegram chats or channels.
.jsonld files directly to Telegram.To use this skill, you need a Telegram Bot token and a target Chat ID.
https://api.telegram.org/bot<TOKEN>/getUpdates).export TELEGRAM_BOT_TOKEN="your-bot-token-here"
export TELEGRAM_CHAT_ID="your-chat-or-channel-id"
python3 .gemini/skills/telegram_expert/scripts/send_telegram.py \
"Croissant Dataset Generation Complete!"
python3 .gemini/skills/telegram_expert/scripts/send_telegram.py \
"New dataset ready for review." \
"./data/croissant/my_dataset.jsonld"
python3 .gemini/skills/telegram_expert/scripts/send_telegram.py \
"Message for a different channel" \
--chat_id "-100123456789"