-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.58 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "shadow-skill",
"version": "0.1.0",
"description": "Comprehensive privacy-preserving cross-chain crypto transfer and swap Agent Skill with provider-neutral routing. HoudiniSwap is the first bundled provider adapter. Compatible with Claude Code, OpenClaw, Hermes (Nous Research), Pi, Cursor and any tool supporting the SKILL.md standard.",
"type": "module",
"private": false,
"license": "MIT",
"engines": {
"node": ">=22.0.0"
},
"keywords": [
"agent-skill",
"ai-agent-tool",
"claude-code",
"openclaw",
"hermes-agent",
"pi-agent",
"pi-coding-agent",
"cursor",
"skill-md",
"shadow-skill",
"privacy-router",
"houdiniswap",
"crypto",
"defi",
"privacy",
"cross-chain",
"swap"
],
"scripts": {
"test": "node scripts/run-tests.mjs",
"test:coverage": "node scripts/run-tests.mjs --coverage",
"smoke": "node --test --test-reporter=spec skills/houdiniswap/tests/_client.test.mjs skills/houdiniswap/tests/list-chains.test.mjs skills/privacy-router/tests/registry.test.mjs skills/privacy-router/tests/router.test.mjs",
"lint:syntax": "node --check skills/houdiniswap/scripts/_client.mjs && node --check skills/privacy-router/lib/router.mjs && node --check scripts/router/list-providers.mjs && node --check skills/shadow-skill/scripts/list-providers.mjs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/REPLACE_ME/shadow-skill.git"
},
"bugs": {
"url": "https://github.com/REPLACE_ME/shadow-skill/issues"
},
"homepage": "https://github.com/REPLACE_ME/shadow-skill#readme"
}