Skip to content
PidocsCLI & tooling

Compare newly installed browser skill against existing web/browser tools

Session from pi-mono-sessions on Hugging Face by thomasmustier · MIT · condensed by Coders Talk

1msession
0interventions
GOAL

The developer wanted to understand how a newly installed capability compared to existing browser- and web-related skills and extensions already present in the pi-mono repo and various agent skill directories.

  1. Prompt · +0
    I just installed this. Can we check how it compares to other browser-related and web-related capabilities we have in skills, extensions?
  2. Agent did · +0m
    Listed repo contents, read README, and grepped packages for 'browser', 'web', and 'extension' references to map out existing capabilities.
  3. Agent did · +0m
    Read docs/skills.md and docs/extensions.md to understand pi's skill and extension architecture.
  4. Agent did · +0m
    Checked skill directories under .pi/agent/skills, .claude/skills, and .codex/skills to inventory installed skills across agents, hitting a missing-directory error for .pi/agent/skills but continuing with the others.
  5. Agent did · +0m
    Read SKILL.md files for browser-tools, brave-search, and web-search to compare their capabilities, descriptions, and use cases.
  6. Agent did · +1m
    Grepped example extensions for browser/web references, finding only an unrelated ssh.ts mime-type check.
  7. Outcome · +1m
    Delivered a comparison table covering browser-tools (interactive CDP automation), web-search (search+extract with caching), and brave-search (simple search wrapper), noting no relevant web/browser extensions existed.
VERDICT

Next time I'd just name the exact skill I installed up front instead of making the agent infer it from context, since it had to ask which item I meant at the end. The exploratory approach worked fine though - grepping the repo and reading SKILL.md files across the different agent skill directories gave a solid comparison without me needing to intervene.

I tried this · 0

Discussion · 0

How Builds work