帮助用户创建、搭建或修改 Jupyter 笔记本,用于实验探索与教程编写。
整体风险较低:该技能未要求任何密钥,也未声明远程端点,主要用于本地生成或编辑 Jupyter Notebook。材料显示其来源为可审计的 GitHub 开源仓库且社区采用较高,但因包含本地脚本执行与文件写入能力,使用时仍应留意本地变更范围。
材料明确标注“需要的密钥/环境变量:(无)”,未见 API key、token 或其他敏感凭证要求,凭证泄露或滥用面较小。
材料标注“远程端点 host:(无)”,README 也仅描述本地模板与脚本生成 notebook,未见将用户数据发送到外部服务的声明。
README 明确给出通过 `uv run --python 3.12 python "$JUPYTER_NOTEBOOK_CLI"` 运行本地 Python 脚本 `new_notebook.py` 的用法,说明该技能涉及本机脚本执行;这是此类工具的常规能力,但应注意仅在受信代码与受控目录中运行。
该技能用于创建、脚手架化和编辑 `.ipynb` 文件,README 提到会从模板读取并向 `output/`、`tmp/` 等路径写入 notebook,也可能对现有 notebook 做定向修改;未见超出其声明用途的过度数据访问迹象,但会产生本地文件变更。
来源为 GitHub 开源仓库,系统标注 `open-source` 且社区采用约 22k star,源码原则上可审计,这些都是明显的降风险因素。需留意的是许可证未声明、维护状态未知,存在一定供应链透明度信息缺口,但不足以单独升为高风险。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "jupyter-notebook" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/jupyter-notebook/SKILL.md 2. 保存为 ~/.claude/skills/jupyter-notebook/SKILL.md 3. 装好后重载技能,告诉我可以用了
Create clean, reproducible Jupyter notebooks for two primary modes:
Prefer the bundled templates and the helper script for consistent structure and fewer JSON mistakes.
.ipynb notebook from scratch.experiment.tutorial.export CODEX_HOME="${CODEX_HOME:-$HOME/.codex}"
export JUPYTER_NOTEBOOK_CLI="$CODEX_HOME/skills/jupyter-notebook/scripts/new_notebook.py"
User-scoped skills install under $CODEX_HOME/skills (default: ~/.codex/skills).
Lock the intent.
Identify the notebook kind: experiment or tutorial.
Capture the objective, audience, and what "done" looks like.
Scaffold from the template. Use the helper script to avoid hand-authoring raw notebook JSON.
uv run --python 3.12 python "$JUPYTER_NOTEBOOK_CLI" \
--kind experiment \
--title "Compare prompt variants" \
--out output/jupyter-notebook/compare-prompt-variants.ipynb
uv run --python 3.12 python "$JUPYTER_NOTEBOOK_CLI" \
--kind tutorial \
--title "Intro to embeddings" \
--out output/jupyter-notebook/intro-to-embeddings.ipynb
Fill the notebook with small, runnable steps. Keep each code cell focused on one step. Add short markdown cells that explain the purpose and expected result. Avoid large, noisy outputs when a short summary works.
Apply the right pattern.
For experiments, follow references/experiment-patterns.md.
For tutorials, follow references/tutorial-patterns.md.
Edit safely when working with existing notebooks.
Preserve the notebook structure; avoid reordering cells unless it improves the top-to-bottom story.
Prefer targeted edits over full rewrites.
If you must edit raw JSON, review references/notebook-structure.md first.
Validate the result.
Run the notebook top-to-bottom when the environment allows.
If execution is not possible, say so explicitly and call out how to validate locally.
Use the final pass checklist in references/quality-checklist.md.
assets/experiment-template.ipynb and assets/tutorial-template.ipynb.Script path:
$JUPYTER_NOTEBOOK_CLI (installed default: $CODEX_HOME/skills/jupyter-notebook/scripts/new_notebook.py)tmp/jupyter-notebook/ for intermediate files; delete when done.output/jupyter-notebook/ when working in this repo.ablation-temperature.ipynb).Prefer uv for dependency management.
Optional Python packages for local notebook execution:
uv pip install jupyterlab ipykernel
The bundled scaffold script uses only the Python standard library and does not require extra dependencies.
No required environment variables.
references/experiment-patterns.md: experiment structure and heuristics.references/tutorial-patterns.md: tutorial structure and teaching flow.references/notebook-structure.md: notebook JSON shape and safe editing rules.references/quality-checklist.md: final validation checklist.帮助你构建、评审与重构 ASP.NET Core Web 应用及架构方案
用于构建、脚手架生成、重构并排查 ChatGPT Apps SDK 应用问题。
帮助你基于接口文档或脚本快速生成可组合的命令行工具
为项目代码库生成定制化设计系统规则,统一 Figma 到代码协作规范。
一键创建新的 Figma 设计或 FigJam 空白文件,便于快速开始协作创作。
帮助用户用 Netlify CLI 部署、发布并关联网站项目到 Netlify。
自动修复笔记本渲染问题,并生成、校验与部署 Jupyter Book。
帮助用户在 Open Notebook 中管理笔记与资料、检索内容并调用模型协作。
通过 MCP 直接加载、编辑、检索并保存 Jupyter 笔记本,提升代码与数据分析效率。
连接并管理 Jupyter Notebook,支持交互式运行代码与数据分析可视化。
在 JupyterLab 中集成多种大模型与代理能力,辅助代码、数据分析和自动化工作。
连接 Google NotebookLM,帮你管理笔记本、添加资料、提问并生成音频概览。