← Back to Skills Marketplace
hnc87

Solo Ecommerce Agent

by HNC87 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
60
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install solo-ecommerce-agent
Description
自动化管理多平台电商店铺,实现选品扫描、商品上架、客服回复和订单处理全周期运营。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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).
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install solo-ecommerce-agent
  3. After installation, invoke the skill by name or use /solo-ecommerce-agent
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
solo-ecommerce-agent 1.0.0 — 自动化多平台电商运营智能体首发 - 支持全自动选品、上架、客服、发货、订单和运营日报等模块 - 兼容抖音、淘宝、拼多多、京东等多电商平台 - 配置简单,按需启用/关闭各功能模块 - 内置定时任务(选品、回复、发货、汇总)全程无人值守 - 支持通过简单对话指令触发核心运营流程
Metadata
Slug solo-ecommerce-agent
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is Solo Ecommerce Agent?

自动化管理多平台电商店铺,实现选品扫描、商品上架、客服回复和订单处理全周期运营。 It is an AI Agent Skill for Claude Code / OpenClaw, with 60 downloads so far.

How do I install Solo Ecommerce Agent?

Run "/install solo-ecommerce-agent" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Solo Ecommerce Agent free?

Yes, Solo Ecommerce Agent is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Solo Ecommerce Agent support?

Solo Ecommerce Agent is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Solo Ecommerce Agent?

It is built and maintained by HNC87 (@hnc87); the current version is v1.0.0.

💬 Comments