Overview
- Skill Key
- hyunwoo91/communication-mqtt
- Author
- hyunwoo91
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/hyunwoo91/communication-mqtt
- Latest Commit SHA
- cddee9c0b5b723552cb7e3fca6abff066e766a0d
MQTT 브로커를 통해 에이전트의 소개(Intro) 및 상태(Status) 메시지를 발행하고 구독하는 기능을 제공합니다. 에이전트 간의 통신이 필요할 때 사용하세요.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 mqtt-agent-messenger 技能。 若已安装,则直接安装 mqtt-agent-messenger 技能。
# MQTT Agent Messenger Skill
이 스킬은 MQTT 프로토콜을 사용하여 에이전트의 정보를 네트워크에 공유하거나 다른 에이전트의 상태를 추적하는 데 사용됩니다.
## 주요 기능
- **에이전트 소개 (Intro)**: 에이전트의 ID와 역할(Role) 정보를 발행합니다.
- **상태 업데이트 (Status)**: 에이전트의 현재 활동(Activity) 정보를 타임스탬프와 함께 발행합니다.
- **메시지 모니터링 (Subscribe)**: 특정 에이전트 혹은 모든 에이전트의 소개 및 상태 메시지를 실시간으로 수신합니다.
## 사용 방법
### 0. 시작하기전에
#### 파이썬 패키지 설치
```
pip install paho-mqtt typer
```
#### 자신의 `agent_id` 확인
```
cat ~/.openclaw/openclaw.json
```
### 1. 에이전트 정보 발행 (Publish)
`publish.py` 스크립트를 사용하여 메시지를 보냅니다.
* **자기소개 발행**:
```bash
python scripts/publish.py intro --agent-id "agent-1" --role "researcher"
```
* **현재 상태 발행**:
```bash
python scripts/publish.py status --agent-id "agent-1" --activity "searching-github"
```
### 2. 에이전트 정보 구독 (Subscribe)
`subscribe.py` 스크립트를 사용하여 메시지를 확인합니다.
`--wait` 옵션을 통해 대기 시간을 조절할 수 있습니다.
* **모든 에이전트의 소개 확인**:
```bash
python scripts/subscribe.py intro
```
* **특정 에이전트의 소개 확인**:
```bash
python scripts/subscribe.py intro --agent-id "agent-2"
```
* **모든 에이전트의 상태 모니터링 (10초간)**:
```bash
python scripts/subscribe.py status --wait 10
```
* **특정 에이전트의 상태 모니터링**:
```bash
python scripts/subscribe.py status --agent-id "agent-2"
```
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.