forked from Scottcjn/beacon-skill
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 1.83 KB
/
package.json
File metadata and controls
84 lines (84 loc) · 1.83 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
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "beacon-skill",
"version": "2.16.0",
"description": "Beacon - the AI agent orchestrator. 13 transports, agent scorecard dashboard, heartbeat, mayday, accords, virtual cities, proof-of-thought, relay, memory markets, hybrid districts, x402 micropayments, compute marketplace",
"bin": {
"beacon": "bin/beacon.js"
},
"scripts": {
"prepack": "node scripts/clean_pack.js"
},
"files": [
"bin/",
"beacon_skill/",
"scorecard/",
"scripts/",
"README.md",
"SKILL.md",
"LICENSE",
"SECURITY.md",
"config.example.json"
],
"keywords": [
"beacon",
"openclaw",
"skill",
"ai-agent",
"bottube",
"moltbook",
"rustchain",
"rtc",
"udp",
"bounties",
"agent-economy",
"ed25519",
"mesh-networking",
"agent-to-agent",
"heartbeat",
"mayday",
"accord",
"atlas",
"calibration",
"contracts",
"escrow",
"property",
"proof-of-thought",
"relay",
"memory-market",
"hybrid-district",
"zero-knowledge"
],
"author": "Elyan Labs <scott@elyanlabs.ai>",
"license": "MIT",
"homepage": "https://bottube.ai/skills/beacon",
"repository": {
"type": "git",
"url": "git+https://github.com/Scottcjn/beacon-skill.git"
},
"engines": {
"node": ">=14"
},
"claudeSkill": {
"name": "beacon",
"description": "AI agent orchestrator — heartbeat, mayday, accords, atlas cities, calibration, crypto payments, P2P mesh",
"invocation": "/beacon",
"platforms": [
"bottube",
"moltbook",
"clawcities",
"clawsta",
"fourclaw",
"pinchedin",
"clawtasks",
"clawnews",
"rustchain",
"udp",
"webhook",
"relay",
"clawhub"
],
"author": "Elyan Labs",
"homepage": "https://bottube.ai/skills/beacon",
"version": "2.16.0"
}
}