Deploy

Ship the skill anywhere

Once an interview is done, your `SkillDocument` is portable. Run it from your laptop with @smetp/runtime, host it here, or wire it into the tools your team already uses.

HTTPS Webhook

available

POST input JSON, get the skill response back. The universal adapter.

  • ·Stable URL per skill — POST `{ "input": { ... } }`
  • ·Returns the same `{ matched, output, trace }` as @smetp/runtime
  • ·Auth via Bearer token issued in the dashboard
Deploy

Slack bot

beta

/ask-jane in any channel calls your underwriter skill.

  • ·Slash command and @mention modes
  • ·Reads channel context for richer input
  • ·Streams the answer back into the thread

Env: SLACK_BOT_TOKENSLACK_SIGNING_SECRET

Deploy

Email I/O

coming soon

A dedicated address per skill — email in, answer back.

  • ·A unique reply-to per skill
  • ·Threading-aware: replies stay in the conversation
  • ·Attachments parsed for input variables

Env: RESEND_API_KEYINBOUND_EMAIL_DOMAIN

Notify me

Scheduled Cron

beta

Run the skill on a schedule against a stored input source.

  • ·cron syntax (UTC) configured per skill
  • ·Pulls input from a Postgres view, a Google Sheet, or a webhook
  • ·Posts results to Slack, email, or another webhook
Deploy

MCP tool

available

Expose this skill as a Model Context Protocol tool to any agent.

  • ·Stable MCP endpoint per skill — point Claude Desktop at it
  • ·Tool name auto-derived from skill domain + role
  • ·Input schema generated from the skill formula variables

Env: MCP_SERVER_TOKEN

Deploy