← 返回 Skills 市场
213
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install syxx
功能描述
人人商城龙虾助手 - 人人商城数据查询与订单管理工具。 当用户提到以下意图时使用此技能: 「查待办事项」「查运营数据」「查商品信息」「查会员信息」 「查订单」「管理订单」「查优惠券」「设置满额包邮」 「配置商城API」「验证API连通性」 支持:待办事项查询、运营数据统计、商品/会员/订单全维度查询、优惠券管理、...
安全使用建议
What to check before installing:
- Confirm source/trust: verify the skill homepage and the publisher; the package metadata contains conflicting ownerId/slug/version values which suggests packaging or distribution mistakes.
- Confirm which environment values the platform will actually inject (RR_CLAW_API_KEY and RR_CLAW_BASE_URL are referenced in SKILL.md). Do not place high-privilege keys in world-readable files.
- Ensure the platform enforces that HTTP requests are limited to the configured RR_CLAW_BASE_URL (the skill asserts this but you should verify network policy/logging on your platform).
- Review the included scripts/request_client.py (it's small and simply wraps requests), and confirm there are no hidden endpoints — the client only uses Authorization header and standard GET/POST to base_url.
- Treat destructive actions (close order, stop coupon, take product off-shelf, close free-shipping) as sensitive: confirm the skill will always ask for explicit user confirmation before calling those POST endpoints.
- If you lack confidence in the publisher, request a corrected package with consistent metadata and an explicit manifest of required env vars before enabling the skill.
If these checks are satisfied the skill appears coherent for its stated purpose; if the packaging/metadata discrepancies remain unexplained, avoid enabling it until clarified.
功能分析
Type: OpenClaw Skill
Name: syxx
Version: 1.0.0
The skill bundle is a management tool for the Renren Mall (人人商城) platform, providing capabilities to query operational data, manage orders, and update product listings. The Python client in `scripts/request_client.py` is a standard wrapper for the platform's API, and the `SKILL.md` file includes explicit security constraints, such as requiring user confirmation for 'dangerous' operations (e.g., closing orders or stopping coupons) and protecting API credentials. No evidence of malicious intent, data exfiltration, or unauthorized execution was found.
能力评估
Purpose & Capability
Skill name, description, declared primary credential (RR_CLAW_API_KEY) and the client code (request_client.py) all align with a 人人商城 API helper. However there are packaging inconsistencies: the registry summary lists no required env vars while SKILL.md metadata declares requiredEnv: RR_CLAW_BASE_URL; _meta.json shows a different ownerId/slug/version than the registry metadata. These mismatches are likely benign (packaging mistakes) but should be clarified.
Instruction Scope
SKILL.md instructs the agent to send requests only to the user-configured RR_CLAW_BASE_URL, to use the provided API key in an Authorization header, and to confirm before any destructive operations. The included client wrapper only performs HTTP calls and JSON checks and does not read arbitrary files or attempt exfiltration. The SKILL.md does reference a platform-secret file (~/.openclaw/openclaw.json) but states the platform injects secrets and the skill code receives them via parameters (the client code does not read that file).
Install Mechanism
There is no install spec (instruction-only + a small Python helper file). The metadata suggests Python with requests>=2.31.0; the code depends only on requests. No remote downloads or obscure installers are used.
Credentials
Requested credential (RR_CLAW_API_KEY) and a base URL are proportionate to the skill's stated purpose. Concern: metadata inconsistency — SKILL.md declares RR_CLAW_BASE_URL as requiredEnv while the registry summary listed none; primaryEnv is set to RR_CLAW_API_KEY. Confirm which envs/secret injection the platform will actually provide before installing.
Persistence & Privilege
Skill does not request always:true or system-wide privileges, and there are no instructions to modify other skills or system settings. The client keeps an in-process singleton but does not persist credentials itself.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install syxx - 安装完成后,直接呼叫该 Skill 的名称或使用
/syxx触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
人人商城龙虾助手 2.0.0 重大升级:提供全维度的数据查询与线上商城订单管理能力。
- 新增支持全量商城数据查询,包括运营数据、商品、会员、订单、优惠券和包邮规则等。
- 用户可通过自然语言意图,精准操作“查待办事项”“查运营数据”“查商品/会员/订单信息”“管理订单”等功能。
- 接口调用需基于用户合法API凭证,严格保障信息安全,明确禁止明文传递凭证。
- 明确支持多种时间周期与查询类型,丰富了数据分析和运营决策能力。
- 增强安全与操作约束,所有高风险操作需二次确认,防止误操作造成业务影响。
元数据
常见问题
XiaomiYe 是什么?
人人商城龙虾助手 - 人人商城数据查询与订单管理工具。 当用户提到以下意图时使用此技能: 「查待办事项」「查运营数据」「查商品信息」「查会员信息」 「查订单」「管理订单」「查优惠券」「设置满额包邮」 「配置商城API」「验证API连通性」 支持:待办事项查询、运营数据统计、商品/会员/订单全维度查询、优惠券管理、... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 213 次。
如何安装 XiaomiYe?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install syxx」即可一键安装,无需额外配置。
XiaomiYe 是免费的吗?
是的,XiaomiYe 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
XiaomiYe 支持哪些平台?
XiaomiYe 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 XiaomiYe?
由 web(@jishuweihu)开发并维护,当前版本 v1.0.0。
推荐 Skills