mirror of
https://github.com/magicseek/nblm.git
synced 2026-09-14 15:39:27 +08:00
87ea9e09dd
- 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>
14 lines
343 B
JSON
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"
|
|
}
|
|
}
|