← 返回 Skills 市场
175
总下载
1
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install tractusx-edc
功能描述
Interact with Tractus-X EDC (Eclipse Data Connector) control plane API v3 for managing assets, contract negotiations, policies, and data transfers.
安全使用建议
This skill is an instruction-only API wrapper for the Tractus‑X EDC control plane and appears to do what it claims. Before installing: 1) Confirm whether your EDC deployment requires an API key — metadata requires EDC_API_KEY but docs say it may be optional. 2) Only provide an API key scoped with least privilege (avoid giving a key that can delete/change all assets if not needed). 3) Be aware the skill's curl commands include destructive operations (DELETE, PUT, contract/transfer initiation) — running the skill with an unrestricted key can modify or transfer data. 4) Prefer testing against a staging connector first, and monitor logs/requests on the control plane. 5) If you need the agent to act autonomously, consider restricting the API key's capabilities or disabling autonomous invocation for this skill. If you want, ask the maintainer to correct the documentation mismatch about whether EDC_API_KEY is optional.
功能分析
Type: OpenClaw Skill
Name: tractusx-edc
Version: 1.0.1
The skill provides a set of standard curl commands for interacting with the Tractus-X EDC (Eclipse Data Connector) v3 API. It correctly utilizes environment variables for configuration (EDC_CONTROL_PLANE_URL, EDC_API_KEY) and includes documentation for asset management, contract negotiations, and data transfers without any signs of malicious intent, data exfiltration, or prompt injection (SKILL.md, README.md).
能力评估
Purpose & Capability
Name/description describe interacting with an EDC control plane and the skill only requests EDC_CONTROL_PLANE_URL and EDC_API_KEY, which are exactly what an API wrapper would need. No unrelated credentials or binaries are requested. Minor inconsistency: README/SKILL.md text says EDC_API_KEY is optional depending on connector config, but the metadata lists it as a required env var.
Instruction Scope
SKILL.md contains curl examples and endpoint paths for asset, policy, contract, negotiation, transfer, and EDR management and instructs using Bash/curl against the configured control plane. It does not instruct reading unrelated files, other environment variables, or exfiltrating data to third‑party endpoints beyond the configured control plane or connector addresses shown in examples.
Install Mechanism
No install spec and no code files — instruction-only skill. This minimizes on-disk code risk; runtime behavior depends on executing curl (network calls), which is expected for an API integration.
Credentials
Only EDC_CONTROL_PLANE_URL and EDC_API_KEY are declared, which is proportionate. Note the documentation contradiction: SKILL.md/README say EDC_API_KEY may be optional, but the skill metadata marks it required; clarify whether an API key is mandatory for your deployment before supplying one.
Persistence & Privilege
Skill is not forced always-on and uses default autonomous invocation behavior. It does not request system-level persistence or modify other skills. Autonomous invocation is normal for skills — combine with least-privilege API keys if you enable autonomous actions.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install tractusx-edc - 安装完成后,直接呼叫该 Skill 的名称或使用
/tractusx-edc触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Updated documentation to match Tractus-X EDC control plane v3 API endpoints.
- Changed API base URLs from /v4beta to /v3 and updated all example requests accordingly.
- Added new examples for updating assets and contract definitions.
- Included additional v3 endpoints (e.g., business partner groups).
- Streamlined workflow steps and clarified contract agreement retrieval.
- Removed or updated outdated v4-specific endpoints and instructions.
v1.0.0
Initial release of tractusx-edc skill for interacting with the Tractus-X EDC control plane API.
- Provides operations to manage assets, policies, contracts, contract negotiations, and transfer processes.
- Supports catalog discovery, health checking, and EDR (Endpoint Data Reference) management.
- Environment variables required: EDC_CONTROL_PLANE_URL and optionally EDC_API_KEY.
- Includes detailed curl usage examples and workflow guidance for complete data exchange between provider and consumer.
- Links to official OpenAPI specification for further reference.
元数据
常见问题
Tractusx EDC 是什么?
Interact with Tractus-X EDC (Eclipse Data Connector) control plane API v3 for managing assets, contract negotiations, policies, and data transfers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 175 次。
如何安装 Tractusx EDC?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install tractusx-edc」即可一键安装,无需额外配置。
Tractusx EDC 是免费的吗?
是的,Tractusx EDC 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Tractusx EDC 支持哪些平台?
Tractusx EDC 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Tractusx EDC?
由 Li Shuo(@shibazishiye)开发并维护,当前版本 v1.0.1。
推荐 Skills