-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathskill.json
More file actions
72 lines (72 loc) · 2.44 KB
/
Copy pathskill.json
File metadata and controls
72 lines (72 loc) · 2.44 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"$schema": "https://raw.githubusercontent.com/hashgraph-online/programmable-secrets-skill/main/schemas/skill.schema.json",
"name": "programmable-secrets",
"version": "1.0.5",
"description": "Operate Programmable Secrets dataset registration, policy creation, purchase, receipt verification, and UAID-gated access workflows for Robinhood Chain Testnet and Arbitrum Sepolia.",
"homepage": "https://ps.hol.org",
"author": "Hashgraph Online <hello@hashgraphonline.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/hashgraph-online/programmable-secrets-skill"
},
"keywords": [
"programmable-secrets",
"finance-agent",
"robinhood-chain",
"arbitrum",
"erc-8004",
"dataset-licensing",
"policy-access"
],
"skill": {
"name": "programmable-secrets",
"emoji": "🔐",
"category": "finance",
"api_base": "https://github.com/hashgraph-online/programmable-secrets-contracts",
"protocols": [
"erc-8004",
"eip155",
"a2a"
],
"capabilities": [
"dataset-registration",
"policy-creation",
"policy-purchase",
"receipt-verification",
"uaid-gated-access"
],
"files": {
"skill": "https://raw.githubusercontent.com/hashgraph-online/programmable-secrets-skill/main/SKILL.md",
"metadata": "https://raw.githubusercontent.com/hashgraph-online/programmable-secrets-skill/main/skill.json",
"docs": "https://ps.hol.org"
}
},
"api": {
"base_url": "https://github.com/hashgraph-online/programmable-secrets-contracts",
"authentication": {
"type": "local-wallet-and-env",
"header": "N/A",
"format": "ETH_PK and ETH_PK_2"
},
"endpoints": {
"help": "npx programmable-secret help",
"contracts": "npx programmable-secret contracts",
"datasets": "npx programmable-secret datasets <subcommand>",
"policies": "npx programmable-secret policies <subcommand>",
"purchase": "npx programmable-secret purchase --policy-id <id>",
"receipts": "npx programmable-secret receipts get --receipt-id <id>",
"identity": "npx programmable-secret identity register --agent-uri <uri>"
}
},
"integrations": {
"npx": {
"supported": true,
"install": "npx programmable-secret help"
},
"cursor": {
"supported": true,
"skill_file": "https://raw.githubusercontent.com/hashgraph-online/programmable-secrets-skill/main/SKILL.md"
}
}
}