notebook

notebook is a skill for Claude Code from german-borisevich/apache-zeppelin-mcp. It costs 94 tokens per session (2,958 once invoked), scanned A, original, MIT.

A toolkit for working with Zeppelin, a web-based environment for writing and running data-analysis notebooks. It can create notebooks, add content, and configure charts through connected tools.

In plain words
What is it for?
Use it to create Zeppelin notebooks, add paragraphs or cells, change chart types, and set up visualizations.
Why use it?
It removes the need to manage notebook content and chart settings manually. It also provides a defined process for checking existing project documentation before making changes.

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

Part of the apache-zeppelin plugin — 2 skills, 1 MCP server shipped together

Good fit Use it to create Zeppelin notebooks, add paragraphs or cells, change chart types, and set up visualizations.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/german-borisevich/apache-zeppelin-mcp/notebook
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add german-borisevich/apache-zeppelin-mcp --skill notebook
Clone the repo
git clone --depth 1 https://github.com/german-borisevich/apache-zeppelin-mcp

Made for: Claude Code.

Or install apache-zeppelin, the plugin that ships this one along with the rest of its 2 skills, 1 MCP server.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for notebook

README.md
[![agentmods](https://agentmods.dev/badge/skills/german-borisevich/apache-zeppelin-mcp/notebook.svg)](https://agentmods.dev/skills/german-borisevich/apache-zeppelin-mcp/notebook)
Your own site
<a href="https://agentmods.dev/skills/german-borisevich/apache-zeppelin-mcp/notebook"><img src="https://agentmods.dev/badge/skills/german-borisevich/apache-zeppelin-mcp/notebook.svg" alt="Measured on agentmods" height="20"></a>
Per session 94 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,958 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00094 $0.02958
Opus 5 $0.00047 $0.01479
Sonnet 5 $0.00019 $0.00592
Haiku 4.5 $0.00009 $0.00296

Measured 8d ago against content hash 04ccf6078ac8, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

notebook scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

- Never make direct HTTP/curl requests to Zeppelin — all interaction goes through MCP tools only
skills/notebook/SKILL.md · 207 lines

How it starts

The opening of the file, as written. The whole thing — 207 lines — stays where its author put it; the contents beside it link to each section on GitHub.

You are working with Zeppelin notebooks via MCP tools. The user's request is:

$ARGUMENTS

Follow the steps below in order.

Step 0: Check the artifact doc cache

Before discovering anything, check whether this artifact is already documented. Full protocol: $WIKI_DOCS_PATH/docs/artifact_cache_protocol.md.

Cache state (resolved at invocation)

  • Docs root: !echo "${WIKI_DOCS_PATH:-unset}"
  • Sync: ![ -d "$WIKI_DOCS_PATH/.git" ] && { git -C "$WIKI_DOCS_PATH" pull --ff-only --quiet 2>/dev/null && echo synced || echo "pull failed - using local copy"; } || echo "no clone - cache off, use normal discovery"
  • Project slug (derived from cwd): !head -1 knowledge/project/data_model.md 2>/dev/null | sed 's/^# //; s/ Data Model$//'
  • Project _index.md:
!`s=$(head -1 knowledge/project/data_model.md 2>/dev/null | sed 's/^# //; s/ Data Model$//'); [ -n "$s" ] && cat "$WIKI_DOCS_PATH/$s/_index.md" 2>/dev/null || echo "(no index for slug '$s' - cold cache, or slug underivable from this cwd; resolve per protocol 1)"`
  1. Interpret the pre-resolved cache state above — it already performed the env resolution, the git pull --ff-only sync, the <project_slug> derivation, and the _index.md read; do NOT redo them. Docs root unset or "no clone" → log one warning and proceed with normal discovery (the cache is optional; never create the root directory yourself — only the SessionStart hook's clone does). Slug empty or index unreadable → resolve them manually per protocol §1 (the cwd may not be the analyst repo).
  2. Not listed (cold miss) → proceed to normal discovery; write the spec in the final step.
  3. Listed → call get_notebook_fingerprint(notebook_id, spec_path="$WIKI_DOCS_PATH/<project_slug>/notebooks/<id>.md") — the server reads the stored hashes from the spec frontmatter itself and returns match plus an exact diff; never hand-compare hash maps or re-type them into tool arguments. Then read the spec body (it is the payload, not part of the check):
    • match: true (hit) → trust the spec, skip Step 2 discovery, go to the task.
    • match: false (stale)diff names the changed/added/removed paragraph ids; re-learn those and their dependents (cross-unit rule, protocol §5); update the spec in the final step.
    • spec_note in the response → stored hashes unreadable; treat the spec as unverified background and run normal discovery.

Read the full file on GitHub · 207 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 207 lines · 94 tokens per session scan A 04ccf6078ac8

Subscribe to this mod's changes

notebook is a skill published in the GitHub repository german-borisevich/apache-zeppelin-mcp (9 stars, last pushed 1mo ago), licensed MIT. It adds 94 tokens to every session and 2,958 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

next-cache-components-adoption

Turn on Cache Components in a Next.js app and resolve the blocking routes it surfaces. Use when the user wants to enable, adopt, or migrate to Cache Components, flip the cacheComponents flag, work through a flood of blocking-prerender / instant validation errors, run the cache-components-instant-false codemod, or…

vercel/next.js · 95 tokens

next-partial-prefetching-adoption

Turn on Partial Prefetching in a Next.js app and work through the insights it surfaces. Use when the user wants to enable or adopt Partial Prefetching, flip the partialPrefetching flag, opt routes in with export const prefetch = 'partial', audit Link prefetch={true} behavior, preserve existing prefetched UI with…

vercel/next.js · 103 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

babysit-pr

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…

openai/codex · 114 tokens