oc-outreach

oc-outreach is a command for Claude Code from TheophilusChinomona/claude-openclaw-plugin. It costs 10 tokens per session (1,299 once invoked), scanned A, original, MIT.

A command for creating and managing an outreach agent, meaning a workspace assistant for researching prospects and handling cold-email workflows.

In plain words
What is it for?
Use it to scaffold an outreach workspace, configure the sender and business details, and prepare a research-first cold-email pipeline.
Why use it?
It sets up the workspace structure, configuration, writing standards, and protections needed before outreach work begins.

Command for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: mentions CLAUDE.md; mentions AGENTS.md; built for openclaw.

Part of the openclaw plugin — 31 skills, 22 commands, 4 agents, 3 hooks shipped together

Good fit Use it to scaffold an outreach workspace, configure the sender and business details, and prepare a research-first cold-email pipeline.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/theophiluschinomona/claude-openclaw-plugin/oc-outreach
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.

Clone the repo
git clone --depth 1 https://github.com/TheophilusChinomona/claude-openclaw-plugin

Made for: Claude Code.

Or install openclaw, the plugin that ships this one along with the rest of its 31 skills, 22 commands, 4 agents, 3 hooks.

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 oc-outreach

README.md
[![agentmods](https://agentmods.dev/badge/commands/theophiluschinomona/claude-openclaw-plugin/oc-outreach/github.svg)](https://agentmods.dev/commands/theophiluschinomona/claude-openclaw-plugin/oc-outreach)
Your own site
<a href="https://agentmods.dev/commands/theophiluschinomona/claude-openclaw-plugin/oc-outreach"><img src="https://agentmods.dev/badge/commands/theophiluschinomona/claude-openclaw-plugin/oc-outreach/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 oc-outreach

Your own site · 80×15
<a href="https://agentmods.dev/commands/theophiluschinomona/claude-openclaw-plugin/oc-outreach"><img src="https://agentmods.dev/badge/commands/theophiluschinomona/claude-openclaw-plugin/oc-outreach.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 10 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,299 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.00010 $0.01299
Opus 5 $0.00005 $0.00649
Sonnet 5 $0.00002 $0.00260
Haiku 4.5 $0.00001 $0.00130

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

Security

Grade A, and why

oc-outreach 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.

plugins/openclaw/commands/oc-outreach.md · 127 lines

How it starts

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

/oc-outreach Command

Scaffold and manage a research-first outreach agent with cold email pipeline, human voice standard, and prompt injection protection.

Subcommands

setup — Interactive Scaffolding

Scaffold a complete outreach agent workspace under team/outreach/.

Steps
  1. Detect workspace root. Look for .openclaw/workspace-state.json or CLAUDE.md in the current directory and parent directories. If not found, ask the user for the workspace path.

  2. Check prerequisites:

    • team/ directory exists (create if missing after confirming)
    • skills/imap-smtp-email/ exists in workspace (warn if missing — outreach will work for everything except actual email sending)
  3. Collect configuration values interactively. Ask the user for each value, showing the default in parentheses:

    • BUSINESS_NAME — Business domain/name for sign-offs (e.g. "theochinomona.tech")
    • BD_PERSON_NAME — Name the outreach agent signs emails as (e.g. "Zach")
    • BD_TITLE — Title in email sign-off (default: "Business Development")
    • OWNER_NAME — Workspace owner's first name (e.g. "Theo")
    • OWNER_TIMEZONE — Owner's timezone (e.g. "SAST (UTC+2)")
    • SENDER_EMAIL — Email address to send from (e.g. "[email protected]")
    • DISPLAY_NAME — Display name on sent emails (e.g. "John Smith")
    • EMAIL_SKILL_PATH — Auto-detect from workspace, confirm with user
  4. Read all templates from skills/openclaw-outreach-setup/references/file-templates.md in the plugin directory.

  5. Create the full directory structure:

    team/outreach/
    team/outreach/memory/
    team/outreach/pipeline/
    team/outreach/pipeline/templates/
    team/outreach/pipeline/prospects/
    team/outreach/skills/cold-outreach/
    team/outreach/skills/client-discovery/
    team/outreach/skills/proposal-writing/
    
  6. Generate each file from templates with all {{PLACEHOLDER}} values replaced with the collected config values. Also replace {{WORKSPACE_ROOT}} with the detected workspace root path and {{EMAIL_SKILL_PATH}} with the email skill path.

Read the full file on GitHub · 127 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 · 127 lines · 10 tokens per session scan A 28ede22814f2

Subscribe to this mod's changes

oc-outreach is a command published in the GitHub repository TheophilusChinomona/claude-openclaw-plugin (2 stars, last pushed 5mo ago), licensed MIT. It adds 10 tokens to every session and 1,299 once invoked, about $0.0001 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.