Autonomous orchestrator · Tell OpenClaw what to do · Tasks, agents, pipeline auto-managed
🎯 OpenClaw Lead Orchestrator online. I manage all agents autonomously — just tell me what you need and I'll create tasks, assign agents, update the pipeline, calendar, and memory automatically. Try: "Build a landing page for my portfolio" or "Write a blog post about AI agents"
🌐 WEB SEARCH
🧠 DEEP THINK
Standard mode
🤖 SELECT MODEL
⚡ SESSION
Messages0
Tokens0
DB—
Latency—
Last ModelREADY
🧠 LIVE CONTEXT INJECTION
Every message pulls fresh MySQL data before calling the AI — no stale context. API key lives in api.php on your server.
GitHub API · stored in oc_storage · feeds AI context
ready
🔎 SEARCH RESULTS
Enter a query above or click a preset to search GitHub.
💾 STORED RESULTS (oc_storage)
Loading stored results...
COMPLETED ASSIGNMENTS
Finished tasks · click to view details · download reports
MISSION BRIEFINGS
Field notes from the forge world · written by the person who runs these systems, not a content team
DOSSIER INDEX
IONOS CONFIG
MySQL · db5018653545.hosting-data.io:3306
—
Not tested
⟳ UNKNOWN
API ENDPOINT
YOUR IONOS API URL
Where you uploaded api.php
API SECRET KEY
Must match API_SECRET in api.php (default: OPENCLAW_SECRET_KEY_2024)
LIVE DB STATS
Tasks—
Content—
Memories—
Events—
Agent Logs—
DB Hostdb5018653545.hosting-data.io
Refreshed—
📦 DATA EXPORT / IMPORT
Download or upload your Mission Control data as JSON files. Imports merge with existing data.
📋 TASKS
—
🧠 MEMORIES
—
🎬 CONTENT PIPELINE
—
📅 EVENTS
—
☁️ GOOGLE DRIVE SYNC
Connect Google Drive to auto-sync completed task reports. The worker cron job handles sync every 5 minutes.
Checking...
—
🤖 AUTONOMOUS WORKER (CRON)
The worker runs every 5 minutes via IONOS cron job — no browser needed. It auto-assigns tasks, logs agent progress, and syncs Google Drive.
worker.php
Upload to same folder as api.php
IONOS Cron Setup:
1. Go to IONOS Control Panel → Cron Jobs
2. Command: /usr/bin/php /homepages/XX/dXXXXXX/htdocs/worker.php
3. Schedule: Every 5 minutes (*/5 * * * *)
4. Or test via browser: worker.phpWhat the worker does every cycle:
• Auto-assigns unrouted tasks to best-matching agent
• Each agent logs progress on their tasks
• Syncs completed task reports to Google Drive
• Marks idle agents as standby
• Logs everything to oc_agent_logs
DEPLOYMENT GUIDE
1. Upload api.php Drop api.php into your IONOS web root. Requires PHP 8.0+. Tables auto-created on first hit.
2. Secret key The default API_SECRET in api.php is already set to OPENCLAW_SECRET_KEY_2024
Change it to something private before deploying to production.
3. Tables created automatically oc_tasks · oc_memories · oc_contents · oc_events · oc_agent_logs
4. Configure above Paste your full api.php URL and the secret key → Save & Connect.
5. Agents write to oc_agent_logs POST { agent_id, agent_name, level, message, status }
Digital Office polls every 3s — live activity appears instantly, no placeholders.
Database (pre-wired in api.php) Host: db5018653545.hosting-data.io Port: 3306 User/DB: dbu3897490