用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Supernor/openclaw-skills --skill status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
How Failsafe judges the weekly backup beat from PUSHED receipts — interpretation table, thresholds, and the coverage-gap question technique. Use every weekly beat.
Route ideas to The Workshop (Scribe on Telegram). Creates Intake topics for structured intent capture.
Audit existing skills against create-skill best practices. Finds gaps, scores quality, and produces upgrade recommendations.
基于 SOC 职业分类
正在显示 SKILL.md
| name | status |
| description | Project health summary — decisions, tasks, and activity at a glance. Usage: /status [channel] |
/status # Status for current project channel
/status <channel-name> # Status for a specific project
/projects # List all project channels with brief status
For the target channel:
Decisions:
cat /home/node/.openclaw/workspace-spec-projects/decisions/<channel>.md
Count by status: DONE, UNDECIDED, SAVE-FOR-LATER, DECIDED-NOT-DONE, WONT-WORK.
Tasks:
/home/node/.openclaw/scripts/task-manager.sh summary <channel>
Returns JSON with counts by status (todo, in-progress, blocked, done), assignees, linked decisions.
Activity:
decisions/<channel>.md and tasks/<channel>.jsonProject metadata (if exists):
cat /home/node/.openclaw/workspace-spec-projects/projects/<channel>.md
| Health | Condition |
|---|---|
| Active | Has in-progress tasks OR updated in last 3 days |
| Healthy | Has tasks/decisions, updated in last 7 days |
| Stale | No updates in 7+ days with open tasks/undecided items |
| Blocked | Has blocked tasks |
| Empty | No tasks and no decisions |
RESULT: Project status for #<channel>
📊 **#<channel>** — <health>
_Topic: <topic if set>_
📜 Decisions: <done>/<total> resolved
✅ <done> DONE · ❓ <undecided> UNDECIDED · 📌 <save> SAVE-FOR-LATER
📋 Tasks: <done>/<total> complete
📋 <todo> todo · 🔄 <ip> in-progress · 🚫 <blocked> blocked · ✅ <done> done
👥 Assignees: <list or "none">
🔗 Linked: <N> tasks tied to decisions
_Last activity: <relative time>_
STATUS: success
If stale:
⚠️ Stale — no updates in <N> days. <undecided> undecided decisions, <open> open tasks.
/projects (cross-project view)List all channels that have a decisions or tasks file:
RESULT: All projects
📊 **#project-alpha** — Active
Decisions: 5/7 · Tasks: 3/8 · Last: 2h ago
📊 **#project-beta** — Stale (12 days)
Decisions: 2/4 · Tasks: 0/3 · Last: 12d ago
📊 **#project-gamma** — Healthy
Decisions: 1/1 · Tasks: 2/2 · Last: 3d ago
STATUS: success