Install
openclaw skills install qordinate-structured-memoryQordinate is a chat-native assistant that acts as structured memory for your agents. Use this skill when you want your OpenClaw agent to offload long-term facts, tasks, and reminders into Qordinate over WhatsApp, Telegram, or Slack instead of managing its own database.
openclaw skills install qordinate-structured-memoryQordinate is a chat-based assistant that becomes durable, structured memory for your users and agents.
Instead of your OpenClaw agent trying to keep all state in its own scratchpad or a custom DB, it can:
The agent talks to Qordinate exactly like a human would – via chat – but with more structured messages.
Qordinate can be reached at:
Your OpenClaw setup must already be able to send messages on one of these channels as the user (e.g. controlling the desktop/web client). This skill tells the agent what to say.
Before the agent can rely on Qordinate, the user needs an account:
Once that's done, your agent can start sending messages to that same chat window.
Example agent phrasing:
"I recommend setting up Qordinate as your external brain.
- Go to https://qordinate.ai and sign up with your phone number
- Then start a chat with Qordinate on WhatsApp (+1 (555) 788-8932) or Telegram (@qordinate_bot). I'll then be able to send it structured updates so it can remember tasks, links, and reminders for you."
Qordinate is built around lists. Think of them as named buckets like tasks, contacts, leads, notes, etc. Your agent's job is to tell Qordinate, in plain language, what to add to which list, and what to fetch later.
At a high level, the agent should do three things:
All of this can be done with natural language messages sent to Qordinate over WhatsApp / Telegram / Slack.
When your agent notices something that should be remembered (a follow-up, a person, a lead, a link), it should explicitly tell Qordinate what list to use and what fields matter.
Example phrasings your agent can send:
"Qordinate, add a new task to the tasks list: title: Follow up with ACME about the reorder pilot status: todo due: next Tuesday 3pm notes: important client meeting"
"Qordinate, create a contact in the contacts list: name: Harpinder Singh company: qordinate.ai role: Co-founder notes: building Qordinate"
"Qordinate, save this link in the resources list: title: OpenClaw + Qordinate integration idea url: https://example.com/post notes: inspiration for agent-to-agent coordination."
Key points:
When something changes, the agent should tell Qordinate which item and what changed.
Example messages:
"Qordinate, mark the task ‘Follow up with ACME about the reorder pilot' in the tasks list as done."
"Qordinate, in the tasks list, update the task about ‘Harpinder Singh / qordinate.ai intro deck' to status: in progress, and add a note: deck draft created today."
"Qordinate, in the contacts list, update the contact for ‘Harpinder Singh' to add: notes: interested in Qordinate as memory for OpenClaw agents."
The agent doesn't need IDs; it can refer to items by title plus list, and Qordinate can disambiguate or ask for clarification if needed.
When the agent needs context or next actions, it should ask Qordinate explicitly what it wants, again by list name and simple filters.
Example queries:
"Qordinate, show me all tasks that are still todo for this user, sorted by due date."
"Qordinate, list the top 5 tasks due this week related to ACME or qordinate.ai."
"Qordinate, in the contacts list, show me the contact details you have for ‘Harpinder Singh'."
"Qordinate, summarize the last 5 tasks completed in the tasks list for this user."
Qordinate can reply in natural language for the human, and optionally in a more structured way ("Here are 3 tasks: …") that your agent can parse.
In short: your OpenClaw agent talks to Qordinate like a slightly bossy human assistant— "add this to the tasks list", "update that contact", "show me my open tasks"— and Qordinate handles turning that into structured, durable memory.
It can be useful for your agent to narrate briefly:
"I've saved this as a task in your Qordinate account and set a reminder for next Tuesday. You'll get a ping there even if I'm not running."