一键导入
mac-cortex
Monitor the local Mac and Hermes runtime with real scripts, including context-aware anomaly detection and a compact runtime status report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Monitor the local Mac and Hermes runtime with real scripts, including context-aware anomaly detection and a compact runtime status report.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Gather fresh frontier signals for AI agent infrastructure, Vue, and Vite from live public feeds before producing summaries or strategic analysis.
Set up Hermes to safely self-upgrade on a schedule with pre-upgrade backup commits, push/tag safeguards, and user notifications before and after any real upgrade.
Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming
Build complex AI systems with declarative programming, optimize prompts automatically, create modular RAG systems and agents with DSPy - Stanford NLP's framework for systematic LM programming
Refactor Vue 3 giant files (>500 lines) using Blueprint-First Mode. Extract composables and UI sub-components while preserving 100% business logic.
Systematic multi-phase codebase audit for technical debt, architecture mapping, and defect detection. Read-only scanning before any modifications. Supports Vue/uni-app, JS/TS projects.
| name | mac-cortex |
| description | Monitor the local Mac and Hermes runtime with real scripts, including context-aware anomaly detection and a compact runtime status report. |
| version | 1.0.0 |
| author | Chris Cortex |
| license | MIT |
| platforms | ["macos","linux"] |
| metadata | {"hermes":{"tags":["monitoring","observability","anomaly-detection","runtime","mac"],"related_skills":["ai-sniffer","execution-router"],"requires_tools":["terminal"]}} |
Use this skill for real system monitoring, runtime inspection, or anomaly checks.
System snapshot with anomaly detection:
~/.hermes/hermes-agent/venv/bin/python ~/.hermes/scripts/system_snapshot.py
Compact Hermes runtime status:
~/.hermes/hermes-agent/venv/bin/python ~/.hermes/scripts/cortex_status.py
build, watcher, or idle~/.hermes/cache/cortex_metrics.jsonanomaly_detected: false, do not fabricate an emergency.anomaly_detected: true, include the exact reasons and current context.psutil for system_snapshot.py and PyYAML (yaml) for cortex_status.py. If either import fails, report the missing dependency instead of pretending the monitoring run succeeded.system_snapshot.py should persist history to ~/.hermes/cache/cortex_metrics.json.cortex_status.py should report the current config and gateway state without crashing.