← Back to Skills Marketplace
175
Downloads
1
Stars
0
Active Installs
2
Versions
Install in OpenClaw
/install tractusx-edc
Description
Interact with Tractus-X EDC (Eclipse Data Connector) control plane API v3 for managing assets, contract negotiations, policies, and data transfers.
Usage Guidance
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.
Capability Analysis
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).
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install tractusx-edc - After installation, invoke the skill by name or use
/tractusx-edc - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is Tractusx EDC?
Interact with Tractus-X EDC (Eclipse Data Connector) control plane API v3 for managing assets, contract negotiations, policies, and data transfers. It is an AI Agent Skill for Claude Code / OpenClaw, with 175 downloads so far.
How do I install Tractusx EDC?
Run "/install tractusx-edc" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Tractusx EDC free?
Yes, Tractusx EDC is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Tractusx EDC support?
Tractusx EDC is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Tractusx EDC?
It is built and maintained by Li Shuo (@shibazishiye); the current version is v1.0.1.
More Skills