← Back to Skills Marketplace
77
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install pans-competitor-compare
Description
AI算力销售竞品对比分析器。实时对比AWS/GCP/Azure/火山引擎/阿里云GPU定价和规格。 支持按GPU型号、云厂商、区域筛选,输出对比表格或CSV。 触发词:竞品对比, GPU价格, 云厂商对比, 定价分析, competitor analysis, pricing comparison
Usage Guidance
This skill appears to be a simple, local price/spec comparator using a bundled static dataset and a Python CLI. Before installing/using: (1) confirm you have a compatible Python environment (script indicates Python 3.11 but will likely run on 3.x); (2) remember the pricing data is a snapshot (SKILL.md notes 2026-04 reference) — verify current prices on vendors' official sites for transaction decisions; (3) when exporting to a file, confirm the output path is safe (it will write CSV if you pass --output); (4) no credentials or network calls are required by the skill, so it does not appear to exfiltrate secrets or reach out to external endpoints. If you need live pricing, check whether a maintained upstream source or API is available and review any added network code before trusting automated comparisons.
Capability Analysis
Type: OpenClaw Skill
Name: pans-competitor-compare
Version: 1.0.0
The skill is a legitimate tool for comparing GPU pricing across cloud providers (AWS, GCP, Azure, etc.) using hardcoded reference data. The Python script (scripts/compare.py) and documentation (SKILL.md) contain no network calls, external dependencies, or suspicious execution logic, and the file-writing capability is limited to user-specified output paths.
Capability Assessment
Purpose & Capability
The name/description (GPU/cloud pricing comparison) matches the included SKILL.md and scripts/compare.py. The code contains a static GPU_DATA dataset and CLI filters to produce table/JSON/CSV output — exactly what the skill claims to do. No unrelated services, binaries, or credentials are requested.
Instruction Scope
SKILL.md instructs running the local Python script with filtering flags and exporting to stdout/file. The instructions and code only reference the bundled dataset and CLI args; there are no steps that access arbitrary files, environment variables, network endpoints, or exfiltrate data.
Install Mechanism
No install spec is provided (instruction-only with an included script). Nothing is downloaded or extracted at install time; the runtime is local Python execution, which is proportional for a CLI tool.
Credentials
The skill declares no required environment variables, credentials, or config paths. The code does not read secrets or request access to unrelated services — the requested environment (a Python interpreter and filesystem write permission if exporting CSV) is appropriate for its purpose.
Persistence & Privilege
The skill is not marked always:true and does not request persistent elevated privileges or modify other skills or global agent settings. It runs on-demand as a local script.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install pans-competitor-compare - After installation, invoke the skill by name or use
/pans-competitor-compare - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of pans-competitor-compare: An AI GPU pricing and spec comparison tool for AWS, GCP, Azure, 火山引擎, and 阿里云.
- Supports filtering by GPU model, cloud provider, region, and output mode.
- Outputs results in table, CSV, or JSON format; allows export to file.
- CLI parameters documented for flexible, targeted comparisons.
- Price references are as of April 2026; includes US and China region distinctions.
- Provides standardized output fields for easy analysis and export.
Metadata
Frequently Asked Questions
What is Pans Competitor Compare?
AI算力销售竞品对比分析器。实时对比AWS/GCP/Azure/火山引擎/阿里云GPU定价和规格。 支持按GPU型号、云厂商、区域筛选,输出对比表格或CSV。 触发词:竞品对比, GPU价格, 云厂商对比, 定价分析, competitor analysis, pricing comparison. It is an AI Agent Skill for Claude Code / OpenClaw, with 77 downloads so far.
How do I install Pans Competitor Compare?
Run "/install pans-competitor-compare" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Pans Competitor Compare free?
Yes, Pans Competitor Compare is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Pans Competitor Compare support?
Pans Competitor Compare is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Pans Competitor Compare?
It is built and maintained by dashiming (@dashiming); the current version is v1.0.0.
More Skills