← Back to Skills Marketplace
mwcHorus
by
trungviet17
· GitHub ↗
· v1.0.1
265
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install mwc-2026-horus
Description
Build, maintain, and extend Horus (local-first tech/event intelligence terminal). Use when working on Horus relay ingestion, RSS/source pipelines, macro data...
Usage Guidance
This skill is largely coherent with a local Horus dev/runtime workflow, but it asks the agent to read and automatically act on local workspace data and to rely on environment secrets that the metadata does not declare. Before installing or enabling autonomous use: 1) Review the horus repository in ~/workspace/horus yourself (especially .env.example, any .env files, and code under horus-relay) to ensure no sensitive secrets are present; 2) Confirm which environment variables the agent will need (OPENCLAW_SESSION_KEY, OPENCLAW_TOKEN, J7 credentials, HOST/PORT, VITE_RELAY_URL) and store them securely (do not commit .env); 3) If you plan to allow the agent to run npm install / npm run dev, run those commands manually in a sandbox first to verify the code; 4) If you do not want automatic data reads/writes, do not allow autonomous invocation or ask the author to remove the 'auto-check' mandate; 5) Ask the skill author to update registry metadata to list required env vars and config paths (and to justify automatic reads/ MEMORY.md writes) — if they do, the skill could be upgraded to benign. If you are unsure, run this skill only in an isolated environment or decline until metadata is clarified.
Capability Analysis
Type: OpenClaw Skill
Name: mwc-2026-horus
Version: 1.0.1
The Horus skill bundle is a legitimate configuration for an AI agent to manage a local intelligence terminal focused on the MWC 2026 event. The bundle includes detailed architectural guidelines (SKILL.md), a persistent context log (MEMORY.md), and specific behavioral instructions for sub-agents (SubagentSKILL.md). It utilizes standard OpenClaw gateway patterns for chat bridging and emphasizes local data persistence using NDJSON and JSON files. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found; the instructions are consistently aligned with the stated purpose of providing tech event intelligence while maintaining strict credential hygiene via .env files.
Capability Assessment
Purpose & Capability
The skill's name/description match the instructions: it is a local-first Horus terminal skill and correctly instructs how to run relay/UI and wire the OpenClaw gateway. However, the SKILL.md expects runtime env vars and local repo layout (.env, OPENCLAW_SESSION_KEY, J7 credentials, data files under ~/workspace/horus/horus-relay/data/) while the registry metadata declares no required env/config paths. That mismatch should be resolved or explained.
Instruction Scope
The instructions explicitly direct the agent to read many local files (~/workspace/horus/horus-relay/data/*), auto-check data on prompts, and append durable facts to ~/workspace/horus/MEMORY.md. The subagent rules mandate automatic reads ('do not wait for extra prompting') which gives the agent broad, automatic access to local workspace data — this is expected for a local-intel tool but is privacy-sensitive and should be explicit in the skill's metadata.
Install Mechanism
No install spec and no code files are included in the skill package — lowest install risk. The runtime commands in SKILL.md (npm install, npm run dev) operate on the user's workspace code, so the risk is running code from the repository, not installing arbitrary external artifacts via the skill.
Credentials
SKILL.md references several environment variables (OPENCLAW_SESSION_KEY, HOST, PORT, OPENCLAW_BASE_URL/OPENCLAW_TOKEN, J7_USERNAME/J7_PASSWORD, VITE_RELAY_URL) and relies on .env files, yet the skill declares no required env variables or config paths. Requiring gateway/session keys and upstream credentials is plausible for this purpose, but the omission in metadata is an incoherence and opaque to an installer — it could lead to accidental exposure if not handled carefully.
Persistence & Privilege
The skill will read and also append to MEMORY.md in the workspace (the SubagentSKILL.md's 'Memory requirement (mandatory)' instructs this). It does not request always:true and does not appear to modify other skills. Writing to the user's workspace memory file is expected for durable memory but should be made explicit to users before enabling the skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install mwc-2026-horus - After installation, invoke the skill by name or use
/mwc-2026-horus - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
- Updated run instructions: workspace directory now uses ~/workspace and loopback IP 127.0.0.1 instead of a hardcoded Tailscale address.
- Security rule for local/private relay exposure was clarified (removed Tailscale-specific mention).
- Minor text edits for clarity and conciseness in several sections.
- No feature, data model, or endpoint changes.
v1.0.0
Initial release of the Horus skill for local-first MWC 2026 event intelligence monitoring:
- Provides shared guide for working on Horus relay ingestion, source pipelines, data storage, UI behavior, chat bridge, security, and reliability.
- Details backend-first relay architecture, local NDJSON data storage, and endpoint contract for frontend access.
- Documents upstream sources for tech news, market data, and fast incident feeds, all filtered for MWC 2026 relevance.
- Explains secure handling of secrets, relay privacy, and agent-chat bridge integration via OpenClaw gateway.
- Lists environment variables and hard security rules for operations and development.
Metadata
Frequently Asked Questions
What is mwcHorus?
Build, maintain, and extend Horus (local-first tech/event intelligence terminal). Use when working on Horus relay ingestion, RSS/source pipelines, macro data... It is an AI Agent Skill for Claude Code / OpenClaw, with 265 downloads so far.
How do I install mwcHorus?
Run "/install mwc-2026-horus" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is mwcHorus free?
Yes, mwcHorus is completely free (open-source). You can download, install and use it at no cost.
Which platforms does mwcHorus support?
mwcHorus is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created mwcHorus?
It is built and maintained by trungviet17 (@trungviet17); the current version is v1.0.1.
More Skills