interaction-contract

interaction-contract is a skill for Claude Code, Codex from Vladick-Pick/business-ontology. It costs 37 tokens per session (1,202 once invoked), scanned A, original, MIT.

A configuration workflow for setting one owner reminder and its schedule independently from a system health check.

In plain words
What is it for?
It helps configure recurring reminders, such as daily or weekly messages in a chosen time zone and private channel, and recreate them after a host migration.
Why use it?
It keeps personal reminders separate from silent background monitoring, so changing one does not replace or alter the other.

Skill for Claude CodeCodex

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

Good fit It helps configure recurring reminders, such as daily or weekly messages in a chosen time zone and private channel, and recreate them after a host migration.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/vladick-pick/business-ontology/interaction-contract
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 Vladick-Pick/business-ontology --skill interaction-contract
Clone the repo
git clone --depth 1 https://github.com/Vladick-Pick/business-ontology

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 interaction-contract

README.md
[![agentmods](https://agentmods.dev/badge/skills/vladick-pick/business-ontology/interaction-contract/github.svg)](https://agentmods.dev/skills/vladick-pick/business-ontology/interaction-contract)
Your own site
<a href="https://agentmods.dev/skills/vladick-pick/business-ontology/interaction-contract"><img src="https://agentmods.dev/badge/skills/vladick-pick/business-ontology/interaction-contract/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 interaction-contract

Your own site · 80×15
<a href="https://agentmods.dev/skills/vladick-pick/business-ontology/interaction-contract"><img src="https://agentmods.dev/badge/skills/vladick-pick/business-ontology/interaction-contract.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 37 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,202 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.00037 $0.01202
Opus 5 $0.00018 $0.00601
Sonnet 5 $0.00007 $0.00240
Haiku 4.5 $0.00004 $0.00120

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

Security

Grade A, and why

interaction-contract 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/interaction-contract/SKILL.md · 126 lines

How it starts

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

Interaction contract

Purpose

Use this skill to configure one owner reminder independently from the silent system heartbeat. This is agent runtime configuration, not part of the company model.

When to use

Use this skill:

  • during Block C of first-session onboarding;
  • when the owner says "let's do weekly", "come every morning", or similar;
  • when a workspace is missing INTERACTION_CONTRACT.md;
  • after a host migration that requires cron jobs to be recreated.

Do not use propose-change for this. The interaction contract lives in the private agent workspace and changes by explicit owner instruction.

Controls

The two controls never substitute for each other:

  • the 2h heartbeat silently refreshes system health and has no delivery target;
  • one declaration-keyed cron reminds the owner only on the confirmed schedule.

Recommend a daily reminder at 09:00 in the owner's IANA timezone, in the owner-controlled Telegram DM, with a 22:00-09:00 quiet window. Weekly or another cadence is valid when the owner chooses it.

Procedure

  1. Keep the explicit per-agent 2h heartbeat unchanged.
  2. Read owner_reminder.setup_status from agent-state/managed-scheduling.json. In an owner-controlled interactive turn, needs-owner-question means this resident agent records one human_request with kind=setup, changes the status to awaiting-owner, and asks one question for cadence/time, IANA timezone, channel, quiet window, and language. Include one recommended complete answer and its consequence. Do not ask from heartbeat or another scheduled run, and do not repeat the question while the status is awaiting-owner or deferred.
  3. Accept the profile only from an owner-controlled channel. Correlate an exact reply before changing runtime state.
  4. Update agent-state/managed-scheduling.json and the human-readable INTERACTION_CONTRACT.md, set setup_status=configured, and clear requires_owner_confirmation. Store the confirmation message reference and timestamp, not the reply body.
  5. The resident agent itself converges the one declaration-keyed OpenClaw command cron using its host scheduling tool and adapters/openclaw/SCHEDULING.md. The package installer or host operator does not create this owner-specific job while that tool is available.
  6. Verify the actual cron and run one empty/non-empty reminder smoke.
  7. Reply with one mirror line.

Read the full file on GitHub · 126 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 · 126 lines · 37 tokens per session scan A f6d4e2b12d9c

Subscribe to this mod's changes

interaction-contract is a skill published in the GitHub repository Vladick-Pick/business-ontology (2 stars, last pushed 1mo ago), licensed MIT. It adds 37 tokens to every session and 1,202 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.