← Back to Skills Marketplace
xiaojiou176

Site Mcp Consumer

by Yifeng[Terry] Yu · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
97
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install site-mcp-consumer
Description
Wire one site-scoped read-only MCP sidecar to a local Campus Copilot snapshot.
Usage Guidance
This skill appears to do what it says (wire a local, read-only snapshot sidecar), but the SKILL.md references tools and an environment variable that aren't declared in the metadata. Before installing or using it: 1) verify you have pnpm and the named @campus-copilot sidecar package and binaries available locally; 2) confirm the intent and contents of CAMPUS_COPILOT_SNAPSHOT (it's a path to a JSON snapshot — ensure it contains only non-sensitive test data and not live credentials or tokens); 3) inspect the example config files referenced in the repo to ensure they don't contain secrets or unexpected remote endpoints; and 4) ask the publisher to update the skill manifest to declare required binaries (pnpm or the specific sidecar binaries) and the CAMPUS_COPILOT_SNAPSHOT env var so preconditions are explicit. These steps reduce operational surprises — the current mismatch is likely sloppy documentation, but it should be fixed before trusting the skill in production.
Capability Analysis
Type: OpenClaw Skill Name: site-mcp-consumer Version: 1.0.0 The skill bundle provides instructions for configuring a read-only Model Context Protocol (MCP) sidecar to interface with local campus data snapshots (e.g., Canvas, Gradescope). The instructions in SKILL.md focus on local environment setup, such as setting the CAMPUS_COPILOT_SNAPSHOT variable and running local pnpm commands, while explicitly disclaiming live browser interaction or write access. No indicators of data exfiltration, malicious execution, or prompt injection were found.
Capability Assessment
Purpose & Capability
The described goal (wire a site-scoped read-only MCP sidecar to a local Campus Copilot snapshot) matches the SKILL.md steps. However, the skill does not declare required tooling or env vars even though the instructions expect them (e.g., pnpm and the CAMPUS_COPILOT_SNAPSHOT variable). This is an internal inconsistency rather than a capability mismatch.
Instruction Scope
SKILL.md instructs the agent to set CAMPUS_COPILOT_SNAPSHOT and to run pnpm --filter @campus-copilot/mcp-readonly start:<site>, and it references local example config files and an 'openclaw' config shape. The skill metadata declares no required env vars, binaries, or config paths — so the instructions access resources/config that weren't declared. While the actions described are limited to local snapshot wiring and read-only operations, the mismatch means an operator won't know what preconditions/tools are needed.
Install Mechanism
There is no install spec and no code files; this instruction-only skill does not write to disk or fetch remote code during install, which minimizes install-time risk.
Credentials
No credentials or sensitive env vars are declared. The instructions do ask the user to point CAMPUS_COPILOT_SNAPSHOT at a JSON file (a path-like env var) which is not a secret but was not declared in requires.env. There are no requests for unrelated credentials — proportionality is acceptable but under-documented.
Persistence & Privilege
always is false and the skill is user-invocable with normal autonomous invocation allowed. Nothing in the metadata requests elevated or permanent presence or modifications to other skills.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install site-mcp-consumer
  3. After installation, invoke the skill by name or use /site-mcp-consumer
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
site-mcp-consumer 1.0.0 - Initial release providing integration for site-scoped, read-only MCP sidecars with local Campus Copilot snapshots. - Supports local runtimes such as Codex, Claude Code, Claude Desktop, and OpenClaw-style shells. - Step-by-step instructions for setup, configuration, and recommended JSON config examples included. - Intended for scenarios needing read-only, snapshot-based access to one site’s records—such as assignments or messages—without live browser interaction.
Metadata
Slug site-mcp-consumer
Version 1.0.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 1
Frequently Asked Questions

What is Site Mcp Consumer?

Wire one site-scoped read-only MCP sidecar to a local Campus Copilot snapshot. It is an AI Agent Skill for Claude Code / OpenClaw, with 97 downloads so far.

How do I install Site Mcp Consumer?

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

Is Site Mcp Consumer free?

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

Which platforms does Site Mcp Consumer support?

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

Who created Site Mcp Consumer?

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

💬 Comments