← 返回 Skills 市场
60
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install solo-ecommerce-agent
功能描述
自动化管理多平台电商店铺,实现选品扫描、商品上架、客服回复和订单处理全周期运营。
安全使用建议
What to consider before installing:
- Data directory inconsistency: SKILL.md and many scripts expect ~/.qclaw/solo-ecommerce-data, but other scripts (init_agent.py, daily_report.py) use ~/solo-ecommerce-data and metadata.json lists data_dir as "solo-ecommerce-data". This will cause duplicate/missing data files and confusion — ask the author which path is canonical and verify where config.json and logs will actually be written.
- Browser automation & Chrome remote debugging: The skill expects xbrowser automation and instructs running Chrome with --remote-debugging-port=9222. That gives the automation access to logged-in web sessions; if that debugging port is exposed on the network it can be abused. Only run remote debugging on a local, firewalled host and understand the risk to your browser sessions.
- Credentials handling: Platform API keys (AppKey/AppSecret) and any cookies/session tokens are sensitive. The skill does not declare required env vars or a secure credential storage method. Decide where keys will be stored (and restrict file permissions), and prefer API-based integration with scoped credentials instead of storing full account login sessions if possible.
- Stubbed implementations: Many scripts are placeholders with TODOs for real API calls and automation. Review any added automation code carefully (especially any code that will execute arbitrary scripts, upload files, or interact with third-party endpoints) before enabling auto-publish/auto-ship features.
- Cron and automation cadence: The SKILL.md recommends high-frequency cron tasks (every 5 minutes, hourly). Start with disabled automation and trial runs to confirm behavior; enable only modules you trust and keep 'publish'/'ship' controls set to require manual review until you confirm correctness.
- If you need to proceed: run the agent in an isolated account or environment first, verify which data_dir is used, inspect config.json for how credentials are stored, and do not expose Chrome remote debugging to the network. Ask the publisher to fix the data-dir inconsistency and to document exactly how to supply and protect platform credentials.
功能分析
Type: OpenClaw Skill
Name: solo-ecommerce-agent
Version: 1.0.0
The skill bundle provides a legitimate framework for an e-commerce automation agent designed to manage tasks like product scanning, customer service, and order processing. The Python scripts (e.g., customer_service.py, init_agent.py, and daily_report.py) contain standard file I/O operations for local data management and lack any indicators of malicious intent, such as data exfiltration, obfuscation, or unauthorized remote execution. The instructions in SKILL.md and platform_guides.md are transparent and strictly aligned with the stated purpose of automating store operations via browser interaction.
能力评估
Purpose & Capability
Name, description, SKILL.md and the included scripts align: the package is an ecommerce automation agent that uses browser automation or platform APIs. Metadata declares a dependency on an xbrowser/browser automation skill which is coherent for the stated purpose. However there are inconsistent data-dir expectations across files and metadata (see details), and SKILL.md/README ask the user to enable Chrome remote debugging (--remote-debugging-port=9222) but the registry metadata did not list Chrome or that setting as a required runtime precondition.
Instruction Scope
SKILL.md instructs the agent to set up cron jobs, keep browser sessions logged-in, and use browser automation (xbrowser) to operate seller backends. The included scripts are mostly local-file I/O stubs (they contain TODOs where real platform API calls or automated actions should be). There are no instructions to read unrelated system files or environment secrets, but the reliance on browser automation + preserved login sessions means the agent could perform account actions if configured — this is expected for the purpose but sensitive. SKILL.md also expects editing ~/.qclaw/solo-ecommerce-data/config.json, which is coherent, but not all scripts read the same path (see concern).
Install Mechanism
No install spec included (instruction-only with packaged scripts). This is low-risk from install-download perspective — nothing arbitrary is downloaded or extracted by the skill itself.
Credentials
The skill declares no required env vars or primary credential, yet SKILL.md and README discuss optional API keys (AppKey/AppSecret) and require browser automation and Chrome remote debugging. There is no clear guidance where API keys should be stored (env vs config file). This omission is not necessarily malicious, but it is a gap: platform credentials will be needed for API-based integration and are sensitive. The skill asks the user to maintain logged-in browser sessions (sensitive) and to open Chrome with remote debugging enabled (exposes a remote debugging interface if misconfigured).
Persistence & Privilege
The skill is not force-included (always:false) and is user-invocable. It creates and writes files under the user's home directory data directory (normal for this type of tool). It does not request to modify other skills or global agent settings. Cron tasks are user-installed per SKILL.md (the skill does not autonomously register system-wide cron jobs).
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install solo-ecommerce-agent - 安装完成后,直接呼叫该 Skill 的名称或使用
/solo-ecommerce-agent触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
solo-ecommerce-agent 1.0.0 — 自动化多平台电商运营智能体首发
- 支持全自动选品、上架、客服、发货、订单和运营日报等模块
- 兼容抖音、淘宝、拼多多、京东等多电商平台
- 配置简单,按需启用/关闭各功能模块
- 内置定时任务(选品、回复、发货、汇总)全程无人值守
- 支持通过简单对话指令触发核心运营流程
元数据
常见问题
Solo Ecommerce Agent 是什么?
自动化管理多平台电商店铺,实现选品扫描、商品上架、客服回复和订单处理全周期运营。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 60 次。
如何安装 Solo Ecommerce Agent?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install solo-ecommerce-agent」即可一键安装,无需额外配置。
Solo Ecommerce Agent 是免费的吗?
是的,Solo Ecommerce Agent 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Solo Ecommerce Agent 支持哪些平台?
Solo Ecommerce Agent 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Solo Ecommerce Agent?
由 HNC87(@hnc87)开发并维护,当前版本 v1.0.0。
推荐 Skills