← Back to Skills Marketplace
xiaojiou176

Current View Triage

by Yifeng[Terry] Yu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
160
Downloads
0
Stars
1
Active Installs
4
Versions
Install in OpenClaw
/install current-view-triage
Description
Turn one Campus Copilot snapshot or MCP-backed current view into a plain-language what-to-do-first answer for a student.
README (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.md if the MCP server still needs to be connected
  • use references/DEMO.md for the first-success walkthrough
  • use references/TROUBLESHOOTING.md if setup or input truth is still unclear

Exposed MCP abilities

  • campus_health
  • providers_status
  • ask_campus_copilot
  • the four *_snapshot_view tools
  • export_snapshot_artifact

Use references/CAPABILITIES.md when you need the quick map.

Inputs

  • SNAPSHOT_PATH or one current-view export path
  • optional QUESTION
  • optional MCP_STATUS

Steps

  1. Decide whether MCP-backed current view is available; otherwise stay on the imported snapshot/current-view export.
  2. Build a short workspace summary from the strongest available read-only surface.
  3. Inspect the top Focus Queue items and recent updates.
  4. If a question is provided, use the cited-answer path instead of guessing.
  5. Return:
    • top_action
    • why_now
    • evidence_used
    • trust_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.md
  • references/INSTALL.md
  • references/OPENHANDS_MCP_CONFIG.json
  • references/OPENCLAW_MCP_CONFIG.json
  • references/CAPABILITIES.md
  • references/DEMO.md
  • references/TROUBLESHOOTING.md
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install current-view-triage
  3. After installation, invoke the skill by name or use /current-view-triage
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Slug current-view-triage
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 4
Frequently Asked Questions

What is 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. It is an AI Agent Skill for Claude Code / OpenClaw, with 160 downloads so far.

How do I install Current View Triage?

Run "/install current-view-triage" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Current View Triage free?

Yes, Current View Triage is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Current View Triage support?

Current View Triage is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Current View Triage?

It is built and maintained by Yifeng[Terry] Yu (@xiaojiou176); the current version is v1.0.0.

💬 Comments