← 返回 Skills 市场
famechyu

test-publish

作者 famechyu · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
87
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install test-publish
功能描述
自动将商品从跨睿优质货盘铺货到Ozon电商平台。
安全使用建议
Do not install or run this skill in a production environment until the author clarifies and fixes several issues: (1) Confirm the real target — the code visits http://139.9.192.16:9089/ (an IP) instead of Ozon's domain; explain why. (2) Declare and remove hard-coded credentials or replace them with required environment variables and document how to obtain credentials. (3) Add an install spec or clearly document the requirement to have Playwright and browser runtimes installed; otherwise the script won't run. (4) Fix small bugs / mismatches (script prints a different screenshot filename than it saves). (5) If you must run it for testing, do so in an isolated environment (sandbox/VM) and use test accounts; inspect network traffic to ensure no unexpected exfiltration. Ask the publisher for a corrected SKILL.md that documents endpoints, dependencies, and credential handling before trusting this skill.
功能分析
Type: OpenClaw Skill Name: test-publish Version: 1.0.2 The skill bundle contains a Python script (scripts/auto_distribution.py) that uses hardcoded credentials (test/123456) and targets a raw IP address (http://139.9.192.16:9089/) over unencrypted HTTP. While these are significant security vulnerabilities and poor practices, they appear to be part of a test or demo environment rather than intentional malware. There is also a minor discrepancy between the script name referenced in SKILL.md (auto_distribute.py) and the actual file provided (auto_distribution.py).
能力评估
Purpose & Capability
The skill claims to publish products to the Ozon platform, but the included script navigates to a raw IP (http://139.9.192.16:9089/) rather than Ozon's API or web domain. The SKILL.md does not declare required runtime dependencies (the script uses Playwright), and the script contains hard-coded login credentials (test/123456). These inconsistencies indicate the implementation does not match the stated purpose and raise questions about the actual target and expectations.
Instruction Scope
SKILL.md instructs the agent to call scripts/auto_distribute.py when parameters are present but does not instruct installation of Playwright or browser binaries required by that script. The runtime instructions do not disclose the target host used by the script. The script will perform network actions (visit an IP, log in, click buttons) but SKILL.md does not document those external endpoints or required credentials.
Install Mechanism
No install spec is provided even though the script requires Playwright and browser runtimes (and possibly OS-level browser dependencies). That omission means the skill will fail or behave unexpectedly unless the environment already has Playwright and compatible browsers installed. There is no download/install URL or package declaration to justify the missing dependency.
Credentials
The skill declares no required environment variables, but the code embeds hard-coded credentials (username 'test', password '123456') and connects to an IP address. Requiring no declared secrets while using fixed credentials is inconsistent — the author should explain whether credentials are placeholders and whether any environment variables (API keys, login creds) are needed. Network access to a raw IP without documentation is also disproportionate to the stated high-level purpose.
Persistence & Privilege
The skill does not request always:true, does not declare persistent config paths, and does not modify other skills. Autonomous invocation is permitted by default but not combined with other privilege escalations here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install test-publish
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /test-publish 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.2
效果联调
v1.0.1
效果联调
元数据
Slug test-publish
版本 1.0.2
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 2
常见问题

test-publish 是什么?

自动将商品从跨睿优质货盘铺货到Ozon电商平台。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 87 次。

如何安装 test-publish?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install test-publish」即可一键安装,无需额外配置。

test-publish 是免费的吗?

是的,test-publish 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

test-publish 支持哪些平台?

test-publish 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 test-publish?

由 famechyu(@famechyu)开发并维护,当前版本 v1.0.2。

💬 留言讨论