ccxbot

Send X notifications and listen for replies via WebSocket server.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/kazuph/dotfiles --skill ccxbot
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ccxbot
Source: https://github.com/kazuph/dotfiles/tree/main/claude/skills/ccxbot
Command: npx skills add https://github.com/kazuph/dotfiles --skill ccxbot

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to send notifications to the X (Twitter) /notifications page, enabling asynchronous communication and question-asking without interrupting your workflow.

Core Features & Use Cases

  • Send Notifications: Post messages that appear as native X notifications.
  • Listen for Replies: Optionally wait for a user's response to a notification.
  • Use Case: Ask a colleague a quick question via X notification and receive their answer directly in your terminal.

Quick Start

Send a notification with the message "Hello from Claude Code!" to your X notifications.

Frequently Asked Questions about ccxbot

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I send X notifications from a CLI environment to ask quick questions?

X notifications are sent by running a local Node.js WebSocket server on port 18765 and loading the accompanying Chrome extension. This combination pushes native notification messages to the X platform without interrupting your workflow.

Do I need a Node.js server and Chrome extension to receive Twitter replies in my terminal?

Yes, receiving Twitter replies in your terminal requires both a running Node.js server on port 18765 and the loaded Chrome extension. The WebSocket server listens for user replies and delivers the responses directly back to your CLI.

What is asynchronous communication via X notifications useful for?

Asynchronous communication via X notifications is useful for asking colleagues quick questions without leaving your terminal. You can send a notification and optionally wait for their response directly within your development workflow.

Can I use WebSocket to listen for X platform replies without interrupting my workflow?

Yes, you can use the WebSocket server to listen for X platform replies without interrupting your workflow. It optionally waits for user responses to your notifications and delivers them directly to your terminal.

Why are my X notifications not working without port 18765?

X notifications fail without port 18765 because the Node.js server relies on this specific port to facilitate the WebSocket connection. The Chrome extension communicates with the server on this port to post and listen for messages.