mcpbeat Sign in

Deepnote Skill for Codex

Use when a task mentions Deepnote, the connected Deepnote app, Deepnote OAuth connection, Deepnote docs, projects, workspaces, notebooks, blocks, integrations, or notebook runs.

3k tokens
context cost
the whole folder, loaded on every use
2
files
instructions only
0
copies elsewhere
how many repositories repackaged it
4915
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/openai/plugins --skill deepnote

What comes with it

6 071 bytes besides the instruction
references/workspace-summary.md

The instruction itself

5 sections, as written by the author

Deepnote Router

Use the connected Deepnote app tools as the source of truth for hosted Deepnote state. Prefer them over browser automation, screenshots, ad hoc HTTP calls, or local filesystem guesses for Deepnote projects, notebooks, blocks, integrations, docs, or runs.

If the Deepnote app tools are unavailable, say so and ask the user to connect the Deepnote app with OAuth. Do not pretend to have inspected Deepnote state.

When the user asks what Deepnote can do, start with:

Deepnote can identify the current workspace, search resources, list projects and integrations, inspect notebooks, create and edit notebook structure, map integration usage and cached table structure, read Deepnote docs, run notebooks, and fetch run status and history.

Capability Map

Use the current tool surface only; if a required tool is absent, say which capability is missing.

  • Identity and discovery: get_me, search, list_projects.
  • Notebook inspection: get_notebook.
  • Notebook editing: create_project, create_notebook, create_block, update_block, reorder_notebook_blocks.
  • Integrations: list_integrations, get_integration, list_integration_project_usages, list_integration_notebook_usages, list_integration_block_usages.
  • Execution: create_run, list_notebook_runs, get_run.
  • Docs: list_docs, get_doc.

Route By Intent

| User asks for | Use |

| --- | --- |

| Workspace overview, heartbeat, active/scheduled notebooks, broad inventory | get_me, list_projects, list_integrations, and references/workspace-summary.md |

| Notebook contents, inputs, SQL, blocks, outputs, review, or explanation | deepnote-notebooks |

| Project/notebook creation, adding cells, updating cells, moving/reordering cells, scaffolded notebook content | deepnote-notebook-editing |

| Notebook execution, run status, recent/failed runs, run history, snapshots, integration usage, cached tables/columns | deepnote-data-execution |

| Project, notebook, workspace, or share links | deepnote-links |

| Product docs or how-to questions | list_docs, then get_doc |

Routing Defaults

  • Resolve ambiguous names and IDs with search, list_projects, or list_integrations.
  • Use get_me when workspace identity, connected user, caller role, or OAuth context matters.
  • Read with get_notebook before reasoning about notebook blocks, inputs, latest run metadata, or before editing notebook structure.
  • Use get_integration for cached table, schema, column, or table-existence questions about an integration.
  • Use list_notebook_runs for run history or failed-run searches; use get_run for one selected run's status, errors, or snapshot.
  • Use specialist skills for any workflow with detailed rules. Keep this skill as the router.

Global Guardrails

  • Never expose tokens, secret values, raw credentials, or sensitive integration metadata. Refer to secret names only.
  • Treat project creation, notebook creation, block creation, block updates, block reordering, and notebook runs as persistent or stateful actions. Resolve targets carefully and report affected IDs.
  • Do not run a notebook unless the user asks for execution, clearly needs fresh results, or confirms a creation workflow's final run prompt. Creation workflows may ask whether to run the newly created notebook, but must not run it preemptively. Run input overrides apply only to that run.
  • Do not expose snapshotDownloadUrl values unless the user asks for a download/file handoff; use inline snapshots only when output or error details are needed.
  • Use cached integration structure when available, but do not claim a fresh live database scan, row preview, single-block execution, environment mutation, permission change, publishing change, or scheduling change unless a current app tool exposes it.
  • Keep responses brief and grounded in Deepnote object names, IDs, statuses, and links when available.

Other skills for the same job

different authors, same section of the catalogue
Backend Security Coder
by ComeOnOliver
×2

Expert in secure backend coding practices specializing in input validation, authentication, and API security. Use PROACTIVELY for backend security implementations or security code reviews.

5k tokens
Cloud Penetration Testing
by ComeOnOliver
×2

This skill should be used when the user asks to "perform cloud penetration testing", "assess Azure or AWS or GCP security", "enumerate cloud resources", "exploit cloud misconfigurations", "test O365 security", "extract secrets from cloud environments", or "audit cloud infrastructure". It provides comprehensive techniques for security assessment across major cloud platforms.

16k tokens
Codebase Cleanup Deps Audit
by ComeOnOliver
×2

You are a dependency security expert specializing in vulnerability scanning, license compliance, and supply chain security. Analyze project dependencies for known vulnerabilities, licensing issues, outdated packages, and provide actionable remediation strategies.

10k tokens
Flow Nexus Platform
by ComeOnOliver
×2

Comprehensive Flow Nexus platform management - authentication, sandboxes, app deployment, payments, and challenges

14k tokens
Linux Privilege Escalation
by ComeOnOliver
×2

This skill should be used when the user asks to "escalate privileges on Linux", "find privesc vectors on Linux systems", "exploit sudo misconfigurations", "abuse SUID binaries", "exploit cron jobs for root access", "enumerate Linux systems for privilege escalation", or "gain root access from low-privilege shell". It provides comprehensive techniques for identifying and exploiting privilege escalation paths on Linux systems.

8k tokens
Malware Analyst
by ComeOnOliver
×2

Expert malware analyst specializing in defensive malware research, threat intelligence, and incident response. Masters sandbox analysis, behavioral analysis, and malware family identification. Handles static/dynamic analysis, unpacking, and IOC extraction. Use PROACTIVELY for malware triage, threat hunting, incident response, or security research.

4k tokens
Metasploit Framework
by ComeOnOliver
×2

This skill should be used when the user asks to "use Metasploit for penetration testing", "exploit vulnerabilities with msfconsole", "create payloads with msfvenom", "perform post-exploitation", "use auxiliary modules for scanning", or "develop custom exploits". It provides comprehensive guidance for leveraging the Metasploit Framework in security assessments.

7k tokens
Mobile Security Coder
by ComeOnOliver
×2

Expert in secure mobile coding practices specializing in input validation, WebView security, and mobile-specific security patterns. Use PROACTIVELY for mobile security implementations or mobile security code reviews.

6k tokens

How to use it

Copy the folder

Take openai/deepnote from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.