← 返回 Skills 市场
ckxgzxa

华米(Zepp/原小米)运动刷步数

作者 Xi'ao Zhao · GitHub ↗ · v1.0.0 · MIT-0
linuxdarwinwin32 ⚠ suspicious
120
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install xiaomi-brush-steps
功能描述
华米运动(Zepp/小米运动)自动刷步数技能,支持多账号管理。当用户提到刷步数、修改运动步数、华米运动、小米运动、手环步数时触发。
安全使用建议
This skill implements exactly what it claims (automatically submitting steps), but it requires you to provide real account usernames and passwords and stores them in config.json in plaintext. Before installing or running it: (1) review the scripts yourself — especially the large encoded payload in huami.py — to ensure there is no unexpected network/callback behavior; (2) avoid using your primary accounts (use a throwaway/test account); (3) set strict file permissions (chmod 600 config.json) and run on an isolated/local machine if possible; (4) be aware that automating step submissions may violate Huami/Zepp terms of service and could lead to account action; (5) if you plan to use cron, understand that it will run autonomously with stored credentials; and (6) if you are uncomfortable auditing the code, do not provide real credentials.
功能分析
Type: OpenClaw Skill Name: xiaomi-brush-steps Version: 1.0.0 The skill is designed to automate step count modification for Zepp/Xiaomi (Huami) accounts. It is classified as suspicious because it explicitly instructs the AI agent in SKILL.md to solicit sensitive user credentials (usernames and passwords) and store them in plain text within a local 'config.json' file, creating a significant security risk. Furthermore, SKILL.md directs users to third-party websites (e.g., steps.hubp.de and yanwan.store) for testing, which could be used for credential harvesting. While the technical implementation in 'scripts/huami.py' appears to be a standard implementation of the Huami API protocol using known AES keys, the handling of user secrets and the promotion of external sites are high-risk behaviors.
能力标签
cryptorequires-oauth-tokenrequires-sensitive-credentials
能力评估
Purpose & Capability
Name/description match what the code does: Python scripts that log in to Zepp/Huami APIs and submit step data. Declared binaries and Python packages (requests, pycryptodome) are appropriate for network calls and AES usage in the code. No unrelated cloud credentials or services are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to collect account usernames and passwords and store them in config.json, then run the bundled scripts and optionally create cron jobs. That is within the functional scope but is sensitive: it instructs collection and local storage of plaintext credentials and points users to third-party testing sites. The instructions do not ask the agent to exfiltrate data to unexpected endpoints, but they do grant broad discretion to prompt the user for credentials and schedule automated runs.
Install Mechanism
No install spec or external download; the skill ships code files and is executed with python3. No remote installers or archive extracts are used, which reduces supply-chain risk.
Credentials
The skill requests no platform env vars or injected credentials. It does rely on user-supplied account credentials (username/password) which are necessary for its purpose but are stored in plaintext in config.json (SKILL.md also warns about this). The code optionally reads USE_FAKE_IP from the environment although that env var is not declared in metadata — minor mismatch. Hardcoded AES key/IV are present in code (used to format the login payload).
Persistence & Privilege
Skill is not always-enabled, does not request elevated or persistent platform privileges, and does not modify other skills or system-wide agent settings. It does instruct creating cron jobs only if the user asks, which is a normal user-controlled action.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install xiaomi-brush-steps
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /xiaomi-brush-steps 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
华米运动修改步数 v1.0.0 - 支持 Zepp Life (小米运动) 多账号自动刷步数,可自定义步数范围。 - 通过关键词(如“刷步数”“手环步数”)自动触发,兼容邮箱/手机号登录。 - 提供首次配置引导,支持查看/添加账号信息。 - 刷步结果详细报告,清晰标注成功或失败账号与步数。 - 支持定时任务设置,实现每日自动刷步,并给出渐进刷步建议。 - 增强安全提示,提醒本地明文密码的存储风险。
元数据
Slug xiaomi-brush-steps
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

华米(Zepp/原小米)运动刷步数 是什么?

华米运动(Zepp/小米运动)自动刷步数技能,支持多账号管理。当用户提到刷步数、修改运动步数、华米运动、小米运动、手环步数时触发。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 120 次。

如何安装 华米(Zepp/原小米)运动刷步数?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install xiaomi-brush-steps」即可一键安装,无需额外配置。

华米(Zepp/原小米)运动刷步数 是免费的吗?

是的,华米(Zepp/原小米)运动刷步数 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

华米(Zepp/原小米)运动刷步数 支持哪些平台?

华米(Zepp/原小米)运动刷步数 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(linux, darwin, win32)。

谁开发了 华米(Zepp/原小米)运动刷步数?

由 Xi'ao Zhao(@ckxgzxa)开发并维护,当前版本 v1.0.0。

💬 留言讨论