← 返回 Skills 市场
三峰智能
作者
lingguyuan
· GitHub ↗
· v1.0.2
· MIT-0
141
总下载
0
收藏
1
当前安装
4
版本数
在 OpenClaw 中安装
/install sufn-smart-home
功能描述
三峰智能家居控制技能。适用场景:(1) 用户说"三峰登录 账号 密码";(2) 用户说打开/关闭/调节灯/空调/窗帘/插座等设备;(3) 用户说同步设备、设备列表、场景列表、执行场景、家庭列表、进入家庭、帮助、三峰帮助;(4) 用户说任何模式/场景名称(如观影模式、阅读模式、回家等)。所有操作真实调用 API,不...
安全使用建议
This skill appears to be a straightforward controller for the 三峰/SUFN open.aibasis.cc API and does what it says, but before installing: (1) confirm you trust the domain https://open.aibasis.cc (no homepage/source is provided here); (2) understand that logging in via chat sends your account/password to the skill and the returned token and home/device lists are persisted to {baseDir}/state.json — ensure that file and the agent workspace are access-controlled; (3) prefer using a dedicated or low‑privilege account or temporary credential when testing; (4) if you use a shared agent or allow autonomous agent actions, restrict or monitor the skill's use because it can perform real device actions; (5) consider periodically revoking tokens on the SUFN side and inspect state.json contents after a login to confirm only expected fields are stored.
功能分析
Type: OpenClaw Skill
Name: sufn-smart-home
Version: 1.0.2
The skill facilitates smart home control via the SUFN platform API (open.aibasis.cc). It employs high-risk capabilities including shell execution (PowerShell/bash), network access for API interaction, and file system operations to store authentication tokens and device data in a local 'state.json' file. While these behaviors are aligned with the skill's stated purpose of controlling smart devices, the handling of plaintext credentials and the use of system-level scripts for remote API interaction warrant a suspicious classification according to the provided criteria for risky but non-malicious behavior.
能力评估
Purpose & Capability
Skill name, description, and runtime instructions all describe controlling SUFN devices via the documented open.aibasis.cc APIs. There are no unrelated required binaries, env vars, or install steps; the declared external domain matches the stated purpose.
Instruction Scope
The SKILL.md contains explicit OS-specific scripts (PowerShell and bash) to call the SUFN API and instructs the agent to capture a STATE_JSON: line and persist it. This is within the control-skill scope, but the instructions make the agent handle user credentials and tokens and explicitly persist them — so verify you are comfortable with those persistent credentials and that the agent's read/write tools are limited to the skill's state file.
Install Mechanism
Instruction-only skill with no install spec or external downloads; lowest-risk install mechanism (nothing is written by an installer beyond the normal agent behavior).
Credentials
The skill requests no environment variables or external credentials at install time, which is proportionate. However it expects the agent to accept user-supplied account/password via chat and will store the returned token (and home info) in {baseDir}/state.json — this persistent storage of sensitive data should be considered.
Persistence & Privilege
always:false and the skill only writes/reads its own state.json as documented. It does not request system-wide configuration changes or other skills' credentials. Autonomous invocation is enabled (default) but not flagged alone; consider how often the agent may call the skill.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sufn-smart-home - 安装完成后,直接呼叫该 Skill 的名称或使用
/sufn-smart-home触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
- Added cross-platform support: now works on Windows (PowerShell) and macOS/Linux (bash).
- Clarified API usage and external service declarations.
- Updated state file handling to use standard read/write tools; exec now only for HTTP calls.
- Improved instructions and sample scripts for login, household switching, device sync, and listing.
- Strengthened compliance: responses must always reflect real API results and never simulate outcomes.
v0.0.1
SUFN 智能家居控制技能 v0.0.1 — 初始版本发布
- 提供登录、家庭列表、场景与设备控制等完整 API 调用说明
- 明确使用 PowerShell 脚本和状态持久化规范
- 严格规定所有设备操作、状态同步流程和返回格式
- 禁止模拟或伪造控制结果,保证实际 API 调用
- 覆盖家庭切换、同步、场景/设备控制等使用场景
v1.0.1
- Removed the `state.json` file from the skill package.
- No user-facing feature changes; persistent state file is now excluded from distribution.
v1.0.0
sufn-smart-home v1.0.0
- Initial release of the 三峰智能家居控制 skill.
- Supports user login, home listing, home switching, device and scene control, and device synchronization via specified API.
- Strictly enforces real API calls for all operations; execution results must not be simulated or faked.
- All commands and responses are designed to be concise and direct, following the documented reply format.
- Windows PowerShell is required for all backend operations and API calls.
元数据
常见问题
三峰智能 是什么?
三峰智能家居控制技能。适用场景:(1) 用户说"三峰登录 账号 密码";(2) 用户说打开/关闭/调节灯/空调/窗帘/插座等设备;(3) 用户说同步设备、设备列表、场景列表、执行场景、家庭列表、进入家庭、帮助、三峰帮助;(4) 用户说任何模式/场景名称(如观影模式、阅读模式、回家等)。所有操作真实调用 API,不... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 141 次。
如何安装 三峰智能?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sufn-smart-home」即可一键安装,无需额外配置。
三峰智能 是免费的吗?
是的,三峰智能 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
三峰智能 支持哪些平台?
三峰智能 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 三峰智能?
由 lingguyuan(@lingguyuan)开发并维护,当前版本 v1.0.2。
推荐 Skills