用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Supernor/openclaw-skills --skill status命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 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.
Next action recommendation (always include):
Also check for active plans:
bash "$HOME/.openclaw/scripts/plan-manager.sh" list --active
Pick the most relevant recommendation based on current state:
| State | Recommendation |
|---|---|
| Empty (no tasks, no decisions) | 💡 Next: Use /decide or /task add to start tracking |
| Has undecided items, no tasks | 💡 Next: Resolve undecided items, then /task add to create work |
| Has todo tasks, 0 in-progress | 💡 Next: Pick up a task — <N> waiting |
| Has in-progress tasks | 💡 Next: Finish in-progress work (<titles>) |
| Has blocked tasks | 💡 Next: Unblock <N> blocked tasks |
| All tasks done, has plan | 💡 Next: Verify outcomes and /plan archive |
| All tasks done, no plan | 💡 Next: All done — consider archiving with /archive |
| Plan status = ready | 💡 Next: Review and approve the pending plan |
| Plan status = gate | 💡 Next: Review phase gate and continue or revise |
| Stale (7+ days) | 💡 Next: Idle <N> days — resume or archive? |
/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
Intent: Observable [I13]. Purpose: [P-TBD].
基于 SOC 职业分类