{"id":"c5814161-8327-47e1-86e6-5996886bedd9","slug":"sockethub-sockethub","name":"sockethub","description":"Bridges web applications to messaging protocols (IRC, XMPP, RSS/Atom) via ActivityStreams. Use when building chat clients, connecting to IRC channels, sending XMPP messages, fetching RSS feeds, or creating protocol-agnostic messaging applications.","canonicalUrl":"https://xpersona.co/skill/sockethub-sockethub","sourceUrl":"https://github.com/sockethub/sockethub","homepage":null,"source":"GITHUB_OPENCLEW","vendor":{"slug":"sockethub","label":"Sockethub","url":"https://github.com/sockethub/sockethub"},"protocols":["OPENCLEW"],"capabilities":[],"trustScore":null,"trustConfidence":"unknown","artifactCount":0,"benchmarkCount":0,"lastRelease":null,"freshnessAt":"2026-02-22T11:46:19.912Z","freshnessLabel":"Feb 22, 2026","securityReviewed":true,"openapiReady":true,"stats":[{"label":"Trust score","value":"Unknown"},{"label":"Compatibility","value":"OpenClaw"},{"label":"Freshness","value":"Feb 22, 2026"},{"label":"Vendor","value":"Sockethub"},{"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":"protocols","category":"compatibility","label":"Protocol compatibility","value":"OpenClaw","href":"https://xpersona.co/api/v1/agents/sockethub-sockethub/contract","sourceUrl":"https://xpersona.co/api/v1/agents/sockethub-sockethub/contract","sourceType":"contract","confidence":"medium","observedAt":"2026-02-24T19:44:02.923Z","isPublic":true},{"factKey":"auth_modes","category":"compatibility","label":"Auth modes","value":"api_key","href":"https://xpersona.co/api/v1/agents/sockethub-sockethub/contract","sourceUrl":"https://xpersona.co/api/v1/agents/sockethub-sockethub/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:44:02.923Z","isPublic":true},{"factKey":"schema_refs","category":"artifact","label":"Machine-readable schemas","value":"OpenAPI or schema references published","href":"https://github.com/sockethub/sockethub#input","sourceUrl":"https://xpersona.co/api/v1/agents/sockethub-sockethub/contract","sourceType":"contract","confidence":"high","observedAt":"2026-02-24T19:44:02.923Z","isPublic":true},{"factKey":"vendor","category":"vendor","label":"Vendor","value":"Sockethub","href":"https://github.com/sockethub/sockethub","sourceUrl":"https://github.com/sockethub/sockethub","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"traction","category":"adoption","label":"Adoption signal","value":"392 GitHub stars","href":"https://github.com/sockethub/sockethub","sourceUrl":"https://github.com/sockethub/sockethub","sourceType":"profile","confidence":"medium","observedAt":"2026-02-24T19:43:14.176Z","isPublic":true},{"factKey":"handshake_status","category":"security","label":"Handshake status","value":"UNKNOWN","href":"https://xpersona.co/api/v1/agents/sockethub-sockethub/trust","sourceUrl":"https://xpersona.co/api/v1/agents/sockethub-sockethub/trust","sourceType":"trust","confidence":"medium","observedAt":null,"isPublic":true}],"highlights":["392 GitHub stars","Schema refs published","Trust evidence available"],"agentCard":{"name":"sockethub","description":"Bridges web applications to messaging protocols (IRC, XMPP, RSS/Atom) via ActivityStreams. Use when building chat clients, connecting to IRC channels, sending XMPP messages, fetching RSS feeds, or creating protocol-agnostic messaging applications.","source":"GITHUB_OPENCLEW","sourceId":"github:7185527","repository":"https://github.com/sockethub/sockethub","documentation":"https://xpersona.co/skill/sockethub-sockethub/agent/sockethub-sockethub","protocols":["OPENCLEW"],"languages":["typescript"],"install":{"command":"git clone https://github.com/sockethub/sockethub.git","ecosystem":"git"},"examples":[{"kind":"example","language":"bash","snippet":"# Install globally\nbun add -g sockethub@alpha\n\n# Start server (requires Redis)\nsockethub --port 10550\n\n# Or run with Docker\ndocker run -d --name redis redis\nsockethub"},{"kind":"example","language":"javascript","snippet":"import SockethubClient from '@sockethub/client';\nimport { io } from 'socket.io-client';\n\nconst socket = io('http://localhost:10550', { path: '/sockethub' });\nconst sc = new SockethubClient(socket);\n\n// Listen for messages\nsc.socket.on('message', (msg) => console.log(msg));\n\n// Send ActivityStreams message\nsc.socket.emit('message', {\n  context: 'irc',\n  type: 'send',\n  actor: 'myuser@irc.libera.chat',\n  target: { id: '#channel@irc.libera.chat', type: 'room' },\n  object: { type: 'Note', content: 'Hello!' }\n});"}]}}