Ready-to-Use Prompts
Copy-paste these prompts into your OpenClaw chat to get instant results. Each prompt is battle-tested and optimized for the best output.
💡 Tip: Replace [bracketed text] with your specific values before sending.
📊 Dashboard Building
Create a Real-Time Status Dashboard
Build me a Next.js dashboard that connects to the OpenClaw Gateway at localhost:18789. Show: agent status (running/stopped), active sessions count, connected channels with health indicators, and a live log tail. Use a dark theme with navy background (#0a0e17) and blue accents (#00a1ff). Make it auto-refresh every 5 seconds.
Screenshot Dashboard & Analyze
Take a screenshot of the OpenClaw Control UI at http://127.0.0.1:18789/ and analyze it. Tell me: how many active sessions are there, which channels are connected, and what was the last agent action. Suggest improvements to my setup.
Build Analytics Widget
Create a React component that shows OpenClaw usage analytics: messages per day (bar chart), response times (line chart), and top channels by message volume (pie chart). Use Tailwind CSS for styling. Make it work with mock data and add comments where real API calls should go.
🛠️ Skill Management
Audit Installed Skills
List all skills in my workspace/skills/ directory. For each one, read its SKILL.md or README.md and give me a summary table: skill name, what it does, last modified date, and whether it looks actively maintained. Flag any that might have issues.
Create a Custom Skill
Create a new OpenClaw skill called "daily-digest" that: 1) Checks my email for unread messages, 2) Checks my calendar for today's events, 3) Checks weather for my location, 4) Compiles everything into a friendly morning briefing message. Put it in workspace/skills/daily-digest/ with a proper SKILL.md.
Skill Performance Check
Run each of my installed skills' health checks. For any that fail, diagnose the issue and suggest fixes. Give me a traffic-light summary: 🟢 healthy, 🟡 warning, 🔴 failing.
🌐 Web & Browser Automation
Scrape and Organize Data
Go to [target website] and extract all product listings. For each product, get: name, price, rating, and URL. Save the results as a JSON file at workspace/data/products.json and also create a summary markdown table.
Monitor Website Changes
Set up a monitoring workflow: every 6 hours, screenshot [target website] and compare with the previous screenshot. If significant changes are detected, send me a Telegram message with the before/after screenshots and a summary of what changed.
Fill and Submit Forms
Navigate to [form URL], fill in the following fields: [field1: value1, field2: value2, ...]. Take a screenshot before submitting for review. If the form has a captcha, pause and notify me. Submit when I confirm.
📈 Trading & Finance
Market Overview Dashboard
Check the current prices for BTC, ETH, SOL, and AVAX. Also check the S&P 500 and NASDAQ. Give me a clean dashboard-style summary with 24h change percentages, and highlight anything that moved more than 5%. Include a brief market sentiment summary.
Portfolio Tracker
I hold the following positions: [list positions]. Calculate current total value, 24h P&L, and unrealized gains/losses for each position. Present as a clean table and suggest any rebalancing needed based on my original allocation targets.
🔧 System & DevOps
System Health Check
Run a comprehensive health check on this machine: disk usage, memory, CPU load, running services, open ports, SSL certificate expiry dates, and systemd service status for all my apps. Present as a dashboard-style report with traffic lights.
Setup Reverse Proxy
I need to set up Caddy as a reverse proxy for my OpenClaw dashboard running on port 3011. The domain is openclawdashboard.com. Generate the Caddyfile entry with automatic HTTPS, proper headers, and websocket support. Also create the systemd service file.
Backup Automation
Create a backup script that: 1) Backs up ~/.openclaw/ (excluding node_modules and .next), 2) Compresses with timestamp, 3) Keeps last 7 backups, 4) Optionally uploads to [S3/B2/remote]. Add it as a cron job running daily at 3 AM.
📝 Content & SEO
SEO Audit
Crawl my website at [URL] and perform an SEO audit. Check: meta tags, Open Graph, structured data, sitemap.xml, robots.txt, page speed indicators, mobile responsiveness, broken links, and image alt texts. Give me a prioritized list of fixes.
Content Generation Pipeline
Research the topic "[topic]" thoroughly. Write a 2000-word article optimized for SEO with: compelling title, meta description, proper heading structure (H1-H3), internal links to my other guides, and a FAQ section. Target keywords: [keywords]. Save to workspace/content/.