Agent SkillsSharpAI/DeepCamera › mqtt-automation

mqtt-automation

GitHub

将SharpAI Aegis摄像头事件发布至MQTT代理,支持与Home Assistant、Node-RED等自动化平台集成。

skills/automation/mqtt/SKILL.md SharpAI/DeepCamera

Trigger Scenarios

需要将Aegis分析结果(如人形检测、警报)推送至智能家居或自动化系统 配置基于MQTT的事件驱动自动化流程

Install

npx skills add SharpAI/DeepCamera --skill mqtt-automation -g -y
More Options

Non-standard path

npx skills add https://github.com/SharpAI/DeepCamera/tree/master/skills/automation/mqtt -g -y

Use without installing

npx skills use SharpAI/DeepCamera@mqtt-automation

指定 Agent (Claude Code)

npx skills add SharpAI/DeepCamera --skill mqtt-automation -a claude-code -g -y

安装 repo 全部 skill

npx skills add SharpAI/DeepCamera --all -g -y

预览 repo 内 skill

npx skills add SharpAI/DeepCamera --list

SKILL.md

Frontmatter
{
    "name": "mqtt-automation",
    "version": "1.0.0",
    "parameters": [
        {
            "name": "broker",
            "type": "string",
            "group": "Connection",
            "label": "MQTT Broker",
            "default": "localhost",
            "required": true
        },
        {
            "name": "port",
            "type": "number",
            "group": "Connection",
            "label": "Port",
            "default": 1883
        },
        {
            "name": "username",
            "type": "string",
            "group": "Connection",
            "label": "Username"
        },
        {
            "name": "password",
            "type": "password",
            "group": "Connection",
            "label": "Password"
        },
        {
            "name": "topic_prefix",
            "type": "string",
            "group": "MQTT",
            "label": "Topic Prefix",
            "default": "aegis"
        },
        {
            "name": "events",
            "type": "string",
            "group": "MQTT",
            "label": "Events to Publish",
            "default": "clip_completed,person_detected,alert",
            "description": "Comma-separated event types"
        }
    ],
    "description": "Publish Aegis events to MQTT broker",
    "capabilities": {
        "automation": {
            "script": "scripts\/mqtt_publish.py",
            "description": "Publishes Aegis events to MQTT topics"
        }
    }
}

MQTT Automation

Publishes SharpAI Aegis events to an MQTT broker. Integrate with Home Assistant, Node-RED, or any MQTT-compatible automation platform.

Events Published

Event Topic When
clip_completed aegis/{camera_id}/clip_completed New clip analyzed
person_detected aegis/{camera_id}/person_detected Person identified
alert aegis/{camera_id}/alert Smart alert triggered
camera_offline aegis/{camera_id}/camera_offline Camera stops responding

Setup

python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt

Version History

  • 2264fcb Current 2026-08-20 16:02

Same Skill Collection

skills/analysis/cloud-provider-regression/SKILL.md
skills/analysis/home-security-benchmark/SKILL.md
skills/analysis/homesafe-bench/SKILL.md
skills/analysis/smarthome-bench/SKILL.md
skills/annotation/dataset-annotation/SKILL.md
skills/annotation/dataset-management/SKILL.md
skills/camera-providers/eufy/SKILL.md
skills/camera-providers/tapo/SKILL.md
skills/channels/matrix/SKILL.md
skills/detection/yolo-detection-2026-coral-tpu-macos/SKILL.md
skills/detection/yolo-detection-2026-coral-tpu-win-wsl/SKILL.md
skills/detection/yolo-detection-2026-openvino/SKILL.md
skills/detection/yolo-detection-2026/SKILL.md
skills/integrations/homeassistant-bridge/SKILL.md
skills/segmentation/sam2-segmentation/SKILL.md
skills/training/model-training/SKILL.md
skills/transformation/depth-estimation/SKILL.md
skills/automation/ha-trigger/SKILL.md
skills/automation/webhook/SKILL.md
skills/camera-providers/reolink/SKILL.md
skills/channels/line/SKILL.md
skills/channels/signal/SKILL.md
skills/streaming/go2rtc-cameras/SKILL.md

Metadata

Files
0
Version
2264fcb
Hash
d5d7b8ad
Indexed
2026-08-20 16:02

Accueil - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-30 01:44
浙ICP备14020137号-1 $Carte des visiteurs$