Skip to content

CareerClaw Overview

CareerClaw is the first live skill inside ClawOS. In the current platform codebase it supports:

  • fresh job briefings
  • ranked match review
  • application tracker updates
  • gap analysis
  • cover letter generation
  • Pro-aware feature gating through platform entitlements

CareerClaw spans multiple platform layers:

  • web workspace views in apps/web
  • API orchestration in apps/api/src/routes/chat.ts
  • worker execution in apps/worker
  • shared prompt/contracts in packages/shared

CareerClaw is not the platform shell.

ClawOS still owns:

  • identity
  • channels
  • billing and entitlements
  • session persistence
  • worker verification
  • security boundaries

The product should feel like ClawOS in CareerClaw mode, not like a separate CareerClaw app that happens to sit inside the shell.