canada-memo

canada-memo is a skill for Claude Code, Codex from ThomasMoreAI/legal-skills-open. It costs 66 tokens per session (833 once invoked), scanned A, original, Apache-2.0.

A legal case-assessment workflow for Ontario personal-injury claims, which are cases involving physical or psychological harm. It uses a collection of real Ontario court decisions to produce a structured memo.

In plain words
What is it for?
Use it to assess Ontario injury situations such as falls, vehicle collisions, or accidents involving children, and return the resulting memo unchanged.
Why use it?
It gives lawyers a prepared assessment when a message begins with “Canada,” without requiring preliminary questions or manual searching through the case collection.

Skill for Claude CodeCodex

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

Good fit Use it to assess Ontario injury situations such as falls, vehicle collisions, or accidents involving children, and return the resulting memo unchanged.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/thomasmoreai/legal-skills-open/canada-memo
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 ThomasMoreAI/legal-skills-open --skill canada-memo
Clone the repo
git clone --depth 1 https://github.com/ThomasMoreAI/legal-skills-open

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 canada-memo

README.md
[![agentmods](https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/canada-memo/github.svg)](https://agentmods.dev/skills/thomasmoreai/legal-skills-open/canada-memo)
Your own site
<a href="https://agentmods.dev/skills/thomasmoreai/legal-skills-open/canada-memo"><img src="https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/canada-memo/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 canada-memo

Your own site · 80×15
<a href="https://agentmods.dev/skills/thomasmoreai/legal-skills-open/canada-memo"><img src="https://agentmods.dev/badge/skills/thomasmoreai/legal-skills-open/canada-memo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 66 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 833 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.00066 $0.00833
Opus 5 $0.00033 $0.00417
Sonnet 5 $0.00013 $0.00167
Haiku 4.5 $0.00007 $0.00083

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

Security

Grade A, and why

canada-memo 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 12d 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.

ca/personal-injury/skills/canada-memo/SKILL.md · 94 lines

How it starts

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

canada-memo

The case_stressor pipeline produces a structured PI Case Assessment Memo backed by 340 real Ontario PI decisions. This skill is the agent's hook into that pipeline.

Trigger

Use this skill whenever the user's message starts with the word "Canada" / "canada" / "CANADA" (any case), with or without a comma after.

Examples that trigger:

  • Canada, my child was playing soccer outside Target and got hurt
  • canada slip and fall on icy sidewalk in Toronto
  • CANADA: 55yo woman rear-ended on highway, soft tissue, treatment gap
  • Canada — bicyclist hit by SUV in Ottawa

How to call

Strip the leading Canada (and any leading punctuation/whitespace) to get the fact pattern, then call:

from openclaw.skills.canada_memo.client import generate_memo
memo_text = generate_memo(facts)

Or via shell from within the OpenClaw harness:

cd ~/Specter && python3 -m openclaw.skills.canada_memo.client \
    "my child was playing soccer outside Target and got hurt"

The function returns a single markdown string. Print it verbatim as the WhatsApp reply — do not summarize, do not paraphrase, do not add headers. The memo already contains its own structure (PI CASE ASSESSMENT MEMO …).

What NOT to do

  • Do not ask clarifying questions before running the memo. The corpus is fact-pattern-indexed; a thin query still returns useful comparables. The memo itself flags "facts not provided" gaps inside the WEAKEST POINTS section — let the memo do the asking.
  • Do not call harvester_query.search for Canadian queries that match this trigger — that would route to the small Canada vector slice without running the full memo (stats + Claude analysis + 3 key precedents).
  • Do not invent precedents. Everything the memo cites comes from real CanLII data already in case_stressor/chroma_db.

After the memo

The memo ends with:

TYPE "what if [changed fact]?" TO STRESS-TEST YOUR CASE

If the user's NEXT message starts with what if, route to the /canada/whatif endpoint with the prior facts as original_facts and the new message as modified_facts. (Future enhancement — for now the agent can re-run the baseline memo with adjusted filters.)

Read the full file on GitHub · 94 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. 12d ago First seen · 94 lines · 66 tokens per session scan A 9f2bc1ab1563

Subscribe to this mod's changes

canada-memo is a skill published in the GitHub repository ThomasMoreAI/legal-skills-open (72 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 66 tokens to every session and 833 once invoked, about $0.0003 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.