status
npx machina-cli add skill ConaryLabs/Mira/status --openclawFiles (1)
SKILL.md
736 B
Mira Status
Index
!mira tool index '{"action":"status"}'
Storage
!mira tool session '{"action":"storage_status"}'
Active Goals
!mira tool goal '{"action":"list"}'
Instructions
Present a concise status dashboard:
- Index: Symbol count, embedded chunk count
- Storage: Database sizes, memory count, session count
- Goals: Total active goal count with summary of in-progress items
Keep it brief -- this is a quick health check, not a deep dive.
Source
git clone https://github.com/ConaryLabs/Mira/blob/main/plugin/skills/status/SKILL.mdView on GitHub Overview
Provides a concise dashboard of Mira's health, focusing on index metrics, storage stats, and active goals. This quick view helps identify issues quickly without a deep dive.
How This Skill Works
The skill queries three components: index status to fetch symbol counts and embedded chunk counts, storage status to report database sizes, memory counts, and session counts, and goal list to count active goals. It then presents a compact dashboard summarizing these metrics.
When to Use It
- Before a major operation to gauge Mira's readiness
- After deployment to verify health
- When users report slow responses or failures
- During routine health checks to catch drift
- To refresh stakeholders with a quick status update
Quick Start
- Step 1: Run the index status probe to view symbol and chunk counts
- Step 2: Run the storage status probe to check database sizes, memory, and sessions
- Step 3: Run the goal list probe and present a compact dashboard
Best Practices
- Ask for the latest status to confirm system health
- Keep metrics brief and easy to scan
- Cross-check index and storage figures with logs if anomalies appear
- Avoid exposing sensitive data in the dashboard
- Use status as a gating signal before heavy tasks
Example Use Cases
- User asks mira status before starting a large import
- Dev team reviews index symbol and chunk counts after a deploy
- Ops notices high memory usage and runs storage status
- Product owner gets a quick goals summary for a sprint
- Engineer shares a brief health check before a public demo
Frequently Asked Questions
Add this skill to your agents