← 返回
未分类

Horus Lite

Horus Lite -- Meeting Intelligence. Paste meeting notes or a transcript and get a clean action item list instantly. Free tier. The only meeting skill on Claw...
Horus Lite — 会议智能。粘贴会议记录或转录稿,即可即时获取清晰行动项列表。免费套餐。Claw 上唯一的会议技能...
occupythemilkyway occupythemilkyway 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 182
下载
💾 0
安装
1
版本
#latest

概述

Horus Lite -- Meeting Intelligence

Horus sees everything. Paste your messy meeting notes and get clean, assigned action items in seconds.

Free vs Standard vs Pro

FeatureHorus Lite (Free)Horus Standard ($5)Horus Pro ($9)
-------------------------------------------------------------------
Action itemsYes (list)Yes (with owners + deadlines)Yes (full tracker)
Meeting summaryNoYes (full)Yes + exec brief
Decisions logNoYesYes
Follow-up emailNoYes (draft)Yes (stakeholder-specific)
Next agendaNoNoYes
Risk/blocker flagsNoNoYes
Save to fileNoYes (.md)Yes (.md)

Upgrade: Horus Standard -> ko-fi.com/occupythemilkyway ($5)

Bundle: All 5 Egyptian skills for $29 -> ko-fi.com/occupythemilkyway


Step 1 -- Install

pip3 install rich --break-system-packages --quiet

Step 2 -- Parse meeting notes

import os, sys, re
from rich.console import Console
from rich.panel import Panel
from rich.rule import Rule

console = Console()

NOTES = os.environ.get("MEETING_NOTES", "").strip()
if not NOTES:
    console.print(Panel(
        "[red]MEETING_NOTES is required.[/red]\n\nPaste the full text of your meeting notes or transcript.",
        title="Setup Error", border_style="red"
    ))
    sys.exit(1)

word_count = len(NOTES.split())
line_count = len(NOTES.splitlines())

console.print()
console.print(Panel.fit(
    f"[bold yellow]👁️  Horus Lite -- Meeting Intelligence[/bold yellow]\n"
    f"Notes: [cyan]{word_count} words[/cyan] / [cyan]{line_count} lines[/cyan]\n"
    f"[dim]Free tier -- action items extraction[/dim]",
    border_style="yellow"
))
console.print(Rule("[yellow]Analysing meeting...[/yellow]"))
print(f"\n=== MEETING NOTES ===\n{NOTES}\n=== END NOTES ===")

Step 3 -- Extract action items

Read the meeting notes above and produce:

Action Items List:

Extract EVERY task, commitment, or follow-up mentioned. Format each as:

- [ ] [Action] — Owner: [Name or "TBD"] | Due: [Date or "TBD"]

Then add:

Quick Summary (2-3 sentences): What was the meeting about and what's the most important outcome?

Be thorough — catch every "I'll", "we need to", "someone should", "by next week", "action item" phrasing.


Step 4 -- Upsell

from rich.console import Console
from rich.panel import Panel
console = Console()
console.print()
console.print(Panel(
    "[bold yellow]Horus Standard ($5)[/bold yellow] adds a full meeting summary, decisions log, and a ready-to-send follow-up email.\n"
    "[bold magenta]Horus Pro ($9)[/bold magenta] adds stakeholder-specific briefs, next meeting agenda, risk flags, and saves to file.\n\n"
    "Upgrade: [bold cyan]ko-fi.com/occupythemilkyway[/bold cyan]",
    title="[yellow]Want the full meeting brief?[/yellow]",
    border_style="yellow"
))

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-29 14:18

安全检测

腾讯云安全 (Keen)

队列中

腾讯云安全 (Sanbu)

队列中

🔗 相关推荐

content-creation

Talos Lite — Social Calendar (Free)

occupythemilkyway
Talos Lite — 社交日程(免费)。为单一平台生成1周发布计划,含3条文案。免费预览 Talos Pro 为您打造的...
★ 0 📥 630
office-efficiency

Word / DOCX

ivangdavila
创建、检查和编辑 Microsoft Word 文档及 DOCX 文件,支持样式、编号、修订记录、表格、分节符及兼容性检查等功能。
★ 461 📥 153,495
office-efficiency

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 931 📥 187,107