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
availablePOST 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
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
Email I/O
coming soonA 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
Scheduled Cron
betaRun 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
MCP tool
availableExpose 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