Skip to content

Commit 6a00a64

Browse files
committed
Add to Cursor marketplace
1 parent e994dfd commit 6a00a64

9 files changed

Lines changed: 165 additions & 0 deletions

File tree

.cursor-plugin/marketplace.json

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
{
2+
"name": "chainlink-agent-skills",
3+
"owner": {
4+
"name": "Chainlink",
5+
"email": "devrel@chain.link"
6+
},
7+
"metadata": {
8+
"description": "Official Chainlink agent skills for CRE, CCIP, Data Feeds, Data Streams, ACE, and VRF.",
9+
"version": "1.0.0"
10+
},
11+
"plugins": [
12+
{
13+
"name": "chainlink-cre-skill",
14+
"source": "chainlink-cre-skill",
15+
"description": "CRE workflows, CLI/SDK, triggers, simulation, deployment, and monitoring.",
16+
"category": "blockchain",
17+
"tags": ["chainlink", "cre", "workflows", "automation"]
18+
},
19+
{
20+
"name": "chainlink-ccip-skill",
21+
"source": "chainlink-ccip-skill",
22+
"description": "CCIP cross-chain transfers, messaging, contracts, monitoring, discovery, and CCT.",
23+
"category": "blockchain",
24+
"tags": ["chainlink", "ccip", "cross-chain", "bridging"]
25+
},
26+
{
27+
"name": "chainlink-data-feeds-skill",
28+
"source": "chainlink-data-feeds-skill",
29+
"description": "Chainlink Data Feeds integration across EVM and non-EVM chains.",
30+
"category": "blockchain",
31+
"tags": ["chainlink", "oracle", "price-feeds", "data-feeds"]
32+
},
33+
{
34+
"name": "chainlink-data-streams-skill",
35+
"source": "chainlink-data-streams-skill",
36+
"description": "Data Streams SDKs, report decoding, WebSocket HA, and on-chain verification.",
37+
"category": "blockchain",
38+
"tags": ["chainlink", "data-streams", "oracle", "low-latency"]
39+
},
40+
{
41+
"name": "chainlink-ace-skill",
42+
"source": "chainlink-ace-skill",
43+
"description": "ACE compliance engine, policies, Cross-Chain Identity, and regulated tokens.",
44+
"category": "blockchain",
45+
"tags": ["chainlink", "ace", "compliance", "erc-3643"]
46+
},
47+
{
48+
"name": "chainlink-vrf-skill",
49+
"source": "chainlink-vrf-skill",
50+
"description": "VRF v2.5 subscription and direct-funding consumers, billing, and network addresses.",
51+
"category": "blockchain",
52+
"tags": ["chainlink", "vrf", "randomness", "solidity"]
53+
}
54+
]
55+
}

CLAUDE.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,13 @@ This is a monorepo of Chainlink agent skills. Each skill lives in its own top-le
66

77
Each skill directory contains:
88
- `SKILL.md` - The skill definition with YAML frontmatter (name, description, version) and markdown instructions
9+
- `.cursor-plugin/plugin.json` - Cursor Marketplace plugin manifest for that skill
910
- `references/` - Supporting reference docs the skill reads at runtime
1011
- `agents/` (optional) - Platform-specific agent configs (e.g., `openai.yaml`)
1112
- `assets/` (optional) - Supplementary assets like doc indexes
1213

14+
The repository root has `.cursor-plugin/marketplace.json`, which registers all skills as separate Cursor plugins in one marketplace repo. Submit the repo at [cursor.com/marketplace/publish](https://cursor.com/marketplace/publish).
15+
1316
Evals live in `evals/<skill-name>/` with test cases, rubrics, and promptfoo configs.
1417

1518
## Versioning

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,29 @@ Official Repo for Chainlink coding skills. Each skill follows the [Agent Skills
1515

1616
## Install
1717

18+
### Cursor Marketplace
19+
20+
These skills are published as Cursor plugins. Install from the [Cursor Marketplace](https://cursor.com/marketplace) (search for "Chainlink") or install individual plugins after listing:
21+
22+
| Plugin | Description |
23+
| ------ | ----------- |
24+
| chainlink-cre-skill | CRE workflows, CLI/SDK, triggers, simulation, deployment |
25+
| chainlink-ccip-skill | CCIP cross-chain transfers, messaging, contracts, CCT |
26+
| chainlink-data-feeds-skill | Data Feeds integration across EVM and non-EVM chains |
27+
| chainlink-data-streams-skill | Data Streams SDKs, report decoding, WebSocket HA |
28+
| chainlink-ace-skill | ACE compliance, policies, Cross-Chain Identity |
29+
| chainlink-vrf-skill | VRF v2.5 consumers, billing, network addresses |
30+
31+
**Test locally before publishing:** symlink a plugin into Cursor's local plugins folder, then reload the window:
32+
33+
```bash
34+
ln -s "$(pwd)/chainlink-cre-skill" ~/.cursor/plugins/local/chainlink-cre-skill
35+
```
36+
37+
**Submit for listing:** open [cursor.com/marketplace/publish](https://cursor.com/marketplace/publish) and submit `https://github.com/smartcontractkit/chainlink-agent-skills`. Cursor manually reviews every plugin before it appears in the marketplace.
38+
39+
### Open skills CLI
40+
1841
Use [vercel's CLI for the open skills ecosystem](https://github.com/vercel-labs/skills#readme). Project-level installation is the default.
1942

2043
```bash
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "chainlink-ace-skill",
3+
"displayName": "Chainlink ACE",
4+
"version": "0.0.5",
5+
"description": "ACE compliance engine, policies, Cross-Chain Identity, and regulated tokens.",
6+
"author": {
7+
"name": "Chainlink"
8+
},
9+
"homepage": "https://docs.chain.link/ace",
10+
"repository": "https://github.com/smartcontractkit/chainlink-agent-skills",
11+
"license": "MIT",
12+
"keywords": ["chainlink", "ace", "compliance", "erc-3643", "kyc", "aml"],
13+
"logo": "assets/chainlink-icon.png"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "chainlink-ccip-skill",
3+
"displayName": "Chainlink CCIP",
4+
"version": "0.0.5",
5+
"description": "CCIP cross-chain transfers, messaging, contracts, monitoring, discovery, and CCT.",
6+
"author": {
7+
"name": "Chainlink"
8+
},
9+
"homepage": "https://docs.chain.link/ccip",
10+
"repository": "https://github.com/smartcontractkit/chainlink-agent-skills",
11+
"license": "MIT",
12+
"keywords": ["chainlink", "ccip", "cross-chain", "bridging", "messaging"],
13+
"logo": "assets/chainlink-icon.png"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "chainlink-cre-skill",
3+
"displayName": "Chainlink CRE",
4+
"version": "0.0.8",
5+
"description": "CRE workflows, CLI/SDK, triggers, simulation, deployment, and monitoring.",
6+
"author": {
7+
"name": "Chainlink"
8+
},
9+
"homepage": "https://docs.chain.link/cre",
10+
"repository": "https://github.com/smartcontractkit/chainlink-agent-skills",
11+
"license": "MIT",
12+
"keywords": ["chainlink", "cre", "workflows", "automation", "oracle"],
13+
"logo": "assets/chainlink-icon.png"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "chainlink-data-feeds-skill",
3+
"displayName": "Chainlink Data Feeds",
4+
"version": "0.0.3",
5+
"description": "Chainlink Data Feeds integration across EVM and non-EVM chains.",
6+
"author": {
7+
"name": "Chainlink"
8+
},
9+
"homepage": "https://docs.chain.link/data-feeds",
10+
"repository": "https://github.com/smartcontractkit/chainlink-agent-skills",
11+
"license": "MIT",
12+
"keywords": ["chainlink", "oracle", "price-feeds", "data-feeds", "aggregator"],
13+
"logo": "assets/chainlink-icon.png"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "chainlink-data-streams-skill",
3+
"displayName": "Chainlink Data Streams",
4+
"version": "0.0.2",
5+
"description": "Data Streams SDKs, report decoding, WebSocket HA, and on-chain verification.",
6+
"author": {
7+
"name": "Chainlink"
8+
},
9+
"homepage": "https://docs.chain.link/data-streams",
10+
"repository": "https://github.com/smartcontractkit/chainlink-agent-skills",
11+
"license": "MIT",
12+
"keywords": ["chainlink", "data-streams", "oracle", "low-latency", "websocket"],
13+
"logo": "assets/chainlink-icon.png"
14+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "chainlink-vrf-skill",
3+
"displayName": "Chainlink VRF",
4+
"version": "0.0.2",
5+
"description": "VRF v2.5 subscription and direct-funding consumers, billing, and network addresses.",
6+
"author": {
7+
"name": "Chainlink"
8+
},
9+
"homepage": "https://docs.chain.link/vrf",
10+
"repository": "https://github.com/smartcontractkit/chainlink-agent-skills",
11+
"license": "MIT",
12+
"keywords": ["chainlink", "vrf", "randomness", "solidity", "subscription"],
13+
"logo": "assets/chainlink-icon.png"
14+
}

0 commit comments

Comments
 (0)