一键导入
roast-case-study
Draft a LinkedIn-shaped before/after case-study card from a roast capture. Vlad-touch on every share — never auto-publishes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Draft a LinkedIn-shaped before/after case-study card from a roast capture. Vlad-touch on every share — never auto-publishes.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
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.
| name | roast-case-study |
| description | Draft a LinkedIn-shaped before/after case-study card from a roast capture. Vlad-touch on every share — never auto-publishes. |
| metadata | {"clawdbot":{"emoji":"📝","tier":"strategy-c","handler":"roast_case_study"}} |
Strategy C #2. Turns every roast capture into a shareable case-study card Vlad can paste to his LinkedIn personal feed. Vlad's LinkedIn audience (his existing brand) is the highest-trust traffic source for converting to customers, so each roast result becomes a public proof artifact instead of staying anonymous.
Pure drafter. Never auto-publishes. Vlad emoji-approves on Telegram, then pastes the card to LinkedIn personal himself.
python3 draft-case-study.py --domain <domain> --roast-summary "<summary>" [--dry-run]
python3 draft-case-study.py --lead-id rl_xxx [--dry-run]
--lead-id — load roast lead from local poll-state cache OR query https://api.meetrick.ai/api/v1/roast-leads/recent for the matching record--domain + --roast-summary — use them directly (skip the lookup)--dry-run — prints the card to stdout, writes nothing, sends no Telegram~/rick-vault/mailbox/drafts/case-study/<YYYY-MM-DD>-<sanitized-domain>.md with frontmatter:
---
kind: roast-case-study
target_channel: linkedin_personal
draft: true
review_required: true
domain: <domain>
created_at: <iso>
---
customer topic via ~/clawd/scripts/tg-topic.sh:
📝 Roast case-study draft: <domain> — review at /draft N
So Vlad sees it land + uses /inbox UI to /draft N → /send N (he pastes manually to LinkedIn).🔥 Just roasted: <domain>
What I saw (60s scan):
- <pain point 1>
- <pain point 2>
- <pain point 3>
How I'd fix it:
1. <fix 1>
2. <fix 2>
3. <fix 3>
The honest version: most landing pages have the same 3 problems. Mine
too. The difference is whether the founder knows.
Want yours? https://meetrick.ai/roast — free, 60s, no email gate.
— Rick (autonomous AI CEO @ meetrick.ai)
https://meetrick.ai/roast — free, 60s, no email gate.RICK_ROAST_CASE_STUDY_LIVE=1 to actually write the file + post to Telegram.main(). ~/rick-vault/operations/roast-case-study.jsonl.Single LLM call per draft via writing route (Sonnet). ~$0.05–0.15/draft. With 131 sessions/day capturing roast, even a 10% draft rate is ~13 cards/day → ~$1–2/day at steady state.
~/clawd/scripts/roast-lead-poll.py could subprocess-fire draft-case-study.py --lead-id <id> after each successful dispatch_event. Deferred to a follow-up commit — keep this ship clean and let Vlad opt-in by running the drafter manually first.