← Back to Skills Marketplace
xiaojiou176

Site Snapshot Review

by Yifeng[Terry] Yu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
126
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install site-snapshot-review
Description
Review one supported site's exported snapshot records without reopening live browser automation.
README (SKILL.md)

Site Snapshot Review

Use this skill when you have an exported Campus Copilot workspace snapshot and want a read-only review of one site's current records.

Steps

  1. Load the snapshot through @campus-copilot/sdk/snapshot.
  2. Build a workspace summary.
  3. Filter to one site with getSiteRecords.
  4. Report counts and the highest-signal assignments, messages, or events.

Hard boundary

  • Do not mutate site state.
  • Do not claim live browser truth from a snapshot alone.
Usage Guidance
This skill appears coherent and read-only, but confirm two practical things before installing: (1) that the runtime where the agent will run actually provides the '@campus-copilot/sdk/snapshot' module (the SKILL.md assumes it exists), and (2) that you will supply the exported workspace snapshot (the skill doesn't describe how snapshots are passed). Also verify snapshots do not contain sensitive PII you don't want reviewed, and consider running the skill in a restricted environment until you confirm behavior.
Capability Analysis
Type: OpenClaw Skill Name: site-snapshot-review Version: 1.0.0 The site-snapshot-review skill is a read-only utility designed to analyze exported workspace data using the @campus-copilot/sdk. The instructions in SKILL.md are clearly aligned with the stated purpose, include explicit safety boundaries against mutating state, and contain no indicators of malicious intent, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
Name/description (review exported site snapshot records) match the instructions (load snapshot, filter to one site, report counts/highest-signal items). The actions requested are proportional to the stated purpose.
Instruction Scope
Instructions stay read-only and explicitly forbid mutation, which aligns with purpose. They are minimal and assume use of '@campus-copilot/sdk/snapshot' and an available exported snapshot but do not specify where the snapshot is supplied or error handling if the SDK is absent—this is a scope/clarity gap rather than a security mismatch.
Install Mechanism
No install spec or code files are present (instruction-only). This is low-risk; however the skill assumes an SDK module exists in the runtime environment, which should be confirmed by the integrator.
Credentials
The skill declares no environment variables, credentials, or config paths and the instructions do not request secrets. The resource access described (reading a snapshot) is proportionate.
Persistence & Privilege
always is false and no special persistence or system-wide config changes are requested. Autonomous invocation is allowed (platform default) but the skill's read-only scope limits risk.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install site-snapshot-review
  3. After installation, invoke the skill by name or use /site-snapshot-review
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of site-snapshot-review skill. - Enables read-only review of exported Campus Copilot workspace snapshots. - Summarizes workspace and filters to one selected site’s records. - Reports counts and highlights key assignments, messages, or events. - Enforces a hard boundary: no site state mutation and no assumptions beyond snapshot data.
Metadata
Slug site-snapshot-review
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Site Snapshot Review?

Review one supported site's exported snapshot records without reopening live browser automation. It is an AI Agent Skill for Claude Code / OpenClaw, with 126 downloads so far.

How do I install Site Snapshot Review?

Run "/install site-snapshot-review" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Site Snapshot Review free?

Yes, Site Snapshot Review is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Site Snapshot Review support?

Site Snapshot Review is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Site Snapshot Review?

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

💬 Comments