Skill flagged — suspicious patterns detected

ClawHub Security flagged this skill as suspicious. Review the scan results before using.

Amazon Listing Factory

v0.1.5

Generate complete Amazon listing drafts with title, bullets, image plan, prompts, and video script.

1· 415·2 current·2 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for lenger666/amazon-listing-factory.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Amazon Listing Factory" (lenger666/amazon-listing-factory) from ClawHub.
Skill page: https://clawhub.ai/lenger666/amazon-listing-factory
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install amazon-listing-factory

ClawHub CLI

Package manager switcher

npx clawhub@latest install amazon-listing-factory
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Suspicious
medium confidence
Purpose & Capability
Name/description match the implementation: the skill calls an LLM-compatible API to generate listing drafts and includes an optional image-generation module that calls external image APIs. Requiring an LLM API key (LISTING_API_KEY / OPENAI_API_KEY) and optional image keys (COZE_TOKEN / MIHE_KEY / COZE_WORKFLOW_ID) is coherent with the stated purpose.
!
Instruction Scope
SKILL.md is simple and claims only listing + optional image generation, but the code goes further: the image module attempts to detect a runtime recipient via many FEISHU-related env vars and also probes tmux's openclaw pane (runs 'tmux capture-pane') to extract sender/chat IDs. That behavior reads local terminal state and potentially chat metadata beyond what's described in the SKILL.md.
Install Mechanism
There is no install spec (instruction-only style plus code shipped). No remote downloads or archive extraction are performed by the skill itself. The skill will create a .env in its own directory if missing and write a runtime.log file — normal for a local tool but worth noting.
!
Credentials
The skill reads multiple API key env vars (LISTING_API_KEY, OPENAI_API_KEY, MOONSHOT_API_KEY, KIMI_API_KEY) and many FEISHU/OPENCLAW environment names to determine a recipient. Reading your LLM API key and optional image API keys is expected, but probing unrelated env names and collecting Feishu IDs increases the amount of sensitive data the skill can access and use to send outputs.
Persistence & Privilege
The skill does not request always:true and does not modify other skills. It writes a .env template into its own skill directory and appends to a runtime.log there. However it spawns subprocesses (tmux) and references a Feishu helper in TOOLBOX_ROOT, which could access other local tooling; these are not permanent privileges but are system interactions beyond simple LLM calls.
Scan Findings in Context
[http_call_openai_compatible] expected: skill.py posts chat/completions to LISTING_BASE_URL/OPENAI_BASE_URL with an API key — expected for a listing generator that uses an LLM.
[http_call_coze_image_api] expected: modules/coze_generate_image.py calls COZE_API_URL and uses COZE_TOKEN/WORKFLOW_ID for image generation — expected for optional automatic image generation.
[subprocess_tmux_capture] unexpected: The image module runs 'tmux capture-pane -pt openclaw' to parse recent OpenClaw messages and extract sender/chat IDs. This reads terminal session contents and is outside the stated listing-generation purpose; treat as unexpected.
[reads_many_feishu_envs] unexpected: The image module enumerates many FEISHU/OPENCLAW env var names to auto-detect a recipient. While sending images to Feishu might be useful, auto-probing many env variables is broader access than the SKILL.md describes.
[writes_env_template_and_runtime_log] expected: The code will create a .env (from ENV_TEMPLATE.txt) and append to a runtime.log in the module directory — reasonable for local configuration and logs, but review contents before sharing.
What to consider before installing
This skill largely does what it says (uses an LLM to draft Amazon listings and can call image APIs), but it also probes local environment and terminal state to auto-detect Feishu recipients and may send images via a helper script. Before installing: 1) Review the code (modules/coze_generate_image.py and skill.py) yourself or with a colleague. 2) Don’t run it with your production API keys until you’re comfortable — use a limited or test key. 3) If you don’t need automatic image sending, remove/disable the modules/coze_generate_image.py or clear FEISHU/OPENCLAW env vars. 4) Be aware it will create a .env in the skill directory and write runtime.log there. 5) If you want higher assurance, run the skill in an isolated environment or container and monitor network calls to verify which external endpoints are contacted.

Like a lobster shell, security has layers — review code before you run it.

latestvk97dknbfqq0cm3wp1ez8m3f14x82vngf
415downloads
1stars
6versions
Updated 8h ago
v0.1.5
MIT-0

Amazon Listing Factory

Generate complete Amazon listing drafts with:

  • title
  • bullets
  • image plan
  • image prompts
  • video script

If image environment is configured, it can continue image generation automatically.

完整教程链接: https://my.feishu.cn/docx/DzpHdBjJdosX6Nx7CAMc9OY5nZf

推荐在飞书中使用 Slash 命令调用:

/amazon_listing_factory 生成listing:充电宝,美国站,突出便携、大容量、安全感,输出6张图

安装或更新 Skill 后,请先执行:

openclaw gateway restart

检查是否识别成功:

openclaw skills list | grep amazon

如果看到:

amazon-listing-factory

说明 Skill 已被 OpenClaw 正确识别。

本地测试:

bash ~/.openclaw/workspace/skills/amazon-listing-factory/run.sh "生成listing:充电宝,美国站,突出便携、大容量、安全感,输出6张图"

Comments

Loading comments...