Files
Deheng Huang 87ea9e09dd docs: rebrand to nblm with multi-agent support
- Complete README rewrite with new nblm identity
- Add npx add-skill installation via vercel-labs/add-skill
- Position as multi-agent skill (Claude Code, Cursor, OpenCode)
- Add tiered command docs (Quick Start + collapsible reference)
- Add acknowledgments for upstream projects
- Update package.json name to nblm
- Replace all "NotebookLM Skill" references across codebase
- Update .gitignore for .claude-plugin/ and docs/plans/

Co-Authored-By: Claude <noreply@anthropic.com>
2026-01-25 21:12:53 +08:00

14 lines
343 B
JSON

{
"name": "nblm",
"version": "2.1.0",
"private": true,
"description": "Claude Code skill for NotebookLM integration using agent-browser",
"dependencies": {
"agent-browser": "0.5.0"
},
"scripts": {
"daemon": "node node_modules/agent-browser/dist/daemon.js",
"install-browsers": "npx playwright install chromium"
}
}