Skip to content
PiinfraCLI & tooling

Install heypocket-reader skill for Pi CLI

Session from heypocket-reader-sessions on Hugging Face by thomasmustier · MIT · condensed by Coders Talk

26ssession
0interventions
GOAL

Fetch a GitHub-hosted skill (tmustier/heypocket-reader) and install it for use with the Pi agent.

  1. Prompt · +0
    Get my skill from tmustier/heypocket-reader on GitHub and install it for pi
  2. Agent did · +0m
    Checked existing installed extensions and looked up the pi install command usage
  3. Fail · +0m
    Tried `pi install github:tmustier/heypocket-reader`, which failed with a path error
  4. Fail · +0m
    Tried `pi install tmustier/heypocket-reader`, also failed with a path error
  5. Agent did · +0m
    Used the full HTTPS GitHub URL with pi install, which successfully cloned and installed the skill
  6. Agent did · +0m
    Verified installed files and read SKILL.md to confirm the skill's functions (get_recordings, get_recording_full, search_recordings) and its auth requirements
  7. Outcome · +0m
    heypocket-reader skill installed and auto-discoverable by Pi, exposing three functions for reading Pocket AI recordings
VERDICT

Next time I'd just give the full GitHub URL up front since `pi install` doesn't resolve shorthand owner/repo or github: prefixes on its own. The agent figured out the right format itself after two failed attempts, so no real correction was needed from me here.

I tried this · 0

Discussion · 0

How Builds work