OpenClaw AGENTS.md template for automated sales call prep

A Reddit post on r/openclaw provides a specific AGENTS.md instruction for OpenClaw that automates lead research before sales calls.
Key Details
The source material contains this exact instruction to add to an OpenClaw AGENTS.md file:
"Before every sales call, investigate the lead. Identify their company, approximate revenue, team size, tech stack, and three likely pain points. Send a short briefing to my Telegram 10 minutes before the meeting."
The user who submitted this instruction describes their experience:
- Before implementing this approach, they showed up to calls with no context and wasted the first 10-15 minutes figuring out basic information about the lead.
- After adding this instruction to their AGENTS.md, prospects assume they've spent serious time researching their business.
- In reality, the preparation happens automatically through OpenClaw.
- Now they enter calls already aware of the lead's situation, their tools, and the problems they're probably trying to solve.
- Conversations get straight to the point without the initial discovery phase.
The instruction specifies five specific data points to investigate: company, approximate revenue, team size, tech stack, and three likely pain points. It also specifies the delivery method (Telegram) and timing (10 minutes before the meeting).
📖 Read the full source: r/openclaw
👀 See Also

Claude CLI v2.1.154 Breaks Local vLLM — One-Line Patch Fixes It
Claude CLI ≥2.1.154 adds three new API roles (ctx, msg, system) that break local vLLM compatibility. A one-line patch to vLLM's Anthropic protocol restores it.

Building a Developer Portfolio with Claude Code: A Junior Dev's Workflow and Lessons Learned
A 21-year-old junior MERN stack dev shares how he built nidhil.live using Claude Code, emphasizing the importance of specific prompting and understanding generated code instead of blind copy-pasting.

Eight Prompting Techniques That Improve Claude Output Quality
A Reddit user shares eight specific prompting techniques that consistently improved their Claude output quality, including commands like "Think through every layer before answering" and "Find the 20% of actions that drive 80% of results."

3 weeks of OpenClaw: token costs, loops, and compaction — lessons from the trenches
After burning tokens on heartbeat checks with Opus, fighting agent loops, and losing context to compaction, a Reddit user shares the hard-won fixes: use cheaper models for trivial tasks, write anti-loop rules, and save decision logs.