Pocket Ai
Skill by asabovetech
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/asabovetech/pocket-aiWhat This Skill Does
Pocket AI by asabovetech is a powerful intelligence bridge that connects your wearable-captured audio, meetings, and personal thoughts to the OpenClaw ecosystem. By leveraging advanced semantic search technology, the skill transcends simple keyword matching. It transcribes, indexes, and analyzes every conversation, providing a deep reservoir of meeting intelligence. Whether you are tracking complex business decisions, maintaining customer context, or ensuring no follow-up task falls through the cracks, Pocket AI organizes your spoken life into a searchable database. It provides an API-first approach to information retrieval, ensuring your historical data remains actionable.
Installation
To integrate Pocket AI into your OpenClaw environment, ensure you have your API key ready, which is typically stored at ~/.config/pocket-ai/api_key. Open your terminal and execute the following command:
clawhub install openclaw/skills/skills/asabovetech/pocket-ai
Once installed, the skill will automatically use your locally stored credentials to authenticate against the https://public.heypocketai.com/api/v1 base URL. No additional configuration is required beyond ensuring your local config path is accessible to the agent.
Use Cases
- Executive Recall: Quickly find the specific manufacturing or organizational decisions made during high-level meetings weeks or months ago.
- Relationship Management: Maintain deep context on recurring conversations with specific clients or partners by searching for their name to see a summary of all past discussions.
- Project Tracking: Automate the extraction and tracking of action items and pending tasks mentioned during voice memos or project syncs.
- Resource Retrieval: Easily locate specific audio files or detailed meeting transcripts when preparing for follow-up documentation.
Example Prompts
- "Pocket AI, what were the key decisions made regarding the manufacturing team restructuring in my last meeting with the project lead?"
- "Search my recent transcripts for all action items and follow-up tasks discussed with Adrienne this week."
- "Summarize the consensus on our entity streamlining strategy from all meetings held in the last month."
Tips & Limitations
- Context is King: Since this tool uses semantic search, use natural language rather than keyword strings. Phrases like "decisions made about" work better than just "decisions".
- Data Privacy: Because this skill reads your sensitive meeting transcripts and audio data, ensure your local
~/.config/pocket-ai/api_keyhas restricted file permissions. - Latency: Semantic search queries may take a few seconds to process across large datasets, as the AI must synthesize information across all indexed recordings before returning results.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-asabovetech-pocket-ai": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: file-read, external-api