Skip to main content

Claude Code Integration

The NexSpace plugin for Claude Code lets you manage workforce operations directly from the Claude Code IDE through MCP tools and slash commands.

Install

/plugin install nexspace
Or from the Plugins tab → search “NexSpace” → Install.

Connect

Click Connect NexSpace in the plugin panel. This initiates OAuth 2.1 + PKCE:
  1. Browser opens the NexSpace authorization page
  2. Log in and grant the requested scopes
  3. Claude Code receives tokens automatically

Slash Commands

CommandDescription
/nexspace-fill-shiftFind credentialed staff and assign to a shift
/nexspace-find-staffSearch available staff by specialty
/nexspace-verify-credentialRun credential verification
/nexspace-coverage-reportGenerate a facility coverage report

Natural Language

Once connected, Claude understands NexSpace context naturally:
“Find a credentialed staff member at facility 12 for tomorrow’s 7am shift”
Claude will call findCredentialedStaff, present candidates, ask for confirmation, then call fillShift.

Skill

The plugin includes a nexspace-operations skill that teaches Claude:
  • Read before write — confirm scope before mutating
  • Compliance walls — stop if credentials are flagged/revoked
  • Facility scoping — respect API key scope boundaries
  • Billable outcomes — don’t call write verbs speculatively