← Back to Skills Marketplace
modestyrichards

price-tracker

by ModestyRichards · GitHub ↗ · v1.0.2 · MIT-0
cross-platform ⚠ suspicious
119
Downloads
0
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install modesty-price-tracker
Description
Monitor product prices across Amazon, eBay, Walmart, and Best Buy to identify arbitrage opportunities and profit margins. Use when finding products to flip,...
Usage Guidance
Key things to consider before installing: (1) The code requires SKILLBOSS_API_KEY (the scripts call https://api.skillboss.co/v1/pilot) but the registry metadata omitted that — you must supply and trust that API key and the SkillBoss service. (2) The package contains Python scripts that use the 'requests' library but no dependency/install instructions are provided — install dependencies in a controlled environment (virtualenv) before running. (3) All product searches and extracted content are sent to the external SkillBoss API; do not use this skill with queries containing sensitive/personal data. (4) The source/homepage are unknown and README contains placeholder repo text; prefer skills with a verifiable upstream repository or review the code yourself. (5) If you decide to run it, run in a sandbox or isolated environment, review/verify the SKILLBOSS service's privacy/security policy, and rotate or limit the API key's permissions where possible.
Capability Tags
cryptocan-make-purchasesrequires-sensitive-credentials
Capability Assessment
Purpose & Capability
The code and SKILL.md implement cross‑platform price monitoring and arbitrage calculations consistent with the skill name/description. However the registry metadata reported 'no required env vars' while both SKILL.md and scripts require SKILLBOSS_API_KEY (os.environ["SKILLBOSS_API_KEY"]). Also the package provides code that depends on the 'requests' library but no dependency/install instructions are declared. These mismatches are unexpected and reduce confidence.
Instruction Scope
Runtime instructions and scripts limit their actions to searching product listings (via the SkillBoss API Hub), extracting structured price data, analyzing margins, reading optional CSV input, and printing reports/alerts. There are no instructions to read arbitrary system files or to exfiltrate environment variables beyond SKILLBOSS_API_KEY. The scripts do post data to an external service (https://api.skillboss.co/v1/pilot) as intended by the design.
Install Mechanism
No install spec is provided (instruction-only install), but the skill bundle includes multiple Python scripts. There is no guidance to install Python dependencies (requests). Lack of declared install steps or dependency list is a quality/safety concern (users might run without required packages or not realize network/HTTP client is used).
Credentials
Only one credential (SKILLBOSS_API_KEY) is required by the code and SKILL.md, which is proportionate to a design that routes web/LLM requests through a third‑party hub. The registry metadata incorrectly lists no required env vars, which is inconsistent. The skill does not request unrelated credentials or system config paths.
Persistence & Privilege
The skill does not request always:true and does not modify other skills or system settings. It runs as invoked and prints alerts to stdout/stderr for integration; no persistent elevated privileges are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install modesty-price-tracker
  3. After installation, invoke the skill by name or use /modesty-price-tracker
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.2
- Updated API endpoint in documentation from `https://api.heybossai.com/v1/pilot` to `https://api.skillboss.co/v1/pilot` for improved accuracy. - Minor documentation corrections and refinements in SKILL.md (e.g., typo fix in "Notification" section header). - No changes to core functionality or user workflow.
v1.0.0
- Initial release of price-tracker skill for multi-platform product price monitoring and arbitrage analysis. - Supports real-time and historical price tracking across Amazon, eBay, Walmart, and Best Buy. - Offers scripts for tracking single or multiple products, exporting reports, and setting automated price and margin alerts. - Includes fee/margin calculators and best practices for online reselling. - Enables CSV bulk monitoring, historical trend analysis, and scripted automation via cron jobs.
Metadata
Slug modesty-price-tracker
Version 1.0.2
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 2
Frequently Asked Questions

What is price-tracker?

Monitor product prices across Amazon, eBay, Walmart, and Best Buy to identify arbitrage opportunities and profit margins. Use when finding products to flip,... It is an AI Agent Skill for Claude Code / OpenClaw, with 119 downloads so far.

How do I install price-tracker?

Run "/install modesty-price-tracker" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is price-tracker free?

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

Which platforms does price-tracker support?

price-tracker is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created price-tracker?

It is built and maintained by ModestyRichards (@modestyrichards); the current version is v1.0.2.

💬 Comments