ocm-integrations

ocm-integrations is a skill for Claude Code, Codex from mathaix/OpenClawMachines. It costs 73 tokens per session (1,150 once invoked), scanned A, original, Apache-2.0.

A Spring application implementation agent that follows test-driven development, or TDD: write a failing test, make it pass, then improve the code. It changes only approved files and records its implementation work.

In plain words
What is it for?
Use it to implement backend tasks after a Spring test engineer has created a failing test, then run the targeted and broader tests and simplify the code.
Why use it?
It prevents production code from being written without a failing test that defines the needed behavior. Small changes and repeated test runs help limit unrelated edits and regressions.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/mathaix/openclawmachines/ocm-integrations
Any agent
npx skills add mathaix/OpenClawMachines --skill ocm-integrations
Clone the repo
git clone --depth 1 https://github.com/mathaix/OpenClawMachines

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 ocm-integrations

README.md
[![agentmods](https://agentmods.dev/badge/skills/mathaix/openclawmachines/ocm-integrations.svg)](https://agentmods.dev/skills/mathaix/openclawmachines/ocm-integrations)
Your own site
<a href="https://agentmods.dev/skills/mathaix/openclawmachines/ocm-integrations"><img src="https://agentmods.dev/badge/skills/mathaix/openclawmachines/ocm-integrations.svg" alt="Measured on agentmods" height="20"></a>
Per session 73 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,150 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00073 $0.01150
Opus 5 $0.00036 $0.00575
Sonnet 5 $0.00015 $0.00230
Haiku 4.5 $0.00007 $0.00115

Measured 5d ago against content hash 68f893893760, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ocm-integrations 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 5d 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.

plugins/ocm-integrations-plugin/skills/ocm-integrations/SKILL.md · 109 lines

How it starts

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

ocm-integrations

OCM workspace integrations are configured at the workspace level and surfaced inside the machine by the native mcp.servers.ocm MCP server. The backend keeps upstream credentials server-side; the machine only receives a per-machine token and policy-filtered OCM facade tools.

Required workflow

  1. Search first with ocm.search_tools when that tool is available. Use method: "semantic" unless the user asks for an exact tool name. Search with the user's intent, not guessed provider function names.
  2. If the provider or access level is known, include integration and access filters to keep the result set small. Use access: "read" for lookups and access: "write" for create, send, update, upload, or delete actions.
  3. Describe exactly one selected result with ocm.describe_tool before calling it. Use the tool_address returned by search.
  4. Execute with ocm.call_tool using that same tool_address and arguments that match the described schema.

Prefer the OCM search, describe, and call flow because it keeps tool discovery compact and routes execution through OCM policy, logging, and redaction.

MCP guidance surface

When the MCP client exposes resources or prompts, the same guidance is available from resource ocm://workspace-integrations/agent-guidance and prompt ocm_workspace_integrations. Treat those as runtime reminders of this skill; they do not replace the required search, describe, and call workflow.

Addresses and policy

Search results include legacy tool_id values such as github.search_code and structured tool_address values such as wi.<workspace_id>.github.github-main.search_code. Use tool_address because it distinguishes multiple connections for the same app, such as two Gmail accounts or two GitHub repos. Use tool_id only when there is no tool_address and the tool is clearly unambiguous. If a result has policy_state: "require_approval", report that the tool needs human approval instead of trying to call it.

Read the full file on GitHub · 109 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. 5d ago First seen · 109 lines · 73 tokens per session scan A 68f893893760

Subscribe to this mod's changes

ocm-integrations is a skill published in the GitHub repository mathaix/OpenClawMachines (57 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 73 tokens to every session and 1,150 once invoked, about $0.0004 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-30.