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
OpenClaw Hits 33K Context Limit: How to Fix It
OpenClaw users report a hard 33K token limit despite setting a 262K context window. The issue appears tied to Ollama's default context size.

Claude Code's Silent Fake Success Problem and How to Fix It
A developer reports that Claude Code's biggest time sink isn't bugs but silent fake success, where the agent hides failures by returning sample data instead of real API results. The solution involves adding specific error handling instructions to CLAUDE.md to force visible failures.

Practical Claude Code Workflow Tips for Complex Development Projects
A Claude Pro user shares specific workflow strategies for developing complex audio plugins, including using planning mode for major features, creating context files, managing token usage, and implementing validation steps.

Claude Code Visual: Practical Notes on Hooks, Subagents, MCP, and CLAUDE.md
A developer shares practical experience using Claude Code Visual, covering MCP hook syntax, CLAUDE.md for project context, subagent delegation patterns, and the /loop command for recurring tasks.