pocket-transcripts
Read transcripts and summaries from Pocket AI (heypocket.com) recording devices. Use when users want to retrieve, search, or analyze their Pocket recordings, transcripts, summaries, or action items. Triggers on requests involving Pocket device data, conversation transcripts, meeting recordings, or audio note retrieval.
Why use this skill?
Automatically sync your Pocket AI recordings with OpenClaw. Retrieve transcripts, generate summaries, and extract action items directly from your voice notes.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/tmustier/heypocket-readerWhat This Skill Does
The Pocket Transcripts skill allows your OpenClaw AI agent to interface directly with your Pocket AI recording devices. By leveraging a reverse-engineered API, it enables the retrieval of raw transcripts, intelligent summaries, and structured action items from your audio recordings. This skill effectively acts as a bridge between your physical recording hardware and your digital workflow, automating the extraction of notes and insights from meetings, brainstorming sessions, or personal voice memos.
Installation
Installation is handled via the OpenClaw CLI using the command: clawhub install openclaw/skills/skills/tmustier/heypocket-reader. Once installed, you must perform a one-time configuration: start a browser with your user profile via ~/.factory/skills/browser/start.js --profile, navigate to https://app.heypocket.com to sign in, and execute python3 scripts/reader.py extract. This captures the necessary Firebase token from the browser session, which is stored in ~/.pocket_token.json. Note that these tokens are time-sensitive and typically expire after one hour, necessitating an occasional refresh of the authentication script.
Use Cases
- Meeting Management: Quickly pull action items from a high-level meeting without scrubbing through audio.
- Knowledge Retrieval: Search through months of past recordings using specific keywords to find where you discussed a particular topic.
- Content Repurposing: Extract raw transcripts to use as base text for articles, documentation, or blog posts.
- Personal Productivity: Automatically summarize daily audio journals or brainstorm sessions to keep a structured record of ideas.
Example Prompts
- "Check my Pocket recordings from this morning and extract any action items from the meeting with the engineering team."
- "Search my recordings for mentions of the 'Alpha Project' and give me a summary of what was decided last week."
- "Summarize the last recording I made and save the action items into my notes file."
Tips & Limitations
- Token Expiry: The Firebase token expires every hour. If the skill fails to retrieve data, verify your login status in the browser and re-run the extraction script.
- Data Structure: The skill relies on the
heypocket.comdata model. Ensure your recordings have processed fully on the server-side before attempting to fetch the summarizations, as very recent recordings may only have partial data available. - Privacy: Since this skill accesses your private audio logs, ensure you are comfortable with the environment permissions. The script requires file-read access to your token and network access to the Pocket API endpoints.
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-tmustier-heypocket-reader": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: network-access, file-read, file-write, external-api