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
| Field | Type | Description |
|---|---|---|
| transcript* | string | Markdown briefing for the next agent: context, instructions, conversation summary, task st |
| files | array | Optional files the next agent needs alongside the transcript |
| title | string | Short name for the bundle, e.g. "auth refactor handoff" |
| expires_days | integer | Days until the file is deleted (1-180, default 30) default 30 |
| password | string | Optional 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.