notebooklab-mcp-outcome-workflows

notebooklab-mcp-outcome-workflows is a skill for Claude Code from xiaojiou176-open/notebooklab. It costs 38 tokens per session (268 once invoked), scanned A, original, MIT.

A tracked starter workflow for using Notebooklab through its local MCP connection. Notebooklab is a tool for long-context research and inspectable work results.

In plain words
What is it for?
Checking drafts, research threads, and auditable runs, then performing narrow actions such as verifying or downloading drafts and creating or downloading run records.
Why use it?
It provides a read-first process that checks the connection and available research items before making changes. It also clarifies that the bundle is only a compatibility example, not an official plugin or marketplace listing.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: mentions Claude Code.

Part of the Notebooklab Claude Outcome Bundle plugin — 1 skill shipped together

Good fit Checking drafts, research threads, and auditable runs, then performing narrow actions such as verifying or downloading drafts and creating or downloading run records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/xiaojiou176-open/notebooklab/provenote-mcp-outcome-workflows
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 xiaojiou176-open/notebooklab --skill provenote-mcp-outcome-workflows
Clone the repo
git clone --depth 1 https://github.com/xiaojiou176-open/notebooklab

Made for: Claude Code.

Or install Notebooklab Claude Outcome Bundle, the plugin that ships this one along with the rest of its 1 skill.

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 notebooklab-mcp-outcome-workflows

README.md
[![agentmods](https://agentmods.dev/badge/skills/xiaojiou176-open/notebooklab/provenote-mcp-outcome-workflows/github.svg)](https://agentmods.dev/skills/xiaojiou176-open/notebooklab/provenote-mcp-outcome-workflows)
Your own site
<a href="https://agentmods.dev/skills/xiaojiou176-open/notebooklab/provenote-mcp-outcome-workflows"><img src="https://agentmods.dev/badge/skills/xiaojiou176-open/notebooklab/provenote-mcp-outcome-workflows/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for notebooklab-mcp-outcome-workflows

Your own site · 80×15
<a href="https://agentmods.dev/skills/xiaojiou176-open/notebooklab/provenote-mcp-outcome-workflows"><img src="https://agentmods.dev/badge/skills/xiaojiou176-open/notebooklab/provenote-mcp-outcome-workflows.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 268 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. 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.00038 $0.00268
Opus 5 $0.00019 $0.00134
Sonnet 5 $0.00008 $0.00054
Haiku 4.5 $0.00004 $0.00027

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

Security

Grade A, and why

notebooklab-mcp-outcome-workflows scanned grade A with 0 findings 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 11d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

examples/hosts/claude-code/provenote-outcome-bundle/skills/provenote-mcp-outcome-workflows/SKILL.md · 44 lines

What it actually says

Purpose

Give local Claude Code users one tracked starter bundle for Notebooklab's existing MCP outcome surfaces.

This is a tracked example artifact. It is not a public plugin, skills, marketplace, or directory claim.

Read-first workflow

  1. confirm notebooklab-mcp is available
  2. list drafts
  3. list research threads
  4. list auditable runs
  5. only then move to a write-oriented action

Safe first mutations

  • research_thread.to_draft
  • draft.verify
  • draft.download
  • auditable_run.create
  • auditable_run.download

Validation

Before calling this bundle "working", prove all four:

  1. the host can execute notebooklab-mcp
  2. a read-first tool succeeds
  3. one narrow write-oriented workflow succeeds
  4. the result maps back to an inspectable repo-owned surface

Boundary

  • compatibility/prep artifact only
  • not an official Claude Code partnership or endorsement claim
  • not a marketplace or directory listing
  • keep the product center on long-context outcome work
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. 11d ago First seen · 44 lines · 38 tokens per session scan A b8d6eb86ac3a

Subscribe to this mod's changes

notebooklab-mcp-outcome-workflows is a skill published in the GitHub repository xiaojiou176-open/notebooklab (1 stars, last pushed 17d ago), licensed MIT. It adds 38 tokens to every session and 268 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. 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

validate

Check that an Open Knowledge Format (OKF) bundle is conformant with the v0.2 spec (§11). Use when asked to validate, lint, or check an OKF bundle, or before committing changes to one. Runs a deterministic Python checker — not an eyeball pass. Also migrates a v0.1 bundle to v0.2 in place with --migrate.

scaccogatto/okf-skills · 82 tokens

memex-sync

Sync Zettelkasten cards across devices via git.

iamtouchskyer/memex · 15 tokens

council

Multi-persona debate for founder decisions. 4 personas argue a topic across structured rounds.

assafkip/kipi-system · 22 tokens

raytsystem-watch

Inspect video, audio, or supplied transcripts through raytsystem Tool Hub and return evidence-bound speech, visual, OCR, action, transition, and timeline findings. Use for /watch, a YouTube/Loom/public Zoom/direct media URL, a local video or audio file, a transcript, or requests such as "watch this video", "analyze…

romarayt/raytsystem-public-os · 114 tokens

research-workflow-orchestrator

Run a resumable end-to-end research workflow that automates low-risk work, pauses at explicit human decision gates, records provenance, and routes each stage to the appropriate research-hub skill or MCP tool.

WenyuChiou/research-hub · 48 tokens

literature-triage-matrix

Turn a list of papers (Zotero collection, Obsidian cluster, manual list) into a compact comparison matrix written to .research/literaturematrix.md, instead of generic per-paper summaries. Use when the user asks to "make a literature matrix", "compare these papers by method/data/limitations", or "decide which papers…

WenyuChiou/research-hub · 162 tokens