← 返回 Skills 市场
Current View Triage
作者
Yifeng[Terry] Yu
· GitHub ↗
· v1.0.0
· MIT-0
160
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install current-view-triage
功能描述
Turn one Campus Copilot snapshot or MCP-backed current view into a plain-language what-to-do-first answer for a student.
使用说明 (SKILL.md)
Current View Triage
Use this skill when you want one plain-language answer to the question:
- what should the student do first right now
Treat it like a read-only triage plugin card over one imported workspace snapshot or one local BFF-backed current view, not a live-browser playbook.
What this skill teaches
- how to prefer read-only Campus Copilot MCP or snapshot surfaces first
- how to turn Focus Queue and recent changes into one concrete next action
- how to answer with evidence and trust gaps instead of inventing missing facts
Runtime you need
- one imported snapshot path or one current-view export
- or one connected Campus Copilot MCP server
- use
references/INSTALL.mdif the MCP server still needs to be connected - use
references/DEMO.mdfor the first-success walkthrough - use
references/TROUBLESHOOTING.mdif setup or input truth is still unclear
Exposed MCP abilities
campus_healthproviders_statusask_campus_copilot- the four
*_snapshot_viewtools export_snapshot_artifact
Use references/CAPABILITIES.md when you need the quick map.
Inputs
SNAPSHOT_PATHor one current-view export path- optional
QUESTION - optional
MCP_STATUS
Steps
- Decide whether MCP-backed current view is available; otherwise stay on the imported snapshot/current-view export.
- Build a short workspace summary from the strongest available read-only surface.
- Inspect the top Focus Queue items and recent updates.
- If a question is provided, use the cited-answer path instead of guessing.
- Return:
top_actionwhy_nowevidence_usedtrust_gaps
Good fit
- Codex or Claude-style first-pass triage over a snapshot
- OpenClaw-style local consumers that need one short "what now" brief
- any read-only triage workflow that needs one trustworthy next action without reopening browser automation
Hard boundary
- stay on imported snapshots or the thin local BFF
- do not claim live browser/session truth from snapshot-only evidence
- do not mutate site state
Companion references
references/README.mdreferences/INSTALL.mdreferences/OPENHANDS_MCP_CONFIG.jsonreferences/OPENCLAW_MCP_CONFIG.jsonreferences/CAPABILITIES.mdreferences/DEMO.mdreferences/TROUBLESHOOTING.md
安全使用建议
This skill appears coherent and read-only: it needs either a snapshot/current-view export or a connected Campus Copilot MCP server and does not request credentials. Before you run the optional install steps, manually review the referenced GitHub repo and its package.json/start scripts (the INSTALL.md advises cloning xiaojiou176-open/campus-copilot and running pnpm). Running third-party npm/pnpm projects can execute arbitrary code, so either inspect the repository first, run it in a sandboxed environment, or prefer supplying prebuilt snapshot exports instead of starting the MCP server. Also confirm you only provide snapshot data you are comfortable sharing; the skill itself does not include any hidden network endpoints or credential exfiltration instructions.
功能分析
Type: OpenClaw Skill
Name: current-view-triage
Version: 1.0.0
The skill bundle provides a structured workflow for an AI agent to perform read-only triage of student tasks using the 'Campus Copilot' MCP server. The instructions in SKILL.md and README.md explicitly enforce security boundaries, such as prohibiting state mutation and restricting the agent to snapshot-based evidence. While the installation process (INSTALL.md) involves cloning an external repository and running pnpm commands, this is a standard setup procedure for local MCP servers and shows no signs of intentional malice or unauthorized data access.
能力评估
Purpose & Capability
Name/description (read-only triage of Campus Copilot snapshots/current views) matches the declared inputs and listed MCP tools; the skill does not request unrelated credentials, binaries, or config paths.
Instruction Scope
SKILL.md confines the agent to read-only operations over snapshots or MCP-backed current views, lists the exact outputs (top_action, why_now, evidence_used, trust_gaps), and explicitly forbids claiming live-session truth or mutating site state.
Install Mechanism
There is no registry install spec in the package itself, but the included references/INSTALL.md and mcp-setup.md instruct operators to clone and run a third-party GitHub repo (xiaojiou176-open/campus-copilot) and run pnpm scripts or download a GitHub release asset. Using public GitHub and pnpm is common, but it means operators will run external code — reviewers should inspect that repo and its start/build scripts before executing them.
Credentials
The skill declares no required environment variables, no credentials, and no config paths. Sample MCP config snippets require replacing an absolute path to a local clone, which is expected and proportional.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent presence or try to modify other skills' configs; runtime guidance describes only read-only triage and optional export of artifacts on demand.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install current-view-triage - 安装完成后,直接呼叫该 Skill 的名称或使用
/current-view-triage触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release with expanded documentation and references.
- Added full set of reference files for setup, capabilities, demos, configuration, and troubleshooting.
- Updated documentation to point to new references, including INSTALL, DEMO, and TROUBLESHOOTING guides.
- Introduced configuration samples for OPENHANDS and OPENCLAW MCP environments.
- Expanded companion references for easier onboarding and usage support.
v0.1.2
- Added new companion reference: references/input-shape.md
- Updated documentation to mention and link to input-shape.md for cases with only a snapshot/current-view export
- Clarified "Good fit" section to include any read-only triage workflow needing a trustworthy next action
- README.md and SKILL.md updated for improved clarity and reference completeness
v0.1.1
- Expanded documentation to clarify runtime requirements and exposed MCP capabilities.
- Added references for MCP setup, capability mapping, and sample outputs.
- Improved instructions for handling both imported snapshots and MCP-backed current views.
- Updated output specification to include clear fields: `top_action`, `why_now`, `evidence_used`, and `trust_gaps`.
v0.1.0
Initial release of current-view-triage skill.
- Provides a concise, plain-language recommendation for “what should the student do first right now” based on a snapshot or current-view export.
- Follows a triage workflow: summarizes workspace, inspects focus items, and integrates contextually relevant questions.
- Enforces strict boundaries—only operates on imported data, never on live sessions or by mutating state.
- Designed for compatibility with local and offline triage flows (e.g., Codex, OpenClaw).
- Includes usage and reference examples for easier adoption.
元数据
常见问题
Current View Triage 是什么?
Turn one Campus Copilot snapshot or MCP-backed current view into a plain-language what-to-do-first answer for a student. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 160 次。
如何安装 Current View Triage?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install current-view-triage」即可一键安装,无需额外配置。
Current View Triage 是免费的吗?
是的,Current View Triage 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Current View Triage 支持哪些平台?
Current View Triage 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Current View Triage?
由 Yifeng[Terry] Yu(@xiaojiou176)开发并维护,当前版本 v1.0.0。
推荐 Skills