## Asset Header - **Asset ID:** MePB-EL-SX-OpenClaw-v01 - **Version:** v01 - **Status:** Draft - **Owner:** Victor Heredia - **IntellBank:** IB-EL-EmpowerLabs - **Tipo:** MePB โ€” MetaPlaybook - **Propรณsito:** OpenClaw Playbook for Beginners - **รšltima actualizaciรณn:** 2026-04-11 --- type: Summary relevance: 4 tags: date: --- https://drive.google.com/file/d/1L9YKuJrk524pdBGF-RYwa_gpqCFzzdlp/view?usp=drive_link # OpenClaw Playbook for Beginners Your Personal AI Assistant Guide ### ๐ŸŽฏ What is [[OpenClaw]]? OpenClaw is your personal AI assistant that runs on your Mac Mini and connects to messaging apps like Telegram. Think of it as having Claude available 24/7 through your phone, able to help with research, content creation, automation, and more. ### ๐Ÿง  Understanding the Terminal (The Basics) What's Happening When You Run OpenClaw? The Gateway = The Brain When you run openclaw gateway , you're starting the "brain" of your AI assistant This process needs to stay running for your bot to work It listens for messages from Telegram and processes them with Claude AI The Terminal = The Control Panel The terminal shows you what's happening in real-time (logs) It's like watching the engine of your car while it runs You can see when messages come in, when errors happen, etc. Two Types of Terminal Windows You'll Use 1. Gateway Window (always running) This is where openclaw gateway runs Keep this window open and running You'll see logs scrolling by - that's normal! 2. Command Window (for sending commands) Open a second terminal for running commands Use this when you need to change settings or approve pairing codes You can close this after running commands ### ๐Ÿš€ Daily Operation Guide Starting Your Day with OpenClaw Step 1: Start the Gateway What you'll see: Keep this terminal window open! Minimize it if you want, but don't close it. Accessing OpenClaw Option 1: Through Telegram (Recommended for Mobile) Open Telegram on your phone Find your bot Just chat normally! Option 2: Through the Dashboard (For Configuration) This opens a web interface at http://localhost:18789 Stopping OpenClaw When you need to stop the gateway: 1. Go to the terminal running the gateway bash openclaw gateway ๐Ÿฆž OpenClaw 2026.2.6-3 โ€” [witty message] [gateway] listening on ws://127.0.0.1:18789 [telegram] [default] starting provider bash # In a NEW terminal window openclaw dashboard 2. Press Ctrl+C 3. Wait for it to shut down gracefully โš™๏ธ Essential Commands Reference Status & Monitoring Configuration Pairing New Devices Gateway Management bash # Check if gateway is running openclaw status # View recent logs openclaw logs # Follow logs in real-time openclaw logs --follow bash # View all configuration openclaw config get # View specific setting openclaw config get channels.telegram # Change a setting openclaw config set [path.to.setting] "value" bash # When you get a pairing code, approve it: openclaw pairing approve telegram [CODE] bash ๐ŸŽฎ Your Use Cases Setup 1. LinkedIn Automation & Content What OpenClaw Can Do: Draft LinkedIn posts based on your ideas Research trending topics in your industry Write comments on posts Generate content ideas from articles you share Analyze your network and suggest engagement strategies How to Use: Pro Tip: You can send URLs directly to the bot and ask it to analyze them! 2. AI News & Research What OpenClaw Can Do: Search for latest AI developments Summarize research papers Track specific companies or technologies # Start gateway (foreground - you see logs) openclaw gateway # Start gateway (background - runs in background) openclaw gateway start # Stop background gateway openclaw gateway stop # Restart gateway openclaw gateway restart You โ†’ Bot: "Help me write a LinkedIn post about [topic]" You โ†’ Bot: "Analyze this article and give me 3 key insights for a post: [URL]" You โ†’ Bot: "What are the trending AI topics I should post about this week?" Create daily/weekly AI news briefings Compare different AI tools or approaches How to Use: Setting Up Automated Briefings: You can ask the bot to create recurring tasks: 3. Running AI Experiments What OpenClaw Can Do: Help design experiments Generate test data Run code snippets Analyze results Document findings Create visualizations How to Use: Research Assistant Mode: You โ†’ Bot: "What are the latest AI news from the past week?" You โ†’ Bot: "Summarize this research paper for me: [URL]" You โ†’ Bot: "What are the key differences between [AI Tool A] and [AI Tool B]?" You โ†’ Bot: "Create a weekly AI news digest and send it to me every Monday" You โ†’ Bot: "Every Monday at 8am, send me a summary of the top 5 AI news stories from the past week" You โ†’ Bot: "Help me design an experiment to test [hypothesis]" You โ†’ Bot: "Generate 100 sample data points for testing [scenario]" You โ†’ Bot: "Write a Python script to analyze this data: [paste data]" You โ†’ Bot: "Create a markdown report documenting my experiment results" You โ†’ Bot: "I'm researching [topic]. Find me the top 5 papers, summarize each, and identify common themes" ### ๐Ÿ”ง Advanced Setup for Your Use Cases Enable Web Search (Essential for News & Research) OpenClaw should have web search enabled by default with Claude API, but verify: Now when you ask about current events or latest news, the bot will automatically search the web! ### Set Up Skills (Future Enhancement) OpenClaw has "skills" which are like apps for your bot. You can install skills for: LinkedIn automation Google Calendar integration Email management File organization And more! ๐Ÿ“ฑ Mobile Workflow (Your Typical Day) Morning: 1. Open Telegram on your phone 2. Message bot: "What are the top AI news stories today?" 3. Bot searches and summarizes for you During the Day: bash # Check if web search is available openclaw config get agents.defaults.tools bash # List available skills openclaw skills list # Install a skill openclaw skills install [skill-name] 1. See an interesting article on LinkedIn 2. Copy the link 3. Send to bot: "Analyze this article and suggest 3 LinkedIn post ideas: [URL]" 4. Bot gives you content ideas 5. Message bot: "Write the first one as a complete post" 6. Copy and post to LinkedIn! Evening: 7. Message bot: "What did I ask you today? Give me a summary" 8. Bot reminds you of all your interactions 9. Use insights for tomorrow's planning ### ๐Ÿšจ Troubleshooting Common Issues Bot Doesn't Respond "Billing Error" / "Out of Credits" Go to console.anthropic.com Add credits to your account ($10-20 recommended) No need to restart - should work immediately Telegram Shows "access not configured" bash #### Check if gateway is running openclaw status #### If not running, start it openclaw gateway bash #### You need to approve the pairing code openclaw pairing approve telegram [CODE] Changes Don't Apply Most config changes need a gateway restart: Can't Access Dashboard Make sure gateway is running, then: ### ๐Ÿ’ก Pro Tips for Power Users 1. **Keep the Gateway Running 24/7** Instead of starting manually each time: 2. **Create Shortcuts for Common Tasks** Save messages as templates in Telegram: "Daily AI brief" "LinkedIn post about [topic]" "Research summary for [subject]" 3. Use Context in Conversations OpenClaw remembers your conversation, so you can: bash **Stop (Ctrl+C in gateway terminal)** **Then start again:** openclaw gateway bash openclaw dashboard bash #### Start in background openclaw gateway start #### It will restart automatically if it crashes 4. File Handling You can send files to the bot: PDF documents for summarization Images for analysis Data files for processing 5. Multi-Step Tasks The bot will work through each step! ๐Ÿ“Š Monitoring API Costs OpenClaw uses Claude API, which charges per token. Here's how to monitor: 1. Check Your Usage: Go to console.anthropic.com View "Usage" or "Billing" dashboard See how many credits you've used 2. Typical Costs: Simple questions: $0.01 - $0.05 Web research with summarization: $0.10 - $0.50 Complex multi-step tasks: $0.50 - $2.00 Daily heavy usage: $5-15/day 3. Cost Control Tips: You: "Find info about GPT-5" Bot: [provides info] You: "Now compare it to Claude 4" Bot: [compares, remembering previous context] You: "Write a LinkedIn post about this comparison" You: "I need to write a blog post about AI agents. Step 1: Research the top 5 AI agent platforms Step 2: Compare their features Step 3: Write a 1000-word article Step 4: Create 3 LinkedIn posts to promote it" Be specific in your questions (reduces back-and-forth) Use web search only when needed for current info For experimentation, use shorter conversations ๐ŸŽ“ Learning Resources OpenClaw Documentation Main docs: https://docs.openclaw.ai Telegram guide: https://docs.openclaw.ai/channels/telegram Skills registry: https://smithery.ai (find pre-built skills) Getting Help 1. Check logs first: openclaw logs 2. Search GitHub issues: https://github.com/openclaw/openclaw/issues 3. Community Discord (check OpenClaw GitHub for invite) ๏ธYour Specific Setup Checklist OpenClaw installed Anthropic API configured with credits Telegram bot created and connected Pairing approved for your Telegram account Gateway running successfully Test web search capability Create daily AI news automation Set up LinkedIn content workflow Install additional skills (optional) Configure auto-start on Mac boot (optional) ๐Ÿšฆ Quick Start Commands Cheat Sheet bash ๐Ÿ“ž Quick Help Gateway won't start? Forgot your dashboard URL? Want to reset everything? # Start OpenClaw openclaw gateway # Open dashboard (new terminal) openclaw dashboard # Check status openclaw status # View logs openclaw logs --follow # Approve pairing openclaw pairing approve telegram [CODE] # Stop OpenClaw # (Go to gateway terminal, press Ctrl+C) bash openclaw doctor --fix openclaw gateway bash openclaw dashboard bash # Backup first! cp -r ~/.openclaw ~/.openclaw-backup # Then re-run setup openclaw setup ๐ŸŽฏ Next Steps for You 1. Today: Get comfortable chatting with your bot in Telegram 2. This Week: Set up your first automated AI news briefing 3. This Month: Create a LinkedIn content workflow 4. Ongoing: Experiment with different AI research tasks ๐Ÿ’ช Remember The gateway must be running for your bot to work Keep one terminal open with the gateway running Use a second terminal for commands when needed The bot remembers your conversation context Web search is automatic when you ask about current events You can send files directly to the bot for analysis You're all set! Start by sending a simple message to your Telegram bot and explore from there. Have fun experimenting! ๐Ÿš€ Last updated: February 8, 2026 Created for: Victor - Multi-business entrepreneur using AI for research, LinkedIn, and experimentation