Skip to content

MCP Tools and Skills Reference

Orbit MCP lets an AI client work with Orbit through permission-aware tools. Orbit skills are optional client-side guidance packages that help the client use those tools safely.

CategoryToolsUse it for
Connection checkorbit_doctorCheck connection details and available capabilities.
Workspacesorbit_list_workspacesList accessible Orbit workspaces.
Notes and foldersorbit_list_notes, orbit_resolve_note, orbit_get_noteFind and read notes by path, title, URL, or identifier.
Search and graphorbit_search_notes, orbit_get_workspace_graphSearch workspace content and inspect note relationships.
Safe writesorbit_create_note, orbit_append_to_note, orbit_patch_noteCreate notes and make targeted edits.
Tablesorbit_insert_table_rows, orbit_update_table_cells, orbit_delete_table_rows, orbit_move_table_rowsEdit existing tables without replacing the whole note.
Organizationorbit_move_note, orbit_delete_note, orbit_delete_folderRename, move, or delete Orbit notes and folders.
Assetsorbit_upload_assetAdd a binary attachment to an existing note.
Write statusorbit_get_write_statusCheck whether a long-running write was received, applied, or failed.

Tool availability may vary by client and Orbit version. Use orbit_doctor when checking a connection.

orbit_delete_note moves an Orbit note to Recently Deleted. This is a restorable soft delete, not a permanent delete.

orbit_delete_folder moves child Orbit notes to Recently Deleted before removing empty folders. Non-note files block folder deletion unless the tool call explicitly allows non-note files.

SkillUse it for
orbit-markdownCreating or editing Orbit notes with supported formatting, wiki links, citations, diagrams, and fenced code.
orbit-ai-ready-wikiPreparing an Orbit workspace to work well with AI clients.
orbit-source-ingestTurning source material into cited wiki updates or candidate pages.
orbit-query-wikiAnswering questions from Orbit with citations and no writes by default.
orbit-wiki-lintFinding unresolved links, stale pages, missing citations, duplicates, and contradictions.
orbit-safe-editsMaking safer MCP writes with confirmations and checks that reduce accidental overwrites.
orbit-meeting-notesConverting raw meeting material into wiki-ready notes.
Terminal window
npx -y @orbit/skills install claude-code
npx -y @orbit/skills install claude-chat
npx -y @orbit/skills install claude-cowork
npx -y @orbit/skills install codex
npx -y @orbit/skills install opencode

Restart the AI client after installing skills.

  • Skills do not grant data access.
  • MCP access still follows Orbit authorization and Microsoft 365 permissions.
  • Prefer append or targeted patch operations over broad replacements.
  • Review AI-written changes before treating them as final.
  • Use note context for narrow tasks and workspace context only when needed.