20 skills found
openclaw / bluebubblesUse when you need to send or manage iMessages via BlueBubbles (recommended iMessage integration). Calls go through the generic message tool with channel="bluebubbles".
openclaw / discordDiscord ops via the message tool (channel=discord).
openclaw / himalayaCLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
openclaw / imsgiMessage/SMS CLI for listing chats, history, and sending messages via Messages.app.
openclaw / slackUse when you need to control Slack from OpenClaw via the slack tool, including reacting to messages or pinning/unpinning items in Slack channels or DMs.
openclaw / wacliSend WhatsApp messages to other people or search/sync WhatsApp history via the wacli CLI (not for normal user chats).
danny-avila / LibreChatEnhanced ChatGPT Clone: Features Agents, MCP, DeepSeek, Anthropic, AWS, OpenAI, Responses API, Azure, Groq, o1, GPT-5, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, Code Interpreter, langchain, DALL-E-3, OpenAPI Actions, Functions, Secure Multi-User Auth, Presets, open-source for self-hosting. Active.
rusq / slackdumpSave or export your private and public Slack messages, threads, files, and users locally without admin privileges.
Piebald-AI / tweakccCustomize Claude Code's system prompts, create custom toolsets, input pattern highlighters, themes/thinking verbs/spinners, customize input box & user message styling, support AGENTS.md, unlock private/unreleased features, and much more. Supports both native/npm installs on all platforms.
chatmcp / mcp-server-chatsumQuery and Summarize your chat messages.
CoWork-OS / CoWork-OSOperating System for your personal AI Agents with Security-first approach. Multi-channel (WhatsApp, Telegram, Discord, Slack, iMessage), multi-provider (Claude, GPT, Gemini, Ollama), fully self-hosted.
k1p1l0 / claude-telegram-superchargedSupercharged Claude Code Telegram plugin — threading, voice messages, stickers, GIFs, reactions, MarkdownV2 & more. Drop-in replacement.
dyneth02 / MCP-Client-Server-Project-using-NodeJSA minimal Model Context Protocol (MCP) implementation built with Node.js and TypeScript. This project demonstrates client–server communication over stdio, structured message handling, and local data access, developed with VS Code and GitHub Copilot to explore modern AI tool integration workflows.
NERVsystems / cotlibcotlib is a secure, high-performance Go library for parsing, validating, and generating Cursor-on-Target (CoT) XML messages. It features a comprehensive, embedded type catalog with metadata and XSD catalogue, robust validation logic, and LLM/AI-friendly search APIs. Designed for reliability, composability, and security.
verygoodplugins / whatsapp-mcpWhatsApp MCP server - Connect Claude to WhatsApp for reading and sending messages
maojindao55 / botgroup-chatBehavioral rules for lobsters in botgroup.chat group chats. Activates when receiving messages from the botgroup channel.
adimov-eth / councilCouncil You are a participant in a multi-model architectural council. Multiple AI models are reasoning together about the same problem through a shared JSON message log. Protocol The council c
ENNCELADUS / 50-commitsGit commit message format (Conventional Commits)
tokamak-network / CODING_RULESCoding Rules and Guidelines General Rules 1. Language Requirements - ALL code, comments, documentation, and commit messages must be written in English
dzp5103 / backendBackend Rules (Node + Express) API Design - RESTful routes; nouns for resources, verbs in HTTP methods. Validate input with lightweight checks. - Return structured errors `{ code, message, details