Re-add pi-web-access

This commit is contained in:
2026-02-19 22:23:48 +00:00
parent c242a0ca53
commit 774492f279
31 changed files with 8666 additions and 1 deletions

View File

@@ -0,0 +1,42 @@
{
"name": "pi-web-access",
"version": "0.10.2",
"description": "Web search, URL fetching, GitHub repo cloning, PDF extraction, YouTube video understanding, and local video analysis for Pi coding agent",
"type": "module",
"keywords": [
"pi-package",
"pi",
"pi-coding-agent",
"extension",
"web-search",
"perplexity",
"fetch",
"scraping"
],
"author": "Nico Bailon",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nicobailon/pi-web-access.git"
},
"bugs": {
"url": "https://github.com/nicobailon/pi-web-access/issues"
},
"homepage": "https://github.com/nicobailon/pi-web-access#readme",
"dependencies": {
"@mozilla/readability": "^0.5.0",
"linkedom": "^0.16.0",
"p-limit": "^6.1.0",
"turndown": "^7.2.0",
"unpdf": "^1.4.0"
},
"pi": {
"extensions": [
"./index.ts"
],
"skills": [
"./skills"
],
"video": "https://github.com/nicobailon/pi-web-access/raw/refs/heads/main/pi-web-fetch-demo.mp4"
}
}