{"_id":"@caphub/search","_rev":"2-47e5acc6cf6f4f0703c1d6c70a62981b","name":"@caphub/search","dist-tags":{"latest":"0.1.1"},"versions":{"0.1.0":{"name":"@caphub/search","version":"0.1.0","keywords":["agents","cli","search","caphub","serp"],"license":"UNLICENSED","_id":"@caphub/search@0.1.0","maintainers":[{"name":"rustykuntz","email":"kuntzman@gmail.com"}],"bin":{"caphub-search":"bin/caphub-search.js"},"dist":{"shasum":"cfbda5f9b7b6c45d5d866a2322298ea1d8922875","tarball":"https://registry.npmjs.org/@caphub/search/-/search-0.1.0.tgz","fileCount":3,"integrity":"sha512-Kb2QeHBJ/BhwPPvi8THopmkpRBM1fRhz3pcFSJR3LixybmB3csDBk5L61cVeGIkjtkBWTlzlq419SVPCKkD+gA==","signatures":[{"sig":"MEQCIFKhL1YNgH5gZF3WwJsAkrh84RMAMg7LKppUWg4khnKsAiAfp6kwiW7Bf6X333oOx8TprvfTfWKlpxqHvteIhdVbQQ==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":5593},"type":"module","engines":{"node":">=18"},"_npmUser":{"name":"rustykuntz","email":"kuntzman@gmail.com"},"_npmVersion":"11.11.0","description":"CLI-first search capability for agents using the Caphub API","directories":{},"_nodeVersion":"25.2.1","publishConfig":{"access":"public"},"_hasShrinkwrap":false,"_npmOperationalInternal":{"tmp":"tmp/search_0.1.0_1775457051485_0.06842157996855325","host":"s3://npm-registry-packages-npm-production"}},"0.1.1":{"name":"@caphub/search","version":"0.1.1","description":"CLI-first search capability for agents using the Caphub API","type":"module","bin":{"caphub-search":"bin/caphub-search.js"},"keywords":["agents","cli","search","caphub","serp"],"publishConfig":{"access":"public"},"license":"UNLICENSED","engines":{"node":">=18"},"_id":"@caphub/search@0.1.1","_nodeVersion":"25.2.1","_npmVersion":"11.11.0","dist":{"integrity":"sha512-pof3KDOmHk2So1LoxYY8WKX2vGIsW4e8aMV3dzJbun93rkx+cSXijYKlJnUaenevzgomkoQQkpR+MwPOnm7nUA==","shasum":"ce09a6042cdbecc385b308636bfd459c76945d91","tarball":"https://registry.npmjs.org/@caphub/search/-/search-0.1.1.tgz","fileCount":3,"unpackedSize":5593,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIGatobA8McDLLVHrjwaqjfG3pAYdp/Yw4srdWq/yA/J7AiEAmJ+lrYlXyWpCCIey8KP0oIwqrktTd+PIYdj9zAdl1dU="}]},"_npmUser":{"name":"rustykuntz","email":"kuntzman@gmail.com"},"directories":{},"maintainers":[{"name":"rustykuntz","email":"kuntzman@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/search_0.1.1_1775457167080_0.6137209837211055"},"_hasShrinkwrap":false}},"time":{"created":"2026-04-06T06:30:51.376Z","modified":"2026-04-06T06:32:47.332Z","0.1.0":"2026-04-06T06:30:51.618Z","0.1.1":"2026-04-06T06:32:47.202Z"},"license":"UNLICENSED","keywords":["agents","cli","search","caphub","serp"],"description":"CLI-first search capability for agents using the Caphub API","maintainers":[{"name":"rustykuntz","email":"kuntzman@gmail.com"}],"readme":"# `@caphub/search`\n\nHosted search capability for agents.\n\n## Install\n\n```bash\nnpm install -g @caphub/search\n```\n\nOr run without install:\n\n```bash\nnpx @caphub/search --help\n```\n\n## Required environment\n\n```bash\nexport CAPHUB_API_KEY=your_caphub_api_key\n```\n\nOptional:\n\n```bash\nexport CAPHUB_API_URL=https://api.caphub.io/v1/run\n```\n\nOr store both in:\n\n```json\n~/.config/caphub/config.json\n{\n  \"api_key\": \"csk_live_...\",\n  \"api_url\": \"https://api.caphub.io/v1/run\"\n}\n```\n\n## Examples\n\n```bash\ncaphub-search '{\"function\":\"search\",\"queries\":[\"site:github.com awesome ai agents\"]}'\n```\n\n```bash\ncaphub-search '{\"function\":\"search-ideas\",\"queries\":[\"awesome list agents\"]}'\n```\n\n## Agent notes\n\n- stdin/argv input must be a single JSON object\n- stdout is always JSON\n- stderr is for errors only\n- designed for subprocess use by LLM agents\n","readmeFilename":"README.md"}