PYROS — mission control and automation briefings

OPENCLAW / TASK BOARD
⟳ CONNECTING
--:--:--
TASK BOARD
MySQL live · drag to move · polls every 5s
syncing
TO DO0
IN PROGRESS0
REVIEW0
DONE0
CONTENT PIPELINE
MySQL live · drag to advance · polls every 8s
syncing
IDEA
SCRIPT
REVIEW
PUBLISHED
MEMORY BANK
MySQL persistent · full-text search · polls every 10s
syncing
CALENDAR
Tasks & cron jobs · MySQL backed · polls every 15s
syncing
SUN
MON
TUE
WED
THU
FRI
SAT
UPCOMING
CRON JOBS
DIGITAL OFFICE
Real-time from oc_agent_logs · polls every 3s · no placeholders
0 active0 busy0 idle0 error
syncing
⚡ LIVE AGENT LOG — real-time from MySQL oc_agent_logs
TEAM STRUCTURE
Agent hierarchy · live status from oc_agent_logs
🎯
OPENCLAW
LEAD ORCHESTRATOR
● ONLINE
Master agent · Coordinates all sub-agents · Routes tasks · Manages pipeline
COMMAND CENTER
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"
🧠 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.
Memories
Active Tasks
Agent Logs
Content Items
Web Results
Route: Browser → api.php → MySQL context → OpenRouter → Browser
DB: openclaw @ db5018653545.hosting-data.io
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.php What 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