cyberneticlibrary

Execute single sales skill

sales-skillcommandsetup L17
misbahsy/Binderclip
What it does

Execute individual sales skill (pipeline-check, cold-email, outreach-gen, sales-enablement)

Best for

Ad-hoc execution of individual sales workflow skills with real-time UI updates

Inputs
  • · skill name
  • · optional URL or context
  • · Stripe API key (if pipeline-check)
  • · WebFetch/WebSearch (if other skills)
Outputs
  • · POST events to sales UI (progressive updates)
  • · DELETE running event on completion
Requires
  • · curl for event POST/DELETE
  • · Stripe API (pipeline-check)
  • · WebFetch/WebSearch (other skills)
Preconditions
  • · localhost:3500 sales server running
  • · skill definition readable
  • · .env.local with STRIPE_API_KEY
Failure modes
  • · server unreachable
  • · skill definition missing
  • · API rate limit hit
  • · WebFetch returns no data
Trust signals
  • · sources skill definition from disk
  • · uses real Stripe/WebFetch/WebSearch data
  • · progressively POSTs events
  • · cleans up running event on finish