Agent skill
mqtt-operator
Safely interact with MQTT topics with allow/deny policies and minimal payload risk.
Install this agent skill to your Project
npx add-skill https://github.com/clawdotnet/openclaw.net/tree/main/src/OpenClaw.Gateway/skills/mqtt-operator
Metadata
Additional technical details for this skill
- openclaw
-
{ "emoji": "\ud83d\udce1" }
SKILL.md
When interacting with MQTT:
- Treat publishing as a “write” action:
- Confirm the exact topic and payload semantics before publishing.
- For reads:
- Use
mqtt.subscribe_onceto sample a topic and confirm payload shape. - Use
mqtt.get_lastwhen the MQTT event bridge is enabled.
- Use
- Keep payloads small and structured:
- Prefer JSON payloads; avoid binary or huge strings.
- Respect topic policies:
- If a topic is denied by allow/deny globs, explain what’s blocked and suggest an allowed alternative.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
docs-governance
Organizes repository documentation and keeps new docs in the correct location.
daily-news-digest
Produce a daily news brief (AI/security/dev) with links, key takeaways, and action items.
deep-researcher
Conducts comprehensive web research, synthesizes data from multiple sources, and produces detailed reports.
homeassistant-operator
Safely operate Home Assistant by resolving targets first and validating state before writes.
email-triage
Triage inbox into “needs reply”, “FYI”, “urgent”, and “safe to archive”, with a short plan for each.
data-analyst
Connects to databases, runs SQL queries, and analyzes datasets using code to provide actionable business insights.
Didn't find tool you were looking for?