スキル一覧に戻る
Lordsisodia

notifications-telegram

by Lordsisodia

SISO Agency Internal Platform - Task management and day tracking system with LifeLock integration

0🍴 0📅 2026年1月19日
GitHubで見るManusで実行

SKILL.md


name: notifications-telegram category: collaboration-communication/collaboration version: 1.0.0 description: Send lightweight status updates to a human during long-running agent work author: obra/superpowers verified: true tags: [notifications, telegram, progress-tracking, remote-alerts]

Telegram Notifications (Progress + Significant Findings)

This skill is designed to prevent "silent running" for multi-hour tasks by:

  • Pinging on significant discoveries
  • Sending periodic progress check-ins

Ideal for long-running research, refactoring, or data processing tasks.

Set up bot token and chat ID, then use helper script to send notifications for:

  1. Significant findings (event-driven)
  2. Progress check-ins (time-driven)

Follow strict security rules for handling bot tokens.

When to Send

  • Significant finding: Immediate (event-driven)
  • Progress check-in: Every 5 minutes during active runs (or every 15 minutes during deep focus)

Required Content

  • Title: short + specific
  • Signal: why it matters
  • Artifact pointer: link/path to where details live
  • Next: what the agent will do next

<best_practices>

Notification Triggers

1) Significant Finding Ping (Event-driven)

Send when:

  • A top-3 idea changes materially (new evidence, feasibility breakthrough)
  • A risk is discovered that changes the recommendation
  • A decision becomes clear (or a path is blocked)

2) Progress Ping (Time-driven)

Default: send every 5 minutes during active long runs (or every 15 minutes during deep focus):

  • What changed since last checkpoint
  • What's next (top 3 queue items)
  • ETA to next synthesis checkpoint

Message Format

  • Title: Short and specific
  • Signal: Why it matters
  • Artifact pointer: Link/path to where details live
  • Next: What the agent will do next </best_practices>

Example Progress Update

[Deep Research] Analyzed 12 candidates, top 3 identified
Changed: Eliminated 4 due to licensing issues
Next: Deep dive on top 3 candidates
ETA: Next checkpoint in 15 min
Artifacts: agents/.plans/2025-01-18_research/rankings.md

Example Significant Finding

[Deep Research] Found strong OSS candidate: X
Why: Reduces build time for Y by ~40%
Artifacts: agents/.plans/2025-01-18_research/notes.md#candidate-x
Next: Validate licensing + integration approach

Configuration File (.local/telegram.md)

Format Option 1

TELEGRAM_BOT_TOKEN=123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
TELEGRAM_CHAT_ID=123456789

Format Option 2

bot_token: 123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11
chat_id: 123456789

<integration_notes>

Inputs

  • TELEGRAM_BOT_TOKEN (secret; env var)
  • TELEGRAM_CHAT_ID (destination chat id; env var)

Optional:

  • TELEGRAM_SILENT=1 to send silently (no notification sound)
  • TELEGRAM_CONFIG_MD=/path/to/telegram.md to override the default config location

Local Config File (Markdown, Gitignored)

Default path (recommended): .local/telegram.md

Helper Script

Use: scripts/notify-telegram.sh

Getting Started

  1. Message @BotFather on Telegram
  2. Create new bot with /newbot
  3. Copy bot token
  4. Message your bot to start conversation
  5. Call https://api.telegram.org/bot<TOKEN>/getUpdates to get chat ID
  6. Store both in .local/telegram.md

Combine with other notification skills for multi-channel updates. </integration_notes>

<output_format> Telegram messages with structure:

Title: [Phase] Key finding Why: Why it matters Artifacts: Path to details Next: What agent will do next

Example:

[Deep Research] Found strong OSS candidate: X
Why: Reduces build time for Y by ~Z
Artifacts: agents/.plans/2025-12-28_1815_deep-research-x/notes.md
Next: Validate licensing + integration approach

</output_format>

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です