← 返回 Skills 市场
Open Data Integrator
作者
datadrivenconstruction
· GitHub ↗
· v2.1.0
1138
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install open-data-integrator
功能描述
Integrate open construction datasets. Combine open data sources for enhanced analysis
安全使用建议
This skill appears to be what it says: a helper for integrating open construction data. Before installing, confirm you trust the skill source/homepage (https://datadrivenconstruction.io), ensure required Python packages (e.g., requests) are available in the runtime, and be cautious when providing any API keys or file paths: only supply keys for services you intend to use and only allow the skill to read files you explicitly choose to share. If you need higher assurance, ask the publisher for a dependency list or a signed release, or run the skill in an isolated environment. If you want the agent to fetch data from specific APIs, review which endpoints it will contact and avoid sharing unrelated credentials.
功能分析
Type: OpenClaw Skill
Name: open-data-integrator
Version: 2.1.0
The skill declares broad `filesystem` and `network` permissions in `claw.json`. While the Python code in `SKILL.md` explicitly *simulates* network calls (e.g., for weather data) and does not perform any actual file I/O or network requests, the agent will still be granted these permissions. This constitutes a 'risky capability' as per the classification guidelines, as it could be exploited by future prompt injections or code modifications to perform unauthorized actions, even if no malicious intent is present in the current implementation.
能力评估
Purpose & Capability
Name/description match the requested capabilities. Integrating open datasets reasonably requires network access (to fetch data) and filesystem access (to read user-provided files). The skill only declares python3 as a required binary; the SKILL.md shows use of Python libraries (e.g., requests) but no install spec — a minor mismatch in declared runtime dependencies, not a security red flag.
Instruction Scope
Runtime instructions and the included code samples are focused on fetching, processing, and enriching open datasets. The instructions constrain the agent to use only user-provided data or referenced sources. Connectors optionally accept API keys as parameters (expected for some data sources); there are no instructions to read arbitrary unrelated system files or environment variables.
Install Mechanism
This is an instruction-only skill (no install spec, no code files to execute). That minimizes install-time risk. Note: SKILL.md uses Python libraries (requests) which are not declared in a dependency manifest — users should ensure required Python packages are available in the runtime.
Credentials
The skill does not request any environment variables or credentials in its metadata. Optional API keys appear as connector parameters in the code (appropriate for some third‑party APIs). There are no unrelated credential requests.
Persistence & Privilege
The skill is not marked always:true and is user-invocable only. The manifest grants filesystem and network permissions, which are proportionate to integrating datasets. Autonomous invocation is allowed by default (platform behavior) but is not combined with unusually broad credential access.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install open-data-integrator - 安装完成后,直接呼叫该 Skill 的名称或使用
/open-data-integrator触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.1.0
open-data-integrator 2.1.0
- Added support for integrating multiple open construction datasets, including government, industry, weather, geospatial, material prices, and labor rates.
- Introduced modular data connector classes for weather, material price, and labor rate data sources.
- Standardized data source definitions and metadata via dataclasses and enums.
- Enhanced framework to allow enrichment and integration of input data with open datasets.
- Improved documentation with quick start code examples and detailed connector descriptions.
v1.0.0
Open Data Integrator 1.0.0 – Initial Release
- Integrates open construction datasets from multiple sectors (government, industry benchmarks, weather, geospatial, material prices, labor rates, etc.)
- Provides core data models and connectors for weather, material price, and labor rate data sources.
- Designed for extensibility and standardized data enrichment and analysis.
- Implements DDC methodology as referenced in "Open Data Dominance" (Chapter 2.2).
- Includes detailed documentation and quick start code examples.
元数据
常见问题
Open Data Integrator 是什么?
Integrate open construction datasets. Combine open data sources for enhanced analysis. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1138 次。
如何安装 Open Data Integrator?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install open-data-integrator」即可一键安装,无需额外配置。
Open Data Integrator 是免费的吗?
是的,Open Data Integrator 完全免费(开源免费),可自由下载、安装和使用。
Open Data Integrator 支持哪些平台?
Open Data Integrator 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(darwin, linux, win32)。
谁开发了 Open Data Integrator?
由 datadrivenconstruction(@datadrivenconstruction)开发并维护,当前版本 v2.1.0。
推荐 Skills