Qordinate - Durable lists, facts, and reminders for OpenClaw agents.

SuspiciousAudited by ClawScan on May 10, 2026.

Overview

Qordinate is a coherent memory/productivity integration, but it gives the agent broad persistent access to Qordinate data, connected apps, and account-changing actions through one natural-language tool without clear scoping or confirmation controls.

Install only if you are comfortable giving OpenClaw broad access to your Qordinate account. Use a dedicated expiring API key, avoid storing secrets, confirm destructive or sharing actions manually, and periodically review saved memories, connected apps, reminders, and automations.

Findings (4)

Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.

What this means

The agent could make broad changes to Qordinate data or trigger connected-app workflows if it sends an overly broad or mistaken natural-language request.

Why it was flagged

A single natural-language tool is described as a full-power interface to the account. The same artifact lists create/read/update/delete documents, sharing documents, connected apps, and automations, but does not define confirmation or safety boundaries for high-impact actions.

Skill content
The agent talks to Qordinate's AI agent through a single powerful tool — `query_agent` ... can do everything a user interacting directly with Qordinate can do
Recommendation

Use only with explicit user confirmation for destructive, sharing, connected-app, or automation actions; prefer scoped prompts and review changes before applying them.

What this means

A compromised or misused agent session could expose or modify documents, contacts, tasks, and data from linked services under the user's Qordinate account.

Why it was flagged

The API key delegates broad account access, including connected apps. The artifacts do not describe scoped permissions, read-only modes, per-action consent, or limits on what connected services can be used.

Skill content
Auth Method | Bearer token — `Authorization: Bearer qk_YOUR_API_KEY` ... The agent has access to the user's documents, contacts, lists, web search, and all connected apps.
Recommendation

Create a dedicated, expiring API key where possible, limit connected apps, and revoke the key when no longer needed.

What this means

Incorrect, sensitive, or maliciously influenced information could be stored and later reused by the agent as trusted context.

Why it was flagged

The skill encourages persistent storage and reuse of agent context as authoritative memory. The artifacts do not describe retention limits, review controls, data minimization, or how poisoned or incorrect stored information should be corrected.

Skill content
Treat Qordinate as the source of truth ... Offload anything the user will care about later ... use `session_id` for related queries
Recommendation

Store only information the user intentionally wants retained, periodically review Qordinate memory, and avoid saving secrets or unverified instructions.

ConcernHigh Confidence
ASI10: Rogue Agents
What this means

Automations or reminders may continue acting after the original task, potentially causing repeated or unexpected effects.

Why it was flagged

The skill can create persistent scheduled or event-triggered behavior. This is disclosed and purpose-aligned, but the artifact does not specify lifecycle controls, review steps, or limits to prevent unintended ongoing actions.

Skill content
Set up automations that run on schedules or triggers ... Qordinate manages reminders and notifications over time
Recommendation

Require explicit confirmation before creating automations and regularly review, disable, or expire them.