← 返回 Skills 市场
Site Snapshot Review
作者
Yifeng[Terry] Yu
· GitHub ↗
· v1.0.0
· MIT-0
126
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install site-snapshot-review
功能描述
Review one supported site's exported snapshot records without reopening live browser automation.
使用说明 (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
- Load the snapshot through
@campus-copilot/sdk/snapshot. - Build a workspace summary.
- Filter to one site with
getSiteRecords. - 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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install site-snapshot-review - 安装完成后,直接呼叫该 Skill 的名称或使用
/site-snapshot-review触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
常见问题
Site Snapshot Review 是什么?
Review one supported site's exported snapshot records without reopening live browser automation. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 126 次。
如何安装 Site Snapshot Review?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install site-snapshot-review」即可一键安装,无需额外配置。
Site Snapshot Review 是免费的吗?
是的,Site Snapshot Review 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Site Snapshot Review 支持哪些平台?
Site Snapshot Review 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Site Snapshot Review?
由 Yifeng[Terry] Yu(@xiaojiou176)开发并维护,当前版本 v1.0.0。
推荐 Skills