← 返回 Skills 市场
Price Api
作者
datadrivenconstruction
· GitHub ↗
· v2.1.0
1247
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install price-api
功能描述
Fetch construction material prices from open APIs. Track price trends, regional variations, and update cost databases.
安全使用建议
This skill appears to do what it says: fetch public price data and compute trends. Before installing: 1) Confirm you are comfortable granting filesystem and network access (needed to read uploads, export results, and call public APIs). 2) Expect the agent to call public endpoints such as api.stlouisfed.org; review the SKILL.md to confirm there are no other remote endpoints you don't expect. 3) The Python example uses requests and pandas but the skill does not declare those dependencies — ensure your environment provides them or be prepared to allow package installation. 4) If you want the skill to 'update cost databases', plan how you will supply credentials or connection details (the skill does not request DB credentials). 5) If you require stronger controls, limit the agent's autonomy or inspect/modify the instructions before use.
功能分析
Type: OpenClaw Skill
Name: price-api
Version: 2.1.0
The OpenClaw AgentSkills bundle is benign. The Python code uses standard libraries to fetch construction material prices from the legitimate FRED API and perform data analysis. The `network` permission is justified for API calls, and the `filesystem` permission is reasonable for handling input/output data files (CSV, Excel, JSON) as described in `instructions.md`. There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts against the AI agent. The instructions clearly guide the agent to perform the stated task without any hidden malicious directives.
能力评估
Purpose & Capability
Name/description (fetch construction material prices, track trends) aligns with requested binaries (python3) and the SKILL.md which shows code calling public price APIs (FRED). The declared permissions (network, filesystem) in claw.json are reasonable for fetching remote data and reading/writing imports/exports.
Instruction Scope
SKILL.md and instructions focus on fetching price data, computing trends, and exporting results. One minor scope ambiguity: the docs mention 'update cost databases' but do not specify how (no DB endpoints/credentials or config paths are declared). The skill also references reading user-provided files and exporting results, which matches filesystem permission.
Install Mechanism
Instruction-only skill (no install spec) — low installation risk. However, the included Python example imports requests and pandas but the skill only declares python3 as a required binary and does not declare Python package dependencies or an install step, which could cause runtime issues or require the agent to install packages dynamically.
Credentials
The skill requests no environment variables or credentials. That matches the stated public-data use (FRED/public APIs). If you intend to have it 'update cost databases' or call paid APIs, you'll likely need to supply credentials manually — the skill does not request or store any by default.
Persistence & Privilege
always is false and model invocation is allowed (default). The skill does request filesystem and network permissions (declared in claw.json) which are proportionate for reading user files, exporting results, and calling public APIs. It does not request persistent or elevated platform privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install price-api - 安装完成后,直接呼叫该 Skill 的名称或使用
/price-api触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
- Added detailed documentation explaining usage and features of the price-api skill.
- Highlights fetching construction material prices from open APIs, tracking trends, regional price variations, and updating cost databases.
- Describes available material categories and price analysis functionality.
- Outlines Python implementation and key classes for integration and data handling.
v1.0.0
Initial release of the Price API skill for construction materials.
- Fetches construction material prices from open APIs, including FRED data sources.
- Tracks price trends over weekly, monthly, and yearly intervals.
- Supports analysis of regional price variations and applies regional adjustment factors.
- Allows updating of cost databases with the latest price data.
- Provides estimation methods for material prices when API data is unavailable.
元数据
常见问题
Price Api 是什么?
Fetch construction material prices from open APIs. Track price trends, regional variations, and update cost databases. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1247 次。
如何安装 Price Api?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install price-api」即可一键安装,无需额外配置。
Price Api 是免费的吗?
是的,Price Api 完全免费(开源免费),可自由下载、安装和使用。
Price Api 支持哪些平台?
Price Api 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Price Api?
由 datadrivenconstruction(@datadrivenconstruction)开发并维护,当前版本 v2.1.0。
推荐 Skills