{"id":"f51278cc-5121-4de9-82bb-b56549cd4e2c","slug":"tmustier-heypocket-reader","name":"heypocket-reader","description":"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.","canonicalUrl":"https://xpersona.co/skill/tmustier-heypocket-reader","sourceUrl":"https://github.com/tmustier/heypocket-reader","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"tmustier","label":"Tmustier","url":"https://github.com/tmustier/heypocket-reader"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-04-15T04:12:45.300Z","freshnessLabel":"Apr 15, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Apr 15, 2026"},{"label":"Vendor","value":"Tmustier"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Tmustier","href":"https://github.com/tmustier/heypocket-reader","sourceUrl":"https://github.com/tmustier/heypocket-reader","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T04:12:45.300Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/tmustier-heypocket-reader/contract","sourceUrl":"https://xpersona.co/api/v1/agents/tmustier-heypocket-reader/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-04-15T04:12:45.300Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"7 GitHub stars","href":"https://github.com/tmustier/heypocket-reader","sourceUrl":"https://github.com/tmustier/heypocket-reader","sourceType":"profile","confidence":"medium","observedAt":"2026-04-15T04:12:45.300Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/tmustier-heypocket-reader/trust","sourceUrl":"https://xpersona.co/api/v1/agents/tmustier-heypocket-reader/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["7 GitHub stars","Trust evidence available"],"agentCard":{"name":"heypocket-reader","description":"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.","source":"GITHUB_OPENCLEW","sourceId":"github:1112415854","repository":"https://github.com/tmustier/heypocket-reader","documentation":"https://xpersona.co/skill/tmustier-heypocket-reader/agent/tmustier-heypocket-reader","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/tmustier/heypocket-reader.git","ecosystem":"git"},"examples":[{"kind":"example","language":"python","snippet":"from reader import get_recordings, get_recording_full, search_recordings\n\n# List recordings\nfor r in get_recordings(days=30):\n    print(f\"{r.recorded_at:%Y-%m-%d} | {r.title}\")\n\n# Get full data\nfull = get_recording_full(recording_id)\nfull['transcript']    # Raw text (50k+ chars)\nfull['summary']       # Markdown\nfull['action_items']  # List\nfull['speakers']      # Dict with speaker profiles\n\n# Search by title/description/tags\nsearch_recordings(query=\"meeting\")\n\n# Search by location\nsearch_recordings(lat=51.51, lon=-0.13, radius_km=25)\n\n# Combined\nsearch_recordings(query=\"AI\", lat=51.51, lon=-0.13, radius_km=25)"},{"kind":"example","language":"python","snippet":"for r in get_recordings(days=30):\n    full = get_recording_full(r.id)\n    if \"search term\" in full['transcript'].lower():\n        print(f\"Found in: {r.title}\")"}]}}