원클릭으로
counter-pitch
Draft thoughtful rebuttal email when classifier returns objection_with_counter
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Draft thoughtful rebuttal email when classifier returns objection_with_counter
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | counter-pitch |
| description | Draft thoughtful rebuttal email when classifier returns objection_with_counter |
When the reply-classifier (skills/email-automation/scripts/reply-classifier.py) labels an inbound message objection_with_counter — the prospect raised a concern but stayed engaged — Rick drafts a counter-pitch reply that:
--thread-id — the email_threads.thread_id we're replying to--objection-text — the actual objection text from the classified row--prospect-id — optional, looks up prior context if present--dry-run — print the draft without writing to diskJSON file at ~/rick-vault/mailbox/drafts/counter-pitch/<thread_id>-<ts>.json:
{
"draft_id": "cp_xxxxxx",
"thread_id": "...",
"subject": "Re: …",
"body": "…the drafted reply…",
"objection_class": "pricing|timing|fit|trust|other",
"case_study_cited": "newton.md or null",
"model": "claude-sonnet-4-6",
"created_at": "ISO timestamp"
}
RICK_COUNTERPITCH_AUTOSEND env — DECORATIVE in this skill (no send code path exists to gate). Reserved for a future sender daemon. Either value (0 or 1) writes drafts only.content_gen workflow budget cap if dispatched as a workflow.Maintain Rick's control plane: approvals, dependency gaps, scoreboard, and morning briefs. Use when Rick needs to rank work, ask the founder for something, summarize operating status, or keep the CEO loop coherent.
Production hardening patterns for AI agents running on OpenClaw. Adds destructive command safety (trash > rm), session rotation protocol, context window discipline, tool pre-flight checks, heartbeat batching with state-file gating, and memory trimming workflow. Battle-tested by Rick (meetrick.ai) over 30+ days of autonomous production operation. Use when setting up a new agent for production, auditing an existing deployment, or after experiencing context degradation, token waste, or operational drift.
Diagnose stuck agents, restart failed processes, manage tmux sessions, run health checks, and resolve common operational failures.
Connect to 100+ APIs (Google Workspace, Microsoft 365, GitHub, Notion, Slack, Airtable, HubSpot, etc.) with managed OAuth. Use this skill when users want to interact with external services. Security: The MATON_API_KEY authenticates with Maton.ai but grants NO access to third-party services by itself. Each service requires explicit OAuth authorization by the user through Maton's connect flow. Access is strictly scoped to connections the user has authorized. Provided by Maton (https://maton.ai).
Run long-lived AI coding agents (Codex, Claude Code) in persistent tmux sessions with Ralph retry loops and completion hooks. Use when running multi-step coding tasks, PRD-based workflows, or any programming agent that needs to survive restarts, retry on failure, and notify on completion.
Run long-lived AI coding agents (Codex CLI, Claude Code, Ralph loops) in persistent tmux sessions with completion hooks and automatic monitoring. Use when launching coding agents for multi-step tasks, managing background programming sessions, running Ralph loops with PRD validation, or needing coding work that survives process restarts.