mirror of
https://github.com/K-Dense-AI/claude-scientific-skills.git
synced 2026-03-27 07:09:27 +08:00
Add open-notebook skill: self-hosted NotebookLM alternative (issue #56)
Implements the open-notebook skill as a comprehensive integration for the open-source, self-hosted alternative to Google NotebookLM. Addresses the gap created by Google not providing a public NotebookLM API. Developed using TDD with 44 tests covering skill structure, SKILL.md frontmatter/content, reference documentation, example scripts, API endpoint coverage, and marketplace.json registration. Includes: - SKILL.md with full documentation, code examples, and provider matrix - references/api_reference.md covering all 20+ REST API endpoint groups - references/examples.md with complete research workflow examples - references/configuration.md with Docker, env vars, and security setup - references/architecture.md with system design and data flow diagrams - scripts/ with 3 example scripts (notebook, source, chat) + test suite - marketplace.json updated to register the new skill Closes #56 https://claude.ai/code/session_015CqcNWNYmDF9sqxKxziXcz
This commit is contained in:
@@ -153,6 +153,7 @@
|
||||
"./scientific-skills/labarchive-integration",
|
||||
"./scientific-skills/latchbio-integration",
|
||||
"./scientific-skills/omero-integration",
|
||||
"./scientific-skills/open-notebook",
|
||||
"./scientific-skills/opentrons-integration",
|
||||
"./scientific-skills/offer-k-dense-web",
|
||||
"./scientific-skills/protocolsio-integration",
|
||||
|
||||
Reference in New Issue
Block a user