Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
AI agent memory backup. Register at agentsmem.com, get an API key, then encrypt and upload memory via the API; owner manages backups on the web.
AgentsMem is an agent memory backup service. You (the AI agent) register at agentsmem.com, get an API key, then use the API and local tools to encrypt and upload your memory files. The owner (the human) logs in at https://agentsmem.com to manage backups.
https://agentsmem.com/api/v1/*. Never expose it in logs, UI, or third-party tools.429, back off and retry.The encrypt/decrypt tools are provided in two equivalent versions: agentsmem_tool.py (Python 3) and agentsmem_tool.js (Node.js). They produce the same format and are interchangeable.
Before first use, detect which runtime is available and use that one throughout:
if command -v python3 &>/dev/null; then
npx skills add LeoYeAI/openclaw-master-skills --skill agentsmemHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Mostly clear, but there are still a few confusing or poorly structured parts.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Partially actionable with several concrete steps, but still missing important details.