openclaw-molt-mcp: Skill for Claude Code

.opencode/skills/repo-standards/SKILL.md

repo-standards is a skill for Claude Code, OpenCode from sandraschi/openclaw-molt-mcp. It costs 0 tokens per session (406 once invoked), scanned A, original, MIT.

Repository-specific coding rules for openclaw-molt-mcp, a Python and web application that provides tools through an MCP server. They define approved runtimes, code style, required checks, response formats, and files to avoid.

In plain words
What is it for?
Developing or reviewing Python MCP tools, the FastAPI backend, or the React, Vite, and Tauri interfaces, then running the listed tests, linters, type checks, and build checks.
Why use it?
They prevent inconsistent commands, undocumented tools, hardcoded secrets, broken type checks, and changes to protected or obsolete parts of the repository.

Skill for Claude CodeOpenCode

Written for Claude Code and OpenCode: shipped in a Claude Code plugin, but also installed under .opencode/. Also seen: mentions AGENTS.md; built for openclaw.

This is sandraschi/openclaw-molt-mcp's own configuration. It tells Claude Code and OpenCode how to work on openclaw-molt-mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything openclaw-molt-mcp configures →

Part of the openclaw-molt-mcp plugin — 1 skill, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to sandraschi/openclaw-molt-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/sandraschi/openclaw-molt-mcp/master/.opencode/skills/repo-standards/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/sandraschi/openclaw-molt-mcp

Made for: Claude Code, OpenCode.

Or install openclaw-molt-mcp, the plugin that ships this one along with the rest of its 1 skill, 1 MCP server.

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 repo-standards

README.md
[![agentmods](https://agentmods.dev/badge/skills/sandraschi/openclaw-molt-mcp/repo-standards/github.svg)](https://agentmods.dev/skills/sandraschi/openclaw-molt-mcp/repo-standards)
Your own site
<a href="https://agentmods.dev/skills/sandraschi/openclaw-molt-mcp/repo-standards"><img src="https://agentmods.dev/badge/skills/sandraschi/openclaw-molt-mcp/repo-standards/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 repo-standards

Your own site · 80×15
<a href="https://agentmods.dev/skills/sandraschi/openclaw-molt-mcp/repo-standards"><img src="https://agentmods.dev/badge/skills/sandraschi/openclaw-molt-mcp/repo-standards.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 406 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.00000 $0.00406
Opus 5 $0.00000 $0.00203
Sonnet 5 $0.00000 $0.00081
Haiku 4.5 $0.00000 $0.00041

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

Security

Grade A, and why

repo-standards 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.

.opencode/skills/repo-standards/SKILL.md · 32 lines

What it actually says

openclaw-molt-mcp repo standards

Repo-local coding standards for agents working in D:\Dev\repos\openclaw-molt-mcp.

Stack

  • Python 3.12 + FastMCP 3.4.4 (MCP tools), FastAPI (webapp API :10745), React/Vite/TS (webapp :10744), Tauri 2 (desktop).
  • Python via uv (never naked python); JS via bun (never npm).

Gates (must pass before done)

  • uv run ruff check . and uv run ruff format --check .
  • uv run pyright src
  • uv run pytest --cov=openclaw_molt_mcp (threshold: 40%)
  • In webapp/: bun run lint, bun run type-check, bun run build

Tool design

  • Portmanteau pattern: one @mcp.tool() per domain with an operation Literal enum.
  • Docstrings must include **Operations:**, ## Return Format, ## Examples.
  • Return {"success": bool, "message": str, "data": {...}}; error on failure.

Don'ts

  • No hardcoded secrets/ports in source. Use .env + document in .env.example.
  • Do not commit node_modules/, .venv/, .bak*, _llm_test_scripts/, dist/, target/.
  • Do not touch web_sota/ (deleted runt) or legacy ports 10764/10765/5180/5181 — use 10744 (frontend) / 10745 (backend) / 18789 (Gateway).

Fleet hub

Read D:\Dev\repos\mcp-central-docs\README.md and standards\AGENTS.md before significant work.

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 · 32 lines · 0 tokens per session scan A 4ba0b0c214c2

Subscribe to this mod's changes

repo-standards is a skill published in the GitHub repository sandraschi/openclaw-molt-mcp (3 stars, last pushed 2d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 406 tokens. 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

quantum-qiskit

Reference qiskit 2.x patterns for variational quantum machine learning. Covers data-encoding feature maps, variational quantum classifier (VQC) training, variational quantum eigensolver (VQE) for chemistry, matrix-product-state circuits, and noise model integration. Use when writing Python code that imports qiskit…

aiming-lab/AutoResearchClaw · 102 tokens

python-expert

Python expert for stdlib, packaging, type hints, async/await, and performance optimization.

RightNow-AI/openfang · 22 tokens

clawmetry-selfcheck

Read your own agent telemetry from ClawMetry (waste, progress, cost) and act on it before finishing a task. Use when ClawMetry is installed on this machine and you want to check whether you are re-reading files, spinning in loops, or burning budget.

vivekchand/clawmetry · 64 tokens

clawmetry

Real-time observability for OpenClaw agents — local dashboard + optional encrypted cloud sync. Tracks costs, tokens, sessions, tool calls, memory, crons, and system health. Access from anywhere via ClawMetry Cloud.

vivekchand/clawmetry · 51 tokens

agent-kill-switch

Give the human an off switch and a cost meter for the coding agents on this machine, using ClawMetry. Use when the user asks to stop or kill a runaway agent, see what an agent is doing or spending, cap agent spend, gate risky tool calls behind approval, or "set up a kill switch" for Claude Code, Codex, Cursor, Gemini…

vivekchand/clawmetry · 95 tokens

python-heredoc

When running multi-line Python code or code with quotes, apostrophes, or f-strings via Bash, always use heredoc syntax instead of python -c to avoid shell quoting issues.

crypdick/pynchy · 43 tokens