← Back to Skills Marketplace
Pocket AI Integration
by
asabovetech
· GitHub ↗
· v1.0.1
798
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install pocket-ai
Description
Transcribe, index, and semantically search all voice recordings, extracting action items and meeting insights for comprehensive conversation intelligence.
Usage Guidance
Before installing: (1) Verify provenance — confirm the author's repo/homepage and that https://public.heypocketai.com and related domains are legitimate and match the Pocket AI product you expect. (2) Understand and control the API key: the skill reads ~/.config/pocket-ai/api_key (this was not declared in registry metadata) — keep a dedicated, least-privilege key for this integration and inspect file contents. (3) Audit the included code (pocket_api.py and search.sh) yourself — they make HTTP calls and will send transcripts/searches to the remote API. (4) Consider information flow: the docs encourage posting decisions/action-items to channels and integrating with agent heartbeats; ensure those downstream channels/systems are safe for meeting content. (5) If unsure, test in a sandboxed environment or review network traffic (or create a throwaway API key) before connecting sensitive recordings.
Capability Analysis
Type: OpenClaw Skill
Name: pocket-ai
Version: 1.0.1
The skill bundle provides legitimate integration with the Pocket AI service. However, the `search.sh` helper script contains a shell injection vulnerability. It directly inserts user-provided input (`$1` or `$QUERY`) into the `curl -d` argument without proper JSON or shell escaping, which could allow for arbitrary `curl` argument injection or command execution if a malicious string is passed as a query. All network communication is directed to the documented `public.heypocketai.com` endpoint, and there is no evidence of intentional data exfiltration or malicious prompt injection against the AI agent.
Capability Assessment
Purpose & Capability
The skill's purpose (transcribe/index/search Pocket AI recordings) matches the code and SKILL.md: pocket_api.py and search.sh call a remote API (https://public.heypocketai.com). However the registry metadata declares no required credentials or config paths while SKILL.md, README.md, and the code all expect a local API key stored at ~/.config/pocket-ai/api_key. The manifest also references external sites (asabove.tech, github repo) and the API uses heypocket*/pocket-ai domains — inconsistent provenance information.
Instruction Scope
Runtime instructions explicitly tell the agent to read a local file (~/.config/pocket-ai/api_key) and to send search queries to the Pocket AI API. The instructions also recommend posting decisions/action-items into channels (e.g., #operations) and integrating with agent heartbeats and scheduling; those integrations could cause sensitive meeting content to be forwarded to other systems. The skill does not instruct broad system reads beyond the API key file.
Install Mechanism
No install spec is present (instruction + small code files). No external downloads or install scripts are invoked. This is lower-risk from an installation perspective, but included code will run network requests when used.
Credentials
The package metadata/registry lists no required env vars, but SKILL.md and the code expect an API key stored in ~/.config/pocket-ai/api_key. That config path requirement was not declared in the registry metadata. The skill will therefore access a local secret file (the API key) — this is expected for the stated purpose, but the omission in the declared requirements is an incoherence you should verify.
Persistence & Privilege
The skill does not request permanent 'always' inclusion, does not modify other skills, and contains no installation that persists beyond copying files. Autonomous invocation is permitted (platform default) but not combined with other high-risk privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pocket-ai - After installation, invoke the skill by name or use
/pocket-ai - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.1
Turn voice recordings into actionable intelligence. Semantic search, action items, meeting context.
v1.0.0
- Initial release of Pocket AI Skill.
- Enables voice recording transcription, semantic search, and meeting intelligence using a wearable device.
- Provides endpoints for searching transcripts, extracting action items, listing recordings/tags, and downloading audio.
- Includes sample queries for contact context, decisions, action items, personal insights, and meeting summaries.
- Outlines integration points for daily briefings, scheduling, task management, and operations notifications.
- Highlights robust privacy and security practices for all user data.
Metadata
Frequently Asked Questions
What is Pocket AI Integration?
Transcribe, index, and semantically search all voice recordings, extracting action items and meeting insights for comprehensive conversation intelligence. It is an AI Agent Skill for Claude Code / OpenClaw, with 798 downloads so far.
How do I install Pocket AI Integration?
Run "/install pocket-ai" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pocket AI Integration free?
Yes, Pocket AI Integration is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Pocket AI Integration support?
Pocket AI Integration is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pocket AI Integration?
It is built and maintained by asabovetech (@asabovetech); the current version is v1.0.1.
More Skills