Horus Lite for Openclaw

A lightweight, AI-powered meeting intelligence skill that instantly parses messy transcripts and notes into structured action items and summaries.

occupythemilkyway
v1.0.0
May 28, 2026
0
554
0

Install & Download

1. ClawHub CLI

The fastest way to install a skill directly from the registry.

npx clawhub@latest install horus-lite

2. Manual Installation

Copy the skill folder to one of these locations

Global
~/.openclaw/skills/
Workspace
<project>/skills/

Priority: Workspace > Local > Bundled

3. Prompt Installation

Copy this prompt to OpenClaw to install it automatically.

Help me install horus-lite using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).

Prefer to download?

Get the raw skill files in a ZIP archive.

What is Horus Lite?

Horus Lite is a streamlined meeting intelligence tool designed to transform messy meeting transcripts and raw notes into highly organized, actionable outcomes. As a standout choice among Openclaw Skills, this tool takes the administrative burden off your team by automatically parsing conversational data to detect tasks, owners, and due dates in seconds. It provides developers and project managers with a quick and reliable way to sync post-meeting action plans without manual documentation.

Operating directly through CLI and AI workflows, Horus Lite serves as an entry point to complete meeting intelligence. By feeding meeting data directly into the system, users can generate cleanly formatted checklists and brief summaries that ensure no critical task falls through the cracks. It represents a highly practical application of Openclaw Skills for daily developer and team synchronization.

Horus Lite Use Cases

  • Extracting immediate post-meeting deliverables from loose transcripts, bullet points, or audio-to-text dumps.
  • Keeping software development teams aligned by assigning clear tasks and owners right after stand-ups or sprint planning reviews.
  • Reducing post-meeting administrative overhead using automated CLI-based workflows.
  • Standardizing task formatting with explicit owners and due dates for integration with project trackers.

How Horus Lite Works

  1. Input Collection: The skill retrieves the raw transcript or conversation notes via the MEETING_NOTES environment variable.
  2. System Setup & Inspection: A Python script validates the input, calculates word and line counts, and provides styled console feedback.
  3. Analysis & Extraction: The agent processes the text, scanning for phrasing like "I'll", "we need to", "someone should", and "action item" to find clear commitments.
  4. Outcome Generation: The skill outputs a formatted action item checklist with designated owners, deadlines, and a concise 2-3 sentence meeting summary.

Horus Lite Setup

To run Horus Lite, you need python3 and pip3 installed. Follow these configuration steps:

  1. Install the required dependencies: Ensure the output terminal formatting displays correctly by installing the rich Python package:
pip3 install rich --break-system-packages --quiet
  1. Set the required environment variable: Before running the execution script, export your meeting notes or raw transcript:
export MEETING_NOTES="John to review database logs. Jane will deploy the main branch by tomorrow."

Horus Lite Data Schema & Taxonomy

Horus Lite organizes meeting analysis inputs and outputs systematically:

Input Schema

Parameter Type Required Description
MEETING_NOTES Environment Variable (String) Yes Raw transcript, notes, or bullet points to parse.

Output Schema

Component Format Description
Action Items List Markdown Checklist Unordered list containing extracted tasks: - [ ] [Action] — Owner: [Name or "TBD"] | Due: [Date or "TBD"]
Quick Summary Markdown Paragraph A concise 2 to 3 sentence overview summarizing the core focus and primary outcome of the meeting.

Horus Lite Advanced Features

  • Multi-Tier Scalability: Transition easily from Horus Lite's free action item extractor to Horus Standard or Pro tiers for advanced deliverables like decision logs, stakeholder briefs, and draft follow-up emails.
  • Custom Scripting Integration: Chain this skill into automated Git hooks or terminal pipelines to push extracted Markdown tasks directly to repository files or team channels.
  • Rich CLI Visuals: Utilizes the Python rich console package to output clear logs, statistics, and tables for terminal-heavy developer environments.

SKILL.md


Loading

Related Openclaw Skills

METADATA

Github Stars: 0
forks: 0

Featured*