← 返回 Skills 市场
loutai0307-prog

Bytesagain Ecom Ops

作者 loutai0307-prog · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
110
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install bytesagain-ecom-ops
功能描述
Optimize e-commerce operations with AI. Input: sales data, ad spend, inventory levels. Output: attribution analysis, ad ROI report, inventory reorder plan, p...
使用说明 (SKILL.md)

Ecom Ops

Optimize e-commerce operations with AI-powered analysis. Covers marketing attribution, ad spend ROI, inventory planning, and pricing strategy for Shopify and multi-channel stores.

Commands

attribution

Analyze marketing channel attribution and ROAS.

bash scripts/script.sh attribution --channels "google:5000,meta:3000,email:500,organic:2000" --revenue 18000

roi

Calculate ad campaign ROI and recommend budget allocation.

bash scripts/script.sh roi --spend 8000 --revenue 18000 --cogs-pct 40 --platform shopify

inventory

Generate reorder recommendations based on sales velocity.

bash scripts/script.sh inventory --product "SKU-001" --current-stock 120 --daily-sales 15 --lead-days 14

pricing

Analyze pricing strategy and suggest optimizations.

bash scripts/script.sh pricing --cost 25 --current-price 79 --competitor-price 69 --margin-target 60

cohort

Analyze customer cohort retention and LTV.

bash scripts/script.sh cohort --new-customers 500 --month1-retained 210 --month3-retained 95 --avg-order 85

funnel

Analyze conversion funnel and identify drop-off points.

bash scripts/script.sh funnel --visits 10000 --pdp-views 3200 --add-to-cart 850 --checkout 320 --orders 280

help

Show all commands.

bash scripts/script.sh help

Supported Platforms

Shopify, WooCommerce, Amazon, TikTok Shop, multi-channel

Key Metrics

  • ROAS, CAC, LTV, contribution margin
  • Reorder point, safety stock, turnover rate
  • Conversion rate by funnel stage

Feedback

https://bytesagain.com/feedback/ Powered by BytesAgain | bytesagain.com

安全使用建议
This skill appears internally consistent and runs local analysis scripts (Bash + embedded Python). It does not request keys or reach out to remote endpoints in the included code. If you plan to use it, review scripts/script.sh yourself (it is packaged with the skill) and run it in a non‑privileged environment first if you are uncertain. Note it will create a directory at ~/.local/share/bytesagain-ecom-ops for its data; there is no evidence of network exfiltration or hidden endpoints in the provided files.
功能分析
Type: OpenClaw Skill Name: bytesagain-ecom-ops Version: 1.0.0 The skill bundle provides a set of e-commerce operational analysis tools for marketing attribution, ROI calculation, and inventory planning. The implementation in `scripts/script.sh` uses a bash wrapper to pass arguments to embedded Python scripts for calculation. No evidence of data exfiltration, persistence mechanisms, or malicious execution was found; the code performs standard mathematical operations on provided inputs and outputs reports to the console.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
Name/description (e‑commerce ops: attribution, ROI, inventory, pricing) align with the provided scripts and commands. There are no unrelated credentials, binaries, or external services required.
Instruction Scope
SKILL.md directs the agent to run the included scripts/script.sh with explicit command-line arguments. The runtime instructions do not ask the agent to read arbitrary system files, other skills' configs, or send data elsewhere.
Install Mechanism
No install spec is provided (instruction-only). The only executable code is the included scripts/script.sh which runs local Python snippets; nothing is downloaded or extracted from remote URLs.
Credentials
The skill declares no required environment variables, credentials, or config paths. The script references HOME to create a data directory (~/.local/share/bytesagain-ecom-ops) which is proportionate to a local CLI-style tool.
Persistence & Privilege
always:false (normal). The script creates a per-user data directory under HOME but does not appear to write or exfiltrate data elsewhere. If installed, it will have a persistent folder in the user profile; this is low‑privilege but worth noting.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install bytesagain-ecom-ops
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /bytesagain-ecom-ops 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
Slug bytesagain-ecom-ops
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Bytesagain Ecom Ops 是什么?

Optimize e-commerce operations with AI. Input: sales data, ad spend, inventory levels. Output: attribution analysis, ad ROI report, inventory reorder plan, p... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 110 次。

如何安装 Bytesagain Ecom Ops?

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

Bytesagain Ecom Ops 是免费的吗?

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

Bytesagain Ecom Ops 支持哪些平台?

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

谁开发了 Bytesagain Ecom Ops?

由 loutai0307-prog(@loutai0307-prog)开发并维护,当前版本 v1.0.0。

💬 留言讨论