← 返回 Skills 市场
Site Overview Audit
作者
Yifeng[Terry] Yu
· GitHub ↗
· v1.0.0
· MIT-0
110
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install site-overview-audit
功能描述
Summarize one supported site's current snapshot records and highest-signal items.
安全使用建议
This skill appears to be a straightforward, read-only summarizer, but before installing: 1) confirm the agent runtime already provides the referenced packages (@campus-copilot/site-sdk, mcp-server, or mcp-readonly sidecars) or provide an install method; otherwise the skill will break; 2) verify the provenance/trust of those campus-copilot packages and sidecars (source/homepage is unknown here) to ensure they don't perform unexpected I/O or access live credentials; 3) test the skill in a non-production environment to confirm it truly only reads snapshot data and does not call live/private APIs; and 4) if you need higher assurance, review the code for the referenced SDKs/sidecars or ask the skill author for a source repository or install instructions.
功能分析
Type: OpenClaw Skill
Name: site-overview-audit
Version: 1.0.0
The skill is a read-only auditing tool designed to summarize snapshots from educational platforms like Canvas and Gradescope. The instructions in SKILL.md are well-defined, focusing on data summarization while explicitly forbidding state mutation or unauthorized API claims, and no malicious code or exfiltration patterns are present.
能力评估
Purpose & Capability
Name/description (one-site snapshot summary) matches the instructions (load a site overview and report counts/top items). The SDKs and sidecars it references are coherent with the stated purpose.
Instruction Scope
SKILL.md restricts behavior to read-only snapshot inspection, enumerates inputs, and explicitly forbids mutating site state or claiming live data. It does not request unrelated files, credentials, or network exfiltration in the instructions.
Install Mechanism
There is no install spec (instruction-only), but the runtime instructions require modules like @campus-copilot/site-sdk, @campus-copilot/mcp-server, or mcp-readonly sidecars. The skill assumes these libraries/sidecars are present in the agent environment; if they are not, the skill will fail. No arbitrary downloads or extract steps are present.
Credentials
The skill requests no environment variables, credentials, or config paths. The lack of secrets is proportionate to the read-only snapshot summarization purpose.
Persistence & Privilege
always is false and the SKILL.md explicitly forbids mutating state. The skill does not request persistent presence or modify agent-wide settings.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install site-overview-audit - 安装完成后,直接呼叫该 Skill 的名称或使用
/site-overview-audit触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: site-overview-audit offers a concise, read-only summary of a single site's snapshot.
- Supports inspection of one site: canvas, gradescope, edstem, or myuw.
- Loads overview data from workspace-imported snapshots and lists top assignments, messages, or events.
- Provides site-specific counts and recent updates for context validation.
- Output remains grounded in normalized snapshot entities; no live state changes or private API claims.
- Designed for focused, site-scoped Codex/Claude audits or validation of site data richness.
元数据
常见问题
Site Overview Audit 是什么?
Summarize one supported site's current snapshot records and highest-signal items. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。
如何安装 Site Overview Audit?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install site-overview-audit」即可一键安装,无需额外配置。
Site Overview Audit 是免费的吗?
是的,Site Overview Audit 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Site Overview Audit 支持哪些平台?
Site Overview Audit 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Site Overview Audit?
由 Yifeng[Terry] Yu(@xiaojiou176)开发并维护,当前版本 v1.0.0。
推荐 Skills