← Back to Skills Marketplace
213
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install syxx
Description
人人商城龙虾助手 - 人人商城数据查询与订单管理工具。 当用户提到以下意图时使用此技能: 「查待办事项」「查运营数据」「查商品信息」「查会员信息」 「查订单」「管理订单」「查优惠券」「设置满额包邮」 「配置商城API」「验证API连通性」 支持:待办事项查询、运营数据统计、商品/会员/订单全维度查询、优惠券管理、...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install syxx - After installation, invoke the skill by name or use
/syxx - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
人人商城龙虾助手 2.0.0 重大升级:提供全维度的数据查询与线上商城订单管理能力。
- 新增支持全量商城数据查询,包括运营数据、商品、会员、订单、优惠券和包邮规则等。
- 用户可通过自然语言意图,精准操作“查待办事项”“查运营数据”“查商品/会员/订单信息”“管理订单”等功能。
- 接口调用需基于用户合法API凭证,严格保障信息安全,明确禁止明文传递凭证。
- 明确支持多种时间周期与查询类型,丰富了数据分析和运营决策能力。
- 增强安全与操作约束,所有高风险操作需二次确认,防止误操作造成业务影响。
Metadata
Frequently Asked Questions
What is XiaomiYe?
人人商城龙虾助手 - 人人商城数据查询与订单管理工具。 当用户提到以下意图时使用此技能: 「查待办事项」「查运营数据」「查商品信息」「查会员信息」 「查订单」「管理订单」「查优惠券」「设置满额包邮」 「配置商城API」「验证API连通性」 支持:待办事项查询、运营数据统计、商品/会员/订单全维度查询、优惠券管理、... It is an AI Agent Skill for Claude Code / OpenClaw, with 213 downloads so far.
How do I install XiaomiYe?
Run "/install syxx" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is XiaomiYe free?
Yes, XiaomiYe is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does XiaomiYe support?
XiaomiYe is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created XiaomiYe?
It is built and maintained by web (@jishuweihu); the current version is v1.0.0.
More Skills