Notebooklm
NotebookLM generates creative writing prompts and stories based on your input, sparking imagination and aiding content creation.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add hainamchung-notebooklm npx -- -y @trustedskills/hainamchung-notebooklm
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"hainamchung-notebooklm": {
"command": "npx",
"args": [
"-y",
"@trustedskills/hainamchung-notebooklm"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill, hainamchung-notebooklm, provides an AI agent with access to a notebook environment. It allows agents to execute code and interact with data within that environment, enabling more complex tasks than simple text generation. This facilitates data analysis, calculations, and the creation of dynamic outputs based on code execution.
When to use it
- Data Analysis: When you need an agent to analyze a dataset and provide insights beyond what can be derived from textual information alone.
- Calculations & Modeling: For tasks requiring mathematical computations, simulations, or building simple models.
- Dynamic Report Generation: To create reports that incorporate live data and calculations within the report itself.
- Code Execution for Specific Tasks: When an agent needs to perform actions based on code execution, such as interacting with APIs or manipulating files.
Key capabilities
- Notebook environment access
- Code execution
- Data interaction
- Dynamic output generation
Example prompts
- "Analyze this CSV file and tell me the average value of column 'sales'."
- "Create a simple linear regression model based on these data points."
- “Generate a report showing sales figures for each month, including a trend line.”
Tips & gotchas
The agent requires access to a suitable notebook environment (e.g., Jupyter Notebook) and the necessary libraries installed within that environment. Be mindful of potential security implications when allowing an AI agent to execute code.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.