18 skills found
openclaw / taskflow-inbox-triageExample TaskFlow pattern for inbox triage, intent routing, waiting on replies, and later summaries.
openclaw / taskflowCoordinate multi-step detached tasks as one durable TaskFlow job with owner context, state, waits, and child tasks.
openclaw / imsgUse the imsg CLI from OpenClaw agents for iMessage/SMS DMs, groups, replies, reactions, polls, watching, and private-API actions.
sansan0 / TrendRadar⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。
nanocoai / nanoclawA lightweight alternative to OpenClaw that runs in containers for security. Connects to WhatsApp, Telegram, Slack, Discord, Gmail and other messaging apps,, has memory, scheduled jobs, and runs directly on Anthropic's Agents SDK
nexu-io / nexuThe simplest desktop client for OpenClaw 🦞 — bridge your Agent to WeChat, Feishu, Slack & Discord in one click. Works with Claude Code, Codex & any LLM. BYOK, Oauth, local-first, chat from your phone 24/7.
rusq / slackdumpSave or export your private and public Slack messages, threads, files, and users locally without admin privileges.
korotovsky / slack-mcp-serverThe most powerful MCP Slack Server with no permission requirements, Apps support, GovSlack, DMs, Group DMs and smart history fetch logic.
CoWork-OS / CoWork-OSLocal-first personal agentic OS and everything app for coding, knowledge work, web design, automations, and artifacts.
timescale / tiger-slackReal-time Slack ingest and MCP server to power your agentic Slack bots
zhixuli0406 / DuDuClawOpen-source AI Agent platform — 80+ MCP tools, 7 channels (Slack/Discord/LINE/Telegram), Rust + Python. Self-hostable Claude/GPT alternative for production multi-LLM systems.
Rayenbabdallah / GetMCPZero Trust for AI agents. Generates and protects MCP servers for both internal copilots and customer-facing agents. Apache 2.0, self-hosted.
windborne / zulipmcpRun AI agents in Zulip as @mentionable bots — or wire into any MCP client.
mshtawythug / second-brainLocal-first personal knowledge base CLI — hybrid FTS + pgvector search, a GraphRAG entity graph, and LLM enrichment over your notes, transcripts, Slack & Gmail. Runs fully local on Ollama (no cloud, no API keys); queryable by any AI agent through the built-in MCP server.
yutakobayashidev / avaAutomatically share development progress to Slack through AI. MCP-powered task reporting with privacy-first design.
adityaarsharma / pickleFree, local, open-source MCP server that audits your ClickUp, Slack & Teams for what fell through the cracks — stale tasks, dropped promises, decisions lost in DMs. No account, no telemetry. Works in Claude, Cursor, Codex, Cline, Zed.
Percona-Lab / IBEXIBEX (Integration Bridge for EXtended systems) — MCP server connecting AI assistants to Slack, Notion, Jira, ServiceNow, Salesforce, and persistent memory
juzser / add-block-actionAdd a new block action handler for the Slack poll bot. The user will describe what the new action should do. Use $ARGUMENTS as the description. Steps: 1. Read `src/index.ts` to understand the existing `handleBlockAction()` function and how actions are routed by `action.action_id`. 2.