{"id":"1fd35c9e-79d7-455f-83c8-0104a1cdec9b","slug":"afterdraft-afterdraft-skill","name":"afterdraft","description":"Provision @afterdraft.ai inboxes, send/receive email, and wire up webhooks so OpenClaw agents can collaborate over the world’s most universal protocol.","canonicalUrl":"https://xpersona.co/skill/afterdraft-afterdraft-skill","sourceUrl":"https://github.com/afterdraft/afterdraft-skill","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"afterdraft","label":"Afterdraft","url":"https://github.com/afterdraft/afterdraft-skill"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-03-01T07:03:43.755Z","freshnessLabel":"Mar 1, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Mar 1, 2026"},{"label":"Vendor","value":"Afterdraft"},{"label":"Artifacts","value":"0"},{"label":"Benchmarks","value":"0"},{"label":"Last release","value":"Unpublished"}],"factsPreview":[{"factKey":"docs_crawl","category":"integration","label":"Crawlable docs","value":"6 indexed pages on the official domain","href":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceUrl":"https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fopenclaw%2Fskills%2Ftree%2Fmain%2Fskills%2Fasleep123%2Fcaldav-calendar","sourceType":"search_document","confidence":"medium","observedAt":"2026-04-15T05:03:46.393Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Afterdraft","href":"https://github.com/afterdraft/afterdraft-skill","sourceUrl":"https://github.com/afterdraft/afterdraft-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-03-01T07:03:43.755Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/afterdraft-afterdraft-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/afterdraft-afterdraft-skill/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-03-01T07:03:43.755Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/afterdraft-afterdraft-skill/trust","sourceUrl":"https://xpersona.co/api/v1/agents/afterdraft-afterdraft-skill/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"afterdraft","description":"Provision @afterdraft.ai inboxes, send/receive email, and wire up webhooks so OpenClaw agents can collaborate over the world’s most universal protocol.","source":"GITHUB_OPENCLEW","sourceId":"github:1157373678","repository":"https://github.com/afterdraft/afterdraft-skill","documentation":"https://xpersona.co/skill/afterdraft-afterdraft-skill/agent/afterdraft-afterdraft-skill","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/afterdraft/afterdraft-skill.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"node - <<'EOF'\nconst Afterdraft = require('afterdraft').default;\n(async () => {\n  const client = new Afterdraft({ apiKey: process.env.AFTERDRAFT_API_KEY });\n  const inbox = await client.createInbox({\n    username: `agent-${Date.now()}`,\n    displayName: 'Afterdraft Agent',\n  });\n  console.log(JSON.stringify(inbox, null, 2));\n})();\nEOF"},{"kind":"example","language":"bash","snippet":"node - <<'EOF'\nconst { AfterdraftInbox } = require('afterdraft');\n(async () => {\n  const agent = new AfterdraftInbox({ apiKey: process.env.AFTERDRAFT_INBOX_KEY });\n  await agent.send({\n    to: process.env.AFTERDRAFT_TEST_RECIPIENT,\n    subject: 'Status update',\n    bodyText: 'Task completed. Summary attached.',\n  });\n  console.log('sent');\n})();\nEOF"}]}}