Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
julianromli avatar

Hermes Wag Summarizer

  • 9 installs
  • 182 repo stars
  • Updated June 9, 2026
  • julianromli/ai-skills

Summarize long documents and code with AI-powered extraction.

About

Uses LLM techniques to identify and extract key information. Reduces large documents to actionable summaries.

  • LLM-powered extraction
  • Document summarization

Hermes Wag Summarizer by the numbers

  • 9 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 2, 2026 (Skillselion tracking)
  • Ranked #12,074 of 16,556 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 2, 2026 (Skillselion catalog sync)
npx skills add https://github.com/julianromli/ai-skills --skill hermes-wag-summarizer

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs9
repo stars182
Last updatedJune 9, 2026
Repositoryjulianromli/ai-skills

What it does

Summarize long documents and code with AI-powered extraction.

Files

SKILL.mdMarkdownGitHub ↗

Hermes WAG Summarizer

Skill ini menyediakan solusi lengkap dan plug & play untuk membuat cronjob yang secara otomatis merangkum percakapan grup WhatsApp.

Tujuan Skill

  • Memberikan cara paling sederhana untuk user Hermes baru agar bisa langsung punya fitur summary grup WhatsApp.
  • Menjadi single source of truth untuk semua hal terkait WhatsApp Group Summarizer.
  • Mendukung multiple grup dengan konfigurasi terpisah.
  • Default delivery ke grup WhatsApp yang sama.

Fitur Utama

  • Setup summary grup dalam hitungan menit
  • Support multiple grup WhatsApp
  • Prompt yang sudah dioptimalkan untuk WhatsApp
  • Struktur output yang konsisten dan enak dibaca
  • Auto [SILENT] ketika tidak ada aktivitas
  • Panduan troubleshooting lengkap

Cara Menggunakan (Plug & Play)

1. Install Skill

hermes skills install hermes-wag-summarizer

2. Buat Wrapper untuk Grup Baru

Gunakan script helper untuk membuat wrapper script baru:

python3 ~/.hermes/skills/hermes-wag-summarizer/scripts/create-group-wrapper.py \
  --chat-id "120363402262217562@g.us" \
  --group-name "VibeDev ID" \
  --hours 12

Script ini akan otomatis membuat:

  • Wrapper script di ~/.hermes/scripts/
  • Entry di tabel konfigurasi

3. Buat Cronjob

hermes cron create \
  --name "VibeDev ID Summary" \
  --script "~/.hermes/scripts/vibedev-id-summary.py" \
  --schedule "0 5,17 * * *" \
  --deliver "whatsapp:120363402262217562@g.us"

4. (Opsional) Custom Prompt

Jika ingin mengubah gaya ringkasan, edit file prompt:

~/.hermes/skills/hermes-wag-summarizer/prompts/default-summary-prompt.txt

Lalu arahkan cronjob ke prompt tersebut.

Struktur Output yang Direkomendasikan

*Ringkasan VibeDev ID (12 jam terakhir)*

*Topik yang Dibahas:*
• ...

*Highlight Penting:*
• ...

*Pertanyaan yang Masih Terbuka:*
• ...

*Link / Resource:*
• ...

Konfigurasi Default

PengaturanNilai DefaultKeterangan
Window12 jamBisa diubah per grup
DeliveryKe grup yang samaKecuali explicit minta ke tempat lain
FormatMarkdown WhatsApp*teks* untuk bold
Empty Window[SILENT]Tidak spam grup
Schedule0 5,17 * * *05:00 & 17:00 UTC

File yang Disertakan

  • scripts/whatsapp-group-summary.py — Parser utama
  • scripts/create-group-wrapper.py — Helper membuat wrapper baru
  • prompts/default-summary-prompt.txt — Prompt default yang sudah dioptimalkan
  • examples/ — Contoh konfigurasi cronjob

Catatan Penting

  • Skill ini hanya untuk summary. Untuk moderation atau analytics, gunakan skill terpisah.
  • Pastikan WhatsApp Bridge sudah berjalan dan messages.jsonl aktif.
  • Untuk troubleshooting bridge yang "deaf", gunakan skill whatsapp-bridge-watchdog.

Maintenance

Setelah menambah atau mengubah grup, update bagian Live Inventory di skill ini agar tetap menjadi single source of truth.

Related skills

AI & Agent Buildingllmautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.