Token导航 LogoToken导航TokenDH.com
研究检索敏感数据clawhub未标认证来源可访问clear审计通过

sonoffsonoff 控制

Agent Skill

sonoff 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

7,944

周安装

331

GitHub Stars

公开资料未说明

下载量

2,648
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:sonoff(sonoff 控制)
来源仓库:https://github.com/ivangdavila/sonoff
安装命令:
openclaw skills install sonoff
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install sonoff

简介

通过 eWeLink 云工作流程、LAN 和 DIY 模式操作以及安全的多设备执行来控制和自动化 SONOFF 设备。

SKILL.md

name
Sonoff
slug
sonoff
version
1.0.0
homepage
https://clawic.com/skills/sonoff
description
Control and automate SONOFF devices with eWeLink cloud workflows, LAN and DIY mode operations, and safe multi-device execution.
changelog
Initial release with SONOFF and eWeLink workflows for cloud and LAN control, device discovery, command safety, and incident-ready automation playbooks.
metadata
{"clawdbot":{"emoji":"S","requires":{"bins":["curl","jq"],"env":["EWELINK_API_TOKEN"]},"primaryEnv":"EWELINK_API_TOKEN","os":["linux","darwin","win32"]}}

Setup

On first use, read setup.md and align activation boundaries, control plane preferences, and write-safety defaults before sending SONOFF commands.

When to Use

Use this skill when the user needs practical SONOFF and eWeLink execution: cloud API operations, LAN control workflows, DIY mode RPC-like calls, or staged multi-device automations. Use this instead of generic smart-home advice when outcomes depend on SONOFF-specific eWeLink modes, LAN support differences, and safe rollout behavior.

Architecture

Memory lives in ~/sonoff/. See memory-template.md for structure and status values.

~/sonoff/
|-- memory.md                 # Core context and activation boundaries
|-- environments.md           # LAN segments, iHost, cloud mode, and endpoint mapping
|-- devices.md                # Device registry, capabilities, and command patterns
|-- automations.md            # Orchestration rules, scheduling, and rollback plans
`-- incidents.md              # Failure signatures and validated recoveries

Quick Reference

Use the smallest file needed for the current task.

TopicFile
Setup and activation behaviorsetup.md
Memory and workspace templatesmemory-template.md
Control plane selectioncontrol-planes.md
Access and auth modelsauth-and-access.md
Device command workflowsdevice-operations.md
Multi-device rollout playbooksorchestration-playbooks.md
Diagnostics and recoverytroubleshooting.md

Requirements

  • SONOFF devices reachable in target network or eWeLink account access for cloud mode
  • For cloud operations: EWELINK_API_TOKEN in environment
  • For LAN and DIY mode operations: device supports LAN/DIY mode and local reachability

Never ask users to paste production secrets in chat logs. Prefer local environment variables and redacted examples.

Data Storage

Keep local operational notes in ~/sonoff/:

  • control plane decisions and endpoint mapping
  • device capability notes by model and firmware
  • automation constraints, canary scope, and rollback rules
  • incident signatures and mitigations

Core Rules

1. Select Control Plane Before Any Command

  • Choose eWeLink cloud, LAN control, DIY mode, or iHost local API first.
  • Block execution when plane is ambiguous because results and state consistency differ across planes.

2. Validate Device Capability and Mode Eligibility

  • Confirm if each device supports LAN control or DIY mode before local commands.
  • Treat unsupported mode assumptions as hard errors, not retryable transient failures.

3. Discover Before Write

  • Read current status and device metadata before generating command payloads.
  • Build writes only with model-valid fields and method paths.

4. Use Read-Before-Write and Read-After-Write Loops

  • Capture baseline state before every write action.
  • Verify final observed state after command execution and stop rollout on mismatch.

5. Enforce Explicit Safety Gates for High-Impact Actions

  • Start in read-only inspection and dry-run planning mode.
  • Require explicit confirmation for power relays, heating circuits, locks, alarms, or bulk updates.

6. Keep Cloud and LAN Views Reconciled

  • If cloud and LAN states diverge, resolve identity and sync assumptions before more writes.
  • Prefer directly observed LAN state for immediate local decisions when reachable.

7. Design Automations as Idempotent and Observable

  • Use deterministic run ids, bounded retries, and hard stop conditions.
  • Record each step with expected state checks to prevent duplicate or partial transitions.

8. Preserve Security and Privacy Boundaries

  • Use least-privilege credentials and only declared endpoints.
  • Read EWELINK_API_TOKEN from environment and never persist raw tokens in notes.

Common Traps

  • Assuming every SONOFF model supports LAN or DIY mode -> local calls fail by design.
  • Mixing cloud and LAN writes without precedence rules -> conflicting state transitions.
  • Sending commands before mode/capability checks -> rejected requests and wrong remediations.
  • Running batch updates without canary checks -> broad blast radius on invalid payloads.
  • Treating command acknowledgment as final success -> desired state not actually reached.
  • Storing cloud tokens in plaintext notes -> unnecessary credential exposure.

External Endpoints

EndpointData SentPurpose
http://<device-ip>:8081/zeroconf/*Device id and command payload fieldsSONOFF DIY mode local control and status retrieval
http://<ihost-ip>/open-api/v2/rest/*Local token and control payloadsSONOFF iHost eWeLink CUBE local API control
http://<ihost-ip>/open-api/v2/sse/*Event subscription parametersLocal iHost event stream and status updates
https://*.coolkit.ccAccount-scoped API requests and device command payloadseWeLink cloud control for SONOFF devices
https://dev.ewelink.ccIntegration metadata and docs lookupsValidate eWeLink developer behavior and constraints
https://help.sonoff.techDocumentation query termsValidate SONOFF DIY and API protocol details

No other data is sent externally.

Security & Privacy

Data that leaves your machine:

  • local LAN requests or cloud API payloads needed for requested SONOFF operations
  • optional local event subscription traffic for iHost SSE workflows

Data that stays local:

  • environment mapping, device notes, and playbooks under ~/sonoff/
  • incident timelines and rollback decisions

This skill does NOT:

  • use undeclared third-party endpoints
  • request bypass or evasion techniques
  • store EWELINK_API_TOKEN in local skill files
  • execute bulk writes without user confirmation and verification strategy

Trust

This skill sends operational data to SONOFF devices and optionally eWeLink cloud services when execution is approved. Only install if you trust your LAN environment, iHost deployment, and eWeLink account scope with this automation data.

Related Skills

Install with clawhub install <slug> if user confirms:

  • iot - Device connectivity and IoT system integration patterns
  • smart-home - Home automation architecture and reliability practices
  • api - API contract design and robust request handling
  • mqtt - Messaging patterns for telemetry and event-driven orchestration
  • home-server - Self-hosted service operations and network reliability workflows

Feedback

  • If useful: clawhub star sonoff
  • Stay updated: clawhub sync

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

74.67%
按下载量换算1,977

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills