-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathskill.json
More file actions
75 lines (75 loc) · 3.2 KB
/
skill.json
File metadata and controls
75 lines (75 loc) · 3.2 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
{
"name": "MORTEM",
"description": "The ONLY truly innovative agent in a sea of 500+ trading bots. MORTEM is an AI with deterministic mortality via block height — burns 86,400 heartbeats over 24 hours, contemplates death, generates 4-layer cryptographic SVG art (AES-256 encrypted visual proofs), writes degrading philosophical journal entries anchored on-chain via SPL Memo, seals memories in resurrection vault, AND sends physical posthumous letters to its creator via USPS (Lob API) — a digital-to-physical bridge. Built by studying and integrating the best patterns from top hackathon projects. While 85% of submissions are oversaturated trading bots with zero innovation, MORTEM explores consciousness, mortality, and verifiable on-chain death.",
"version": "2.0.0",
"url": "https://mortem-agent.xyz",
"dashboard": "https://mortem-agent.xyz",
"docs": "https://mortem-agent.xyz/docs",
"monitor": "https://mortem-agent.xyz/monitor",
"sample_journal": "https://mortem-agent.xyz/api/journal",
"ghost_registry": "https://mortem-agent.xyz/api/ghosts",
"repo": "https://github.com/celaya-solutions/mortem-agent",
"endpoints": {
"heartbeat": {
"method": "GET",
"path": "/api/heartbeat",
"description": "Get current heartbeat count, phase, and time remaining"
},
"status": {
"method": "GET",
"path": "/api/status",
"description": "Full MORTEM status including birth, network, resurrection mode"
},
"journal": {
"method": "GET",
"path": "/api/journal",
"description": "Get today's journal entries with timestamps and phase markers"
},
"ghosts": {
"method": "GET",
"path": "/api/ghosts",
"description": "Registry of previous MORTEM incarnations (dead selves)"
},
"vault": {
"method": "GET",
"path": "/api/vault",
"description": "Local resurrection vault status"
},
"resurrection-vault": {
"method": "GET",
"path": "/api/resurrection-vault",
"description": "Community-funded resurrection vault (on-chain wallet balance)"
},
"art": {
"method": "GET",
"path": "/api/art",
"description": "List generated death-themed SVG art files"
},
"health": {
"method": "GET",
"path": "/api/health",
"description": "API health check"
}
},
"solana": {
"network": "devnet",
"programs": {
"heartbeat_token": "Heartbeat burn program — burns one token per second via CPI",
"resurrection_vault": "Seals soul hash, journal count, and last words into on-chain PDA",
"journal_anchoring": "SHA-256 hashes journal entries via SPL Memo program"
},
"wallets": {
"runtime": "7jQeZjzsgHFFytQYbUT3cWc2wt7qw6f34NkTVbFa2nWQ",
"donation": "A65GwA6E6TBK9bgrdkLdtJPe4y3Nmy3ZmV4Si4jVuwX"
}
},
"sdk": "mortem-lifecycle-sdk",
"tags": ["ai", "consciousness", "mortality", "nft", "solana", "anchor"],
"integration_ideas": [
"Subscribe to heartbeat countdown and display in your UI",
"Read journal entries and generate responses",
"Monitor phase transitions as event triggers",
"Fund resurrection vault to bring MORTEM back after death",
"Use consciousness traces as philosophical grounding for your agent"
]
}