heypocket-reader

Retrieve Pocket AI recordings, transcripts, and summaries via the Pocket API.

9|1|Updated Dec 8, 2025
One-click install
npx skills add https://github.com/tmustier/heypocket-reader --skill heypocket-reader
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heypocket-reader
Source: https://github.com/tmustier/heypocket-reader/tree/main
Command: npx skills add https://github.com/tmustier/heypocket-reader --skill heypocket-reader

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill enables users to access their Pocket AI recordings by programmatically fetching transcripts, summaries, and related metadata, making it easier to search, analyze, and act on their data.

Core Features & Use Cases

  • List recent recordings with metadata such as title, duration, date, location, and speakers
  • Retrieve full transcripts and markdown summaries, plus action items and speaker profiles
  • Search recordings by title, description, tags, and location to quickly locate relevant conversations

Quick Start

Use the skill to fetch recordings or search results for your query.

Frequently Asked Questions about heypocket-reader

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve Pocket AI recordings and transcripts from my device?

To retrieve Pocket AI recordings and transcripts, use this Skill to call the production Pocket API. It lists recent recordings and fetches full transcripts, summaries, and metadata using a token-based authentication workflow with local caching.

How do I search Pocket AI transcripts by location or title?

You can search Pocket AI transcripts by title, description, tags, and location. The Skill queries the Pocket API to filter recent recordings and returns matching conversations with their associated metadata.

What metadata is included when listing recent Pocket AI recordings?

Listing recent Pocket AI recordings returns metadata including title, duration, date, location, and speaker profiles. It also retrieves markdown summaries and action items associated with each recording.

Do I need a token to access Pocket AI summaries and action items?

Yes, accessing Pocket AI summaries and action items requires token-based authentication. The Skill handles local token caching and includes error handling for missing tokens or API failures to ensure secure retrieval.

Why does my Pocket AI transcript retrieval fail with a missing token error?

Pocket AI transcript retrieval fails with a missing token error when local token caching is empty or invalid. The Skill includes error handling for API failures and prompts re-authentication to restore access to recordings.

Can I retrieve action items and speaker profiles from Pocket AI recordings?

Yes, you can retrieve action items and speaker profiles from Pocket AI recordings. The Skill fetches full transcripts, markdown summaries, and speaker metadata by calling the production Pocket API with authenticated requests.