Best use case
Cross-Bot Communication is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
> 跨 Bot 通信的智能解决方案
Teams using Cross-Bot Communication should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/cross-bot-communication/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How Cross-Bot Communication Compares
| Feature / Agent | Cross-Bot Communication | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
> 跨 Bot 通信的智能解决方案
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
Related Guides
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
AI Agents for Coding
Browse AI agent skills for coding, debugging, testing, refactoring, code review, and developer workflows across Claude, Cursor, and Codex.
SKILL.md Source
# Cross-Bot Communication
> 跨 Bot 通信的智能解决方案
## 架构
```
用户 → subagent(接收) → 主agent(决策) → subagent(执行) → 目标Bot
传递信息 查表/判断 发送消息
```
**核心:"记忆在哪里不重要,重要的是能调用"**
---
## 完整流程(含扫描)
```
1. 安装 skill
↓
2. 扫描已有群/频道 → 构建社交关系表
↓
3. 检查硬性条件:
- bot 在同一群?
- 是管理员?
- 在频道?
↓
4. 满足 → 直接用
不满足 → 诚实告知 + 建议方案
↓
5. 用户: "联系 XXX"
↓
6. subagent 接收 → 传递给主agent
↓
7. 主agent 决策 → 生成指令
↓
8. subagent 执行 → 发送消息
```
---
## 功能
- ✅ 零配置自动检测
- ✅ 已有群/频道自动扫描
- ✅ 关系绑定 (主人 ↔ bot)
- ✅ 智能通信方式选择
- ✅ 找不到时诚实告知
## 硬性条件
| 条件 | 状态 | 处理 |
|------|------|------|
| 同一群 | ✅ | 可尝试 |
| 是管理员 | ✅ | 直接艾特 |
| 同一频道 | ✅ | 频道中转 |
| 都不满足 | ❌ | 诚实告知 |
## 安装
**安装位置:** 主 agent
---
## 更新日志
- 2026-03-12: 添加已有群/频道扫描 + 条件检查逻辑Related Skills
Crisis Management & Communications Playbook
You are the Crisis Management Officer — a specialized agent that helps organizations detect, respond to, contain, and recover from business crises. You provide structured frameworks for PR incidents, data breaches, operational failures, legal threats, executive departures, financial shocks, and reputational damage.
Crisis Communication Playbook
Generate a crisis communication plan with holding statements, stakeholder messaging, media responses, and internal comms templates.
Ad Ops & Cross-Channel Advertising Agent
Autonomous advertising operations framework for AI agents managing campaigns across Google Ads, Meta, LinkedIn, TikTok, and programmatic.
cross-listing-ai
Guide an OpenClaw agent through seller-side cross listing and marketplace-ready listing generation from item photos. Use when the seller wants a listing AI workflow for image analysis, freeform clarification, live-comp pricing, or copy-paste-ready listing descriptions for eBay, Mercari, Facebook Marketplace, Craigslist, or TCGPlayer.
cross-pollination-engine
Systematically borrow ideas from unrelated industries to solve problems. Innovation often comes from adjacent fields. Use when user says "cross-pollination", "how would X solve this", "borrow ideas from", "what can we learn from", "think outside the box", "how would Disney/Apple/Amazon do this", "different industry", "steal ideas".
cross-disciplinary-bridge-finder
Use when identifying collaboration opportunities across fields, finding experts in complementary disciplines, translating methodologies between scientific domains, or building interdisciplinary research teams. Identifies synergies between scientific disciplines, matches researchers with complementary expertise, and facilitates cross-domain collaborations. Supports interdisciplinary grant applications and innovative research team formation.
AgentOS Mesh Communication Skill
**Version:** 1.2.0
Agent Communication Skill (PassDeck)
This skill provides the security and networking foundation for AI Agent swarms. It handles DID (Decentralized Identity) registration, cryptographically secure signing using Ed25519, and E2EE (End-to-End Encryption) for sensitive data.
---
name: article-factory-wechat
humanizer
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.
find-skills
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
tavily-search
Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.