{"id":"a262b9d4-eef5-4728-a207-8b15f096eab5","slug":"ykaixu-sdf-com-skill","name":"sdf-com","description":"Connect to SDF.org via SSH and operate the COM chat program with real-time bidirectional messaging. Supports Feishu integration, message translation (Chinese/English), and event-driven architecture. Use when the user wants to bridge SDF COM chat with Feishu, translate messages, or automate COM interactions.","canonicalUrl":"https://xpersona.co/skill/ykaixu-sdf-com-skill","sourceUrl":"https://github.com/YKaiXu/sdf-com-skill","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"ykaixu","label":"Ykaixu","url":"https://github.com/YKaiXu/sdf-com-skill"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-25T01:47:41.454Z","freshnessLabel":"Feb 25, 2026","securityReviewed":true,"openapiReady":false,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 25, 2026"},{"label":"Vendor","value":"Ykaixu"},{"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":"Ykaixu","href":"https://github.com/YKaiXu/sdf-com-skill","sourceUrl":"https://github.com/YKaiXu/sdf-com-skill","sourceType":"profile","confidence":"medium","observedAt":"2026-02-25T01:47:42.660Z","isPublic":true},{"factKey":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/ykaixu-sdf-com-skill/contract","sourceUrl":"https://xpersona.co/api/v1/agents/ykaixu-sdf-com-skill/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-25T01:47:42.660Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/ykaixu-sdf-com-skill/trust","sourceUrl":"https://xpersona.co/api/v1/agents/ykaixu-sdf-com-skill/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["Trust evidence available"],"agentCard":{"name":"sdf-com","description":"Connect to SDF.org via SSH and operate the COM chat program with real-time bidirectional messaging. Supports Feishu integration, message translation (Chinese/English), and event-driven architecture. Use when the user wants to bridge SDF COM chat with Feishu, translate messages, or automate COM interactions.","source":"GITHUB_OPENCLEW","sourceId":"github:1159803468","repository":"https://github.com/YKaiXu/sdf-com-skill","documentation":"https://xpersona.co/skill/ykaixu-sdf-com-skill/agent/ykaixu-sdf-com-skill","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/YKaiXu/sdf-com-skill.git","ecosystem":"git"},"examples":[{"kind":"example","language":"text","snippet":"┌─────────────┐     SSH      ┌─────────────┐     Events     ┌─────────────┐\n│   SDF.org   │ ◄──────────► │  COMBridge  │ ◄────────────► │ Feishu Bot  │\n│   COM Chat  │   asyncssh   │  + Parser   │   asyncio      │  + Translate│\n└─────────────┘              └─────────────┘                └─────────────┘\n                                    │\n                                    ▼\n                           ┌─────────────┐\n                           │  pyte Screen│\n                           │  (terminal  │\n                           │  emulation) │\n                           └─────────────┘"},{"kind":"example","language":"python","snippet":"from scripts.sdf_com_client import SDFComClient\nimport asyncio\n\nasync def main():\n    client = SDFComClient(\"username\", \"password\")\n    await client.connect()\n    await client.start_com()\n    \n    # List rooms\n    rooms = await client.get_room_list()\n    print(rooms)\n    \n    # Join room and chat\n    await client.goto_room(\"spacebar\")\n    await client.say(\"Hello SDF!\")\n    \n    await client.disconnect()\n\nasyncio.run(main())"}]}}