← Back to Skills Marketplace
243
Downloads
1
Stars
0
Active Installs
9
Versions
Install in OpenClaw
/install renren-claw
Description
人人商城龙虾助手 - 人人商城数据查询与订单管理工具。 当用户提到以下意图时使用此技能: 「查待办事项」「查运营数据」「查商品信息」「查会员信息」 「查订单」「管理订单」「查优惠券」「设置满额包邮」 「配置商城API」「验证API连通性」 支持:待办事项查询、运营数据统计、商品/会员/订单全维度查询、优惠券管理、...
Usage Guidance
This skill appears internally consistent and implements only the documented shop operations. Before installing: (1) Verify RR_CLAW_BASE_URL points to your legitimate 人人商城 endpoint (misconfiguring it could direct API calls and secrets to a third party). (2) Use an API key with least privilege possible for automated helpers. (3) Be careful when invoking destructive commands (close order, stop coupon, unlist product); the skill warns to confirm these actions but you should double-check before proceeding. (4) Confirm your platform's mechanism for injecting ~/.openclaw/openclaw.json is secure and that you never paste the API key into chat. If you want extra assurance, review the request_client.py source and test the skill in a staging environment first.
Capability Analysis
Type: OpenClaw Skill
Name: renren-claw
Version: 1.0.8
The skill bundle is a legitimate management tool for RenRen Mall (人人商城), providing API integration for querying and managing orders, products, members, and statistics. The Python implementation in `scripts/request_client.py` is a standard API client using the `requests` library, and the `SKILL.md` documentation includes explicit safety constraints requiring user confirmation before executing destructive actions like closing orders or stopping coupons.
Capability Assessment
Purpose & Capability
The name/description (人人商城 data queries and order management) match the included documentation and the Python request client. The only required credential is RR_CLAW_API_KEY and RR_CLAW_BASE_URL, which are appropriate for calling the shop's API.
Instruction Scope
SKILL.md confines behaviour to querying and performing shop operations (including explicit warnings to confirm destructive actions). It instructs storing credentials in ~/.openclaw/openclaw.json for platform injection; the included code does not read that file and only uses credentials passed as parameters. Note: the skill will send requests to whatever RR_CLAW_BASE_URL is configured — if that URL were attacker-controlled it could receive the API key and data, so validating the base URL is important.
Install Mechanism
No install spec — instruction-only with a small helper script. No external downloads or unusual installers are present.
Credentials
Only RR_CLAW_API_KEY (primaryEnv) and RR_CLAW_BASE_URL are required, which are proportional to the stated functionality. The code does not attempt to read other environment variables or config paths.
Persistence & Privilege
always is false and the skill does not request permanent elevated privileges or modify other skills/system configuration. It exposes a singleton client but does not persist credentials itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install renren-claw - After installation, invoke the skill by name or use
/renren-claw - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.8
No changes detected in this version.
- No file changes or updates found for version 1.0.8.
- Existing functionality, configuration, and documentation remain unchanged.
v1.0.7
No functional/code changes in this version.
- No file changes detected; version or documentation only.
v1.0.6
Version 1.0.6 (no file changes detected):
- No changes detected in this version. The skill's content and functionality remain the same as the previous release.
v1.0.5
- Security and credential handling clarified: All credentials are injected by the platform and not read directly from config files by the skill.
- Updated metadata: Stronger statement about only sending requests to the user-configured RR_CLAW_BASE_URL and never transmitting API keys to third parties.
- Request/response format descriptions improved for accuracy and safety.
- Script examples updated to reflect new platform-driven credential injection method.
- Various minor clarifications to security, user guidance, and operational instructions.
v1.0.4
Version 1.0.4
- Refactored API reference docs: replaced single reference.md with modular files (goods.md, member.md, order.md, sales.md, statistics.md).
- Updated usage documentation to reference new modular API docs.
- Improved documentation structure and clarity.
- Removed redundant reference.md file.
v1.0.3
renren-claw v1.0.3
- 增加 metadata 字段,规范配置项说明与安全要求,明确凭证只应配置在标准位置,不允许在聊天中传递。
- 环境变量配置方式从 .env 文件迁移为 ~/.openclaw/openclaw.json,升级凭证管理流程。
- 更新描述及配置指引,强调首次配置步骤和获取凭证的正确渠道。
- 保持功能与接口映射等主流程不变,优化文档结构和安全说明。
- 无功能或接口变动,仅文档与合规性升级。
v1.0.2
人人商城龙虾助手 1.0.2 版本更新说明:
- 优化首次使用凭证配置说明,明确推荐将 API Key 和服务器地址写入本地 .env 文件,不再涵盖自动脚本写入 shell 配置的说明。
- 简化环境变量配置流程引导,删除对 shell 配置文件的自动检测与写入,仅保留手动 .env 配置方法和格式示例。
- 减少对如何加载 API 凭证的冗余介绍,使新用户快速找到配置方法。
- 其他内容保持不变。
v1.0.1
声明使用环境变量
v1.0.0
人人商城数据查询与订单管理:查询待办事项、运营数据、商品/会员/订单信息、优惠券及满额包邮设置
Metadata
Frequently Asked Questions
What is 人人商城龙虾助手?
人人商城龙虾助手 - 人人商城数据查询与订单管理工具。 当用户提到以下意图时使用此技能: 「查待办事项」「查运营数据」「查商品信息」「查会员信息」 「查订单」「管理订单」「查优惠券」「设置满额包邮」 「配置商城API」「验证API连通性」 支持:待办事项查询、运营数据统计、商品/会员/订单全维度查询、优惠券管理、... It is an AI Agent Skill for Claude Code / OpenClaw, with 243 downloads so far.
How do I install 人人商城龙虾助手?
Run "/install renren-claw" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is 人人商城龙虾助手 free?
Yes, 人人商城龙虾助手 is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does 人人商城龙虾助手 support?
人人商城龙虾助手 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created 人人商城龙虾助手?
It is built and maintained by 李可鑫 (@imdake); the current version is v1.0.8.
More Skills