用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/pipixia-labs/openkanine --skill self-observe命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | self-observe |
| description | Observe OpenPPX Node health with usage, automation status, audit facts, logs, and quick diagnostics. |
Use this skill when the user asks for agent self-inspection, runtime health checks, or diagnostics such as token cost, error logs, and service status.
ppx operations usage --json
ppx operations usage --provider google --limit 50 --json
ppx operations usage --provider openai --limit 50 --json
ppx operations status --json
ppx operations health --json
ppx operations heartbeat status --json
ppx operations cron list --json
tail -n 200 ~/.openppx/logs/node.err.log
rg -n "ERROR|Error|Traceback|Exception|failed|timeout" ~/.openppx/logs/node.err.log ~/.openppx/logs/node.out.log
sqlite3 exists):sqlite3 ~/.openppx/database/token_usage.db "SELECT provider, COUNT(*) AS requests, SUM(total_tokens) AS total_tokens FROM llm_token_usage_events GROUP BY provider ORDER BY total_tokens DESC;"
sqlite3 ~/.openppx/database/token_usage.db "SELECT response_at, provider, model, request_tokens, response_tokens, total_tokens FROM llm_token_usage_events ORDER BY response_at_ms DESC LIMIT 20;"
Generate one consolidated report:
bash openppx/skills/self-observe/scripts/self_status_report.sh
When reporting to user, include:
--json) first, then summarize in natural language.