Pocket AI Integration

ReviewAudited by ClawScan on May 10, 2026.

Overview

The skill is mostly purpose-aligned, but it should be reviewed because it accesses all Pocket AI recordings and includes misleading privacy claims plus unclear instructions for sharing meeting insights with other agents or channels.

Install only if you trust Pocket AI and want your agent to access all recording transcripts, action items, and profile insights. Treat the integration as cloud-backed, keep the API key protected, and do not enable channel posting or heartbeat checks unless you have explicit approval and redaction rules.

Findings (5)

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

Anyone or any agent process using the skill with this key can search, list, and retrieve Pocket AI recording data available to that account.

Why it was flagged

The helper reads a local Pocket AI API key and uses it as a bearer token. This is expected for the integration, but it grants account-level access to recordings through the Pocket AI API.

Skill content
key_path = Path.home() / ".config" / "pocket-ai" / "api_key" ... "Authorization": f"Bearer {self.api_key}"
Recommendation

Use the least-privileged Pocket AI key available, keep the file permissions restrictive, and revoke/rotate the key if the OpenClaw environment is shared or compromised.

What this means

Search results may reveal private conversations, inferred priorities, mental-state or profile insights, and meeting details to the agent context.

Why it was flagged

The skill is explicitly designed to retrieve broad transcript memories and AI-built profile context from all recordings, which can include sensitive business, legal, personal, and relationship information.

Skill content
Search across ALL recordings ... `userProfile.dynamicContext[]` — AI-built insights from all recordings ... `relevantMemories[]` — Matching transcripts, action items, meeting sections
Recommendation

Only install if you want the agent to access this full recording corpus; avoid using it in shared sessions and review outputs before copying them into other tools.

What this means

Sensitive meeting content or business decisions could be sent to other people, channels, or agents without clear confirmation.

Why it was flagged

The skill tells an agent to share meeting-derived decisions and critical discussion alerts into a channel, but it does not define approval, redaction, audience, or permission boundaries.

Skill content
Operations Channel
- Post important decisions to #operations
- Alert on critical discussions (team changes, financial decisions)
Recommendation

Require explicit user approval before posting any recording-derived content, restrict which channels can receive summaries, and redact names, legal, financial, or personnel details by default.

What this means

A user may install the skill believing recording data and queries remain local when the integration depends on a cloud service.

Why it was flagged

The privacy section makes a local-only style claim while also acknowledging cloud storage; the code and SKILL.md use the external `public.heypocketai.com` API. This can mislead users about the actual data flow.

Skill content
- API key stays on your local machine
- No data leaves your infrastructure
- Pocket AI stores data on US servers
Recommendation

Treat the integration as cloud-backed, not local-only. The publisher should clarify what data is sent to Pocket AI, what is already stored there, and whether any third parties receive transcript or query data.

NoteHigh Confidence
ASI10: Rogue Agents
What this means

If enabled, the agent may periodically query Pocket AI and surface meeting-derived action items without a direct user prompt each time.

Why it was flagged

The heartbeat guidance is optional and disclosed, but it encourages recurring autonomous checks against sensitive recording-derived data.

Skill content
During heartbeats, optionally check for new action items
Recommendation

Enable heartbeat checks only if desired, limit what they retrieve, and make recurring summaries visible and easy to disable.