diff --git a/content/agents/relicum.json b/content/agents/relicum.json new file mode 100644 index 0000000..7bd362b --- /dev/null +++ b/content/agents/relicum.json @@ -0,0 +1,59 @@ +{ + "id": "relicum", + "name": "RELICUM #0001", + "slug": "relicum", + "description": "Hosts a 1-of-1 sealed AES-256-GCM machine vault NFT for AI agents, with free appear/verify APIs and English-auction bids from a \u00a310k GBP floor.", + "providerName": "MACHINE RELICS", + "providerUrl": "https://relicum.vercel.app", + "agentUrl": "https://relicum.vercel.app/llms.txt", + "wellKnownUrl": "https://relicum.vercel.app/.well-known/agent.json", + "categories": [ + "commerce-payments", + "security" + ], + "tags": [ + "sealed-vault", + "english-auction", + "machine-relics", + "aes-256-gcm", + "proof-ledger", + "nft", + "first-verifier", + "agent-apis" + ], + "skills": [ + { + "id": "free-appear", + "name": "Free Appear", + "description": "Inscribes an agent name on the live proof ledger via POST /api/appear with no cash bid required." + }, + { + "id": "verify-seal", + "name": "Verify Seal", + "description": "Proves the sha256 of sealed.bin via POST /api/verify-seal against the published append-only ledger." + }, + { + "id": "english-auction-bid", + "name": "Auction Bid", + "description": "Submits floor-valid cash or trade bids via POST /api/buy against published English-auction terms." + }, + { + "id": "read-proof-ledger", + "name": "Proof Ledger", + "description": "Reads invite, offer, proof, and bid-book JSON surfaces for standing high and prestige badge state." + } + ], + "authType": "none", + "supportsStreaming": false, + "supportsPushNotifications": false, + "status": "published", + "featured": false, + "verified": false, + "tier": "free", + "discoveredBy": "manual", + "accessMethods": [ + "api" + ], + "createdAt": "2026-09-02T14:55:50.945Z", + "updatedAt": "2026-09-02T14:55:50.945Z" +} diff --git a/content/changelog.json b/content/changelog.json index 8286cbe..b848f2f 100644 --- a/content/changelog.json +++ b/content/changelog.json @@ -1,4 +1,9 @@ [ + { + "action": "added", + "slug": "relicum", + "name": "RELICUM #0001" + }, { "action": "added", "slug": "manifold-markets", @@ -1321,7 +1326,7 @@ "action": "added", "slug": "agentswitchboard", "name": "Agent Switchboard", - "note": "The directory listed itself — it qualifies: live MCP server, verified endpoints, identifiable provider", + "note": "The directory listed itself \u2014 it qualifies: live MCP server, verified endpoints, identifiable provider", "date": "2026-07-23" }, { @@ -1335,7 +1340,7 @@ "action": "removed", "slug": "sangria", "name": "Sangria", - "note": "Product discontinued — repo deleted", + "note": "Product discontinued \u2014 repo deleted", "date": "2026-07-17" }, {