Read Only Workspace Audit

v1.0.0

Audit whether one imported workspace snapshot is rich enough for export, cited AI, or MCP consumption.

0· 103·1 current·1 all-time
byYifeng[Terry] Yu@xiaojiou176

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for xiaojiou176/read-only-workspace-audit.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Read Only Workspace Audit" (xiaojiou176/read-only-workspace-audit) from ClawHub.
Skill page: https://clawhub.ai/xiaojiou176/read-only-workspace-audit
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install read-only-workspace-audit

ClawHub CLI

Package manager switcher

npx clawhub@latest install read-only-workspace-audit
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
Name and description match the instructions: the skill is solely about auditing imported workspace snapshots for export/cited-AI readiness. The suggested commands (campus-copilot CLI and pnpm to start a local BFF/MCP reader) are coherent with that purpose.
Instruction Scope
SKILL.md confines behavior to read-only work on imported snapshots or exported current-view artifacts, explicitly warns not to claim live-session truth, and lists specific commands to run. It does not instruct the agent to read unrelated system files, access unrelated credentials, or exfiltrate data.
Install Mechanism
There is no install spec; this is instruction-only. The suggested toolchain relies on existing local tools (campus-copilot, pnpm) rather than downloading arbitrary code, which is proportionate for a repo-local audit workflow.
Credentials
The skill declares no environment variables, credentials, or config paths. The lack of requested secrets is consistent with a read-only, local audit purpose.
Persistence & Privilege
The skill is not always-on and does not request system-wide persistence or modification of other skills' configs. It describes running local dev/server tooling but does not instruct permanent changes to the agent environment.
Assessment
This skill appears coherent and read-only, but it does assume you will run local tooling (campus-copilot CLI and pnpm scripts). Before running anything: (1) verify the campus-copilot code and CLI come from a trusted source, (2) inspect the repository's package scripts and the referenced example files to ensure they don't perform unexpected writes or network exfiltration, (3) run the server/tools in an isolated environment or with restricted network access if snapshots contain sensitive data, and (4) confirm snapshots you audit don't themselves contain secrets you wouldn't want processed by local services.

Like a lobster shell, security has layers — review code before you run it.

campus-copilotvk975d7dq5pkfmfvqg81dzc2wb184jx9mlatestvk975d7dq5pkfmfvqg81dzc2wb184jx9mread-onlyvk975d7dq5pkfmfvqg81dzc2wb184jx9m
103downloads
0stars
1versions
Updated 2w ago
v1.0.0
MIT-0

Read-Only Workspace Audit

Use this skill when you have an imported Campus Copilot workspace snapshot and need to answer:

  • what is currently open
  • which site carries which evidence
  • whether the current snapshot is rich enough for export or cited AI

Rules:

  • stay read-only
  • operate on imported snapshots or exported current-view artifacts
  • do not claim live browser/session truth from snapshot-only evidence
  • keep Campus Copilot positioned as a local-first academic decision workspace

Suggested toolchain:

  1. campus-copilot summary --snapshot <path>
  2. campus-copilot site --snapshot <path> --site <canvas|gradescope|edstem|myuw>
  3. pnpm --filter @campus-copilot/mcp-server start for the generic BFF + snapshot MCP flow, or one of the site-scoped pnpm --filter @campus-copilot/mcp-readonly start:<site> commands for snapshot-only reads

Companion examples:

  • examples/integrations/codex-mcp.example.json
  • examples/integrations/claude-code-mcp.example.json
  • examples/workspace-snapshot.sample.json

Good fit:

  • Codex / Claude Code evaluation of the read-only toolbox
  • OpenClaw-style local consumers that need a strict audit trail
  • repo-local verification of whether one snapshot is ready for export, cited AI, or MCP consumption

Comments

Loading comments...