← Back to Skills Marketplace
168
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install shopify-profit-calculator
Description
Shopify profit calculation agent. Computes true net profit per product or order by subtracting COGS, Shopify fees, Stripe/payment fees, ad spend, and shippin...
Usage Guidance
Before enabling or using this skill, consider: (1) It will create ~/shopify-profit/ and save COGS, reports, and any pasted order data there — avoid pasting customer-identifying information unless you are comfortable storing it locally. (2) There are no external API keys required, so the skill operates on data you provide; if you want it to pull data from Shopify/Stripe automatically you would have to provide credentials separately (not required by this skill). (3) Review the GitHub homepage/source yourself (link in metadata) to verify the author and implementation if you want higher assurance. (4) If you are concerned about data retention, run it in a limited or disposable environment (or delete ~/shopify-profit/ after use) and avoid uploading screenshots or raw CSVs containing PII. (5) The skill declares Bash as an allowed tool — confirm the agent runtime's permissions so it cannot access other files you don't intend to share. Overall, the skill appears to do what it says, but treat persistent local files and any pasted data as potentially sensitive.
Capability Analysis
Type: OpenClaw Skill
Name: shopify-profit-calculator
Version: 1.0.0
The shopify-profit-calculator skill is a legitimate tool designed to help users calculate e-commerce margins. It uses Bash to manage a local workspace in '~/shopify-profit/' for storing COGS and reports, which is consistent with its stated purpose. No evidence of data exfiltration, malicious execution, or prompt injection was found.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md. The skill is an instruction-only profit calculator that asks for order/product data, computes margins, and saves reports/COGS to a local workspace — all consistent with its stated purpose. The only minor mismatch is that registry metadata lists no config paths while the SKILL.md declares it will create ~/shopify-profit/ (this is expected behavior for an instruction-only tool but worth noting).
Instruction Scope
Instructions stay within the expected scope (parse pasted CSV rows, accept verbal descriptions/screenshots, compute fees and margins). The skill explicitly instructs the agent to create and write files in ~/shopify-profit/ (memory.md, products.md, reports/) and to save COGS when the user runs set cogs. This is coherent for the use-case but means the skill will persist order/product data and possibly PII locally — users should be aware of what they paste or provide. The SKILL.md does not instruct the agent to read unrelated system files or require external exfiltration.
Install Mechanism
No install spec, no downloads, and no code files — instruction-only. This is low-risk from an installation perspective because nothing external is written or installed by default.
Credentials
No environment variables, credentials, or external API keys are requested. That is proportionate for a local calculator that relies on user-pasted data rather than direct Shopify/Stripe API access.
Persistence & Privilege
always:false and user-invocable (normal). The skill persists data in ~/shopify-profit/ which gives it lasting local state (reports, saved COGS). This is expected for a reporting tool but is a privacy consideration: saved order/customer data could accumulate if not cleaned. The skill does not request elevated system privileges or modify other skills.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install shopify-profit-calculator - After installation, invoke the skill by name or use
/shopify-profit-calculator - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Shopify Profit Calculator.
- Calculates true net profit per product/order, factoring in COGS, Shopify/payment fees, ad spend, and shipping.
- Supports margin trend analysis and flags unprofitable SKUs.
- Offers commands for profit calculations, trend reports, and COGS management.
- Works with Shopify/export CSVs, verbal descriptions, and screenshots.
- Saves store profiles, product COGS, and profit reports to a dedicated workspace.
Metadata
Frequently Asked Questions
What is Shopify Profit Calculator?
Shopify profit calculation agent. Computes true net profit per product or order by subtracting COGS, Shopify fees, Stripe/payment fees, ad spend, and shippin... It is an AI Agent Skill for Claude Code / OpenClaw, with 168 downloads so far.
How do I install Shopify Profit Calculator?
Run "/install shopify-profit-calculator" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Shopify Profit Calculator free?
Yes, Shopify Profit Calculator is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Shopify Profit Calculator support?
Shopify Profit Calculator is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Shopify Profit Calculator?
It is built and maintained by mguozhen (@mguozhen); the current version is v1.0.0.
More Skills