openclaw-readonly-consumer

openclaw-readonly-consumer is a skill for Claude Code, Codex from xiaojiou176-open/campus-copilot. It costs 33 tokens per session (582 once invoked), scanned A, original, MIT.

A read-only connection between an OpenClaw-style local runtime and CampusCopilot, using saved snapshot data and a small backend service. A local runtime is the program that decides how to use this data.

In plain words
What is it for?
Use it to check provider health, ask questions, export data, or read one site's snapshot records through local commands and optional MCP configuration.
Why use it?
It keeps academic information on a narrow, read-only path instead of giving the runtime browser control or the ability to change data.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: mentions Codex; built for openclaw.

Good fit Use it to check provider health, ask questions, export data, or read one site's snapshot records through local commands and optional MCP configuration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xiaojiou176-open/campus-copilot/openclaw-readonly-consumer
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add xiaojiou176-open/campus-copilot --skill openclaw-readonly-consumer
Clone the repo
git clone --depth 1 https://github.com/xiaojiou176-open/campus-copilot

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for openclaw-readonly-consumer

README.md
[![agentmods](https://agentmods.dev/badge/skills/xiaojiou176-open/campus-copilot/openclaw-readonly-consumer/github.svg)](https://agentmods.dev/skills/xiaojiou176-open/campus-copilot/openclaw-readonly-consumer)
Your own site
<a href="https://agentmods.dev/skills/xiaojiou176-open/campus-copilot/openclaw-readonly-consumer"><img src="https://agentmods.dev/badge/skills/xiaojiou176-open/campus-copilot/openclaw-readonly-consumer/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for openclaw-readonly-consumer

Your own site · 80×15
<a href="https://agentmods.dev/skills/xiaojiou176-open/campus-copilot/openclaw-readonly-consumer"><img src="https://agentmods.dev/badge/skills/xiaojiou176-open/campus-copilot/openclaw-readonly-consumer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 582 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.00582
Opus 5 $0.00016 $0.00291
Sonnet 5 $0.00007 $0.00116
Haiku 4.5 $0.00003 $0.00058

Measured 11d ago against content hash d17f331a1f34, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

openclaw-readonly-consumer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/openclaw-readonly-consumer/SKILL.md · 62 lines

How it starts

The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.

OpenClaw-Style Read-Only Consumer

Use this skill when your local operator/runtime behaves like an OpenClaw-style shell and you want CampusCopilot to stay on the snapshot-first / thin-BFF-first / read-only side.

Think of CampusCopilot as the labeled binder on the desk:

  • CampusCopilot provides structured academic context
  • your local runtime decides how to consume that context
  • CampusCopilot does not become a browser-control plugin or write-capable operator loop

Start with the narrowest path

  1. If you need cross-site health, provider readiness, read-only ask, or export tools, start with:
    • pnpm --filter @campus-copilot/mcp-server start
  2. If you only need one site's snapshot records, use:
    • pnpm --filter @campus-copilot/mcp-readonly start:<site>
  3. If you only need local provider status or cited-AI chat on the Campus semantic contract, use:
    • pnpm start:api

Inputs

  • one local snapshot such as examples/workspace-snapshot.sample.json
  • one local runtime that can launch stdio commands
  • optional support for the same mcpServers JSON shape used by Codex/Claude-style MCP setups
  1. Export a safe snapshot path:
    • export CAMPUS_COPILOT_SNAPSHOT="$PWD/examples/workspace-snapshot.sample.json"
  2. Start with the generic MCP server unless you already know you only need one site.
  3. If your runtime explicitly accepts the same mcpServers JSON shape, adapt:
    • examples/integrations/codex-mcp.example.json
    • examples/integrations/claude-code-mcp.example.json
  4. If it does not accept that exact shape, stay with the direct command snippets from:
    • examples/openclaw-readonly.md
  5. Keep all claims snapshot-scoped and read-only.

Good fit

  • OpenClaw-style local consumers that need one truthful starting recipe
  • imported snapshot review without reopening live browser automation
  • read-only MCP or local BFF consumption over Campus-owned semantics

Not a fit

  • live browser takeover
  • posting, replying, or submitting on external sites
  • inventing an official plugin or marketplace contract
  • hosted autonomy positioning

Read the full file on GitHub · 62 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 62 lines · 33 tokens per session scan A d17f331a1f34

Subscribe to this mod's changes

openclaw-readonly-consumer is a skill published in the GitHub repository xiaojiou176-open/campus-copilot (2 stars, last pushed 10d ago), licensed MIT. It adds 33 tokens to every session and 582 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

canvas-homework

Check Canvas for outstanding assignments and either surface the assignment, or draft a response in Max's voice. Use whenever Max asks what assignments / homework / coursework he still has to do, asks to pull an assignment's instructions or files from Canvas, or asks to start/draft an assignment. Orchestrates the…

98ping/chip · 92 tokens

myopenmath

Work a MyOpenMath / IMathAS math homework set that is launched from Canvas — read the questions, compute the answers, fill the boxes, and submit. Use whenever Max points at a MyOpenMath assignment, says a math homework is "in my Canvas", asks to do/finish/check a numbered homework like "2.1" or "2.2/2.3", or when a…

98ping/chip · 128 tokens

canvas-quiz

Work a Canvas-native quiz (Classic Quizzes) — find it, open the attempt, read every question, save it to output/, fill the answers, and stop short of submitting. Use whenever Max points at a Canvas quiz, asks about a "syllabus quiz" or a quiz he still has to take, asks what a quiz is asking, or when a Canvas…

98ping/chip · 117 tokens

mylab-pearson

Work a Pearson MyLab / MyLab Statistics / MathXL homework set or quiz — launch it through the popup, read each question, compute, fill the answer boxes, and submit. Use whenever Max points at a MyLab, MyLab Stats, Mastering, MathXL or Pearson assignment, says a stats homework is "in MyLab", asks to do/finish/check a…

98ping/chip · 181 tokens

crux

Invoke only when the user explicitly mentions $crux. When invoked, analyze papers, coach research, or support consequential decisions by finding the variable that could change the outcome, separating evidence from rhetoric, and controlling how much help to reveal. Do not activate for ordinary paper, research, or…

Sunrich-HT/crux · 70 tokens

obsidian-mindset

Build and update Obsidian learning artifacts from user questions. Use when the user wants to learn concepts, decompose requests into task queues, create or revise question notes, generate or adjust concept comparison Canvas files, compress or overwrite a recent standard artifact, convert learning outputs, or route…

rider-amazon/obsidian-mindset-skill · 70 tokens