Pi Research banner
Lincoln504 Lincoln504

Pi Research

Development community

Description

Web research for your agents with smart and safe tooling + knowledge store

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

pi-research: free unlimited web search and knowledge store for agents

Free unlimited web search & knowledge store for agents

Pi extension · Agent skill · SDK · Knowledge store · Configuration · Architecture


Build status
npm version
License: MIT
GitHub repository

Search and scraping run locally through a stealth browser with no search provider and no monthly cap. The only cost is LLM tokens.

Install

As a [Pi](https://github.com/earendil-works/pi) Coding Agent extension:

pi install npm:@lincoln504/pi-research

Standalone, as an [agent skill](docs/AGENT-SKILL.md) for Claude Code, Codex, and other skills-compatible agents:

npm install -g @lincoln504/pi-research --allow-scripts=better-sqlite3
pi-research skill install

On npm 12 or newer, npm skips dependency install scripts by default; the flag allows the one that bu