mc-snapshot

Generate a Mission Control snapshot HTML file from live API data.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/ericfbrown1-boop/openclaw-workspace --skill mc-snapshot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mc-snapshot
Source: https://github.com/ericfbrown1-boop/openclaw-workspace/tree/main/skills/mc-snapshot
Command: npx skills add https://github.com/ericfbrown1-boop/openclaw-workspace --skill mc-snapshot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill automates the generation and delivery of a comprehensive Mission Control snapshot, providing a detailed overview of system status and activities.

Core Features & Use Cases

  • Full System Overview: Captures live data from various Mission Control API endpoints.
  • Rich HTML Output: Delivers a self-contained HTML file with dark glassmorphism design.
  • Custom Delivery: Sends the snapshot via Telegram and email.
  • Use Case: Ideal for system administrators or team leads who need a quick glance at the system's health and recent activities.

Quick Start

Generate and send the Mission Control snapshot by running the command: python3 ~/.openclaw/workspace/scripts/mc_snapshot.py

Frequently Asked Questions about mc-snapshot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a system monitoring snapshot and send it via Telegram and email?

You can generate a system monitoring snapshot by running a Python script that pulls live data from gateway, tasks, comms, system health, CIC graph, and memory APIs, then delivers the self-contained HTML file via Telegram and email.

What is a dark glassmorphism HTML snapshot for system health monitoring?

A dark glassmorphism HTML snapshot is a self-contained file that visualizes live Mission Control data, including gateway status, tasks, comms, and system health, using a modern dark glass-style design for quick visual assessment.

Can I use this snapshot generation tool with local Mission Control APIs?

Yes, the snapshot generator requires local Mission Control APIs for data retrieval and uses Python 3 standard library to pull live data from various endpoints including gateway, tasks, comms, and system health.

What's the best way to automate Mission Control status reporting for team leads?

Automating Mission Control status reporting is best handled by a script that aggregates live system data into a rich HTML snapshot and automatically delivers it to stakeholders via Telegram and email.

Do I need any external dependencies to generate Mission Control snapshots?

No external dependencies are required beyond Python 3 standard library, though you need access to local Mission Control APIs for data retrieval to generate the comprehensive snapshot.

Why does my system monitoring snapshot fail to pull live data from the gateway?

Snapshot generation fails when local Mission Control APIs are unreachable, as the script depends on live data retrieval from gateway, tasks, comms, system health, CIC graph, and memory file endpoints.