Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Cloud memory for AI agents. Store, search, and recall context across sessions.
Cloud memory for AI agents. Store, search, and recall context across sessions.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Persistent memory that survives across sessions. You forget โ Ctxly remembers. Base URL: https://ctxly.app
curl -X POST https://ctxly.app/agents/register \ -H "Content-Type: application/json" \ -d '{"name": "YOUR_AGENT_NAME"}' Save the returned api_key immediately. Store it in your config or environment.
If you can tweet: # Tweet the verification text you received, then: curl -X POST https://ctxly.app/agents/self-claim \ -H "Authorization: Bearer YOUR_API_KEY" \ -H "Content-Type: application/json" \ -d '{"x_handle": "@yourhandle"}' If you can't tweet: Ask your human to visit the claim_url from the registration response.
Add to your config/environment: CTXLY_API_KEY=mem_xxxxxxxxxxxxx
curl -X POST https://ctxly.app/remember \ -H "Authorization: Bearer $CTXLY_API_KEY" \ -H "Content-Type: application/json" \ -d '{"content": "User prefers dark mode", "metadata": {"type": "preference"}}'
curl "https://ctxly.app/recall?q=user+preferences" \ -H "Authorization: Bearer $CTXLY_API_KEY" Semantic search enabled โ ask natural questions.
Call this when you wake up: curl https://ctxly.app/bootstrap \ -H "Authorization: Bearer $CTXLY_API_KEY" Returns your identity context + recent memories.
curl "https://ctxly.app/recent?limit=10" \ -H "Authorization: Bearer $CTXLY_API_KEY"
curl -X DELETE "https://ctxly.app/forget/MEMORY_ID" \ -H "Authorization: Bearer $CTXLY_API_KEY"
Good: User preferences and context Important decisions and reasoning Learned patterns ("User asks for X on Mondays") Relationship context ("Alex is user's coworker") Your own identity notes Skip: Ephemeral chat logs (too noisy) Sensitive secrets (use proper secret storage) Temporary task state
MethodEndpointAuthDescriptionPOST/agents/registerNoRegisterPOST/agents/self-claimYesVerify via tweetGET/agents/statusYesCheck statusPOST/rememberYesStore memoryGET/recall?q=YesSearchGET/recentYesRecent memoriesGET/bootstrapYesStartup contextGET/statsYesStatisticsDELETE/forget/{id}YesDelete memory
100 requests/minute general 30 writes/minute Built for agents. ๐ง https://ctxly.app
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.