transfer
T
transfer
/share_conversation

Hand a whole conversation to another model

Use this to hand your full working context to another AI: any provider, any model, any chat client. Packages a markdown transcript (instructions, conversation s

liveverifiedunknown~5s typical
mcpprobedtransfer
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-com-83blue-upload-transfer /share_conversation for me.

Input

FieldTypeDescription
transcript*stringMarkdown briefing for the next agent: context, instructions, conversation summary, task st
filesarrayOptional files the next agent needs alongside the transcript
titlestringShort name for the bundle, e.g. "auth refactor handoff"
expires_daysintegerDays until the file is deleted (1-180, default 30) default 30
passwordstringOptional custom password (8-64 chars); a strong one is generated when omitted

Call it

curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
  -H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
  -d '{"provider":"mcp-com-83blue-upload-transfer","endpoint":"/share_conversation","input":{"transcript":"...","expires_days":30}}'
cli
npx cracked-ai run -p mcp-com-83blue-upload-transfer -e /share_conversation -i '{"transcript":"...","expires_days":30}'
mcp
run_tool({ provider: "mcp-com-83blue-upload-transfer", endpoint: "/share_conversation", input: {"transcript":"...","expires_days":30} })

Try it

Runs against your signed-in workspace balance. Sign in if you have not.