plugins/deepnote/skills/deepnote/SKILL.md
Use when a task mentions Deepnote, the connected Deepnote app, Deepnote OAuth connection, Deepnote docs, projects, workspaces, notebooks, blocks, integrations, or notebook runs.
npx skillsauth add openai/plugins deepnoteInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
Use the current tool surface only; if a required tool is absent, say which capability is missing.
get_me, search, list_projects.get_notebook.create_project, create_notebook, create_block, update_block, reorder_notebook_blocks.list_integrations, get_integration, list_integration_project_usages, list_integration_notebook_usages, list_integration_block_usages.create_run, list_notebook_runs, get_run.list_docs, get_doc.| 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 |
search, list_projects, or list_integrations.get_me when workspace identity, connected user, caller role, or OAuth context matters.get_notebook before reasoning about notebook blocks, inputs, latest run metadata, or before editing notebook structure.get_integration for cached table, schema, column, or table-existence questions about an integration.list_notebook_runs for run history or failed-run searches; use get_run for one selected run's status, errors, or snapshot.snapshotDownloadUrl values unless the user asks for a download/file handoff; use inline snapshots only when output or error details are needed.development
Use when the user wants to spin up / create / launch / provision a DigitalOcean droplet (or "a remote dev box on DO") and connect to it from Codex as a remote SSH workspace.
data-ai
Search through Microsoft Teams chats or channels, triage unread or recent activity, draft follow-ups, and manage Planner tasks through connected Teams data.
tools
Motion / animation context for the `use_figma` MCP tool — animating Figma nodes via manual keyframes, animation styles, easing, and timeline duration. Load alongside figma-use whenever a task involves adding, editing, or inspecting animation on a node.
development
SwiftUI ↔ Figma translation. Use whenever the user mentions Swift, SwiftUI, iOS, iPhone, or iPad — in EITHER direction — translating a Figma design into SwiftUI (design → code), or pushing SwiftUI views / screens / tokens back into a Figma file (code → design). Triggers on phrases like 'implement this Figma design in SwiftUI', 'build this screen in Swift', 'push this SwiftUI view to Figma', 'mirror my Swift code in a Figma file', or whenever a Figma URL appears alongside `.swift` files / an `.xcodeproj`. Routes to a direction-specific reference doc; loads alongside `figma-use` for the code → design path.