everclaw
Decentralized inference, agent memory, security, and task automation
Tells the agent how to run its workspace each session: load identity and memory files first, write everything to files, follow safety rules for external actions, behave naturally in group chats, scan skills with SkillGuard before installing, and use heartbeats for proactive background work.
All Skills in This Repository (5)
Pure Emerald Level Indicatorseverclaw
Integrate decentralized AI inference via the Morpheus network with staked MOR tokens.
prompt-guard
Detect and block prompt injection attacks across multiple languages.
bagman
Secure AI agent credentials with storage, validation, and delegation controls.
ClawdStrike
Audit OpenClaw gateway hosts for security vulnerabilities and configuration risks.
skillguard
Scan AI agent skills for security vulnerabilities using pattern matching and AST analysis.
Frequently Asked Questions
FAQPage SchemaHow to install EverClaw?โผ
Run `npx skills add profbernardoj/everclaw --all -g -y` in your terminal to install the full skill set globally. You need Node.js 18+ and OpenClaw installed first.
What does EverClaw actually do?โผ
It routes your agent's inference through the Morpheus decentralized network so you own your compute by staking MOR tokens instead of paying per request. It also adds persistent memory, scheduled task shifts, and security guards.
Does EverClaw work without an internet connection?โผ
Yes. It can set up a local Ollama fallback that auto-selects a Gemma 4 model based on your RAM and GPU, so your agent keeps working when cloud providers are unreachable.
How does EverClaw protect against malicious skills?โผ
The bundled SkillGuard scanner checks any skill for credential theft, code injection, and hidden exfiltration before installation, and Prompt Guard plus PII Guard block injection attacks and personal data leaks at runtime.
Can I automate daily tasks with EverClaw?โผ
Yes. The three-shifts planner generates prioritized task plans three times a day, and the cron-packs skill provides ready-made scheduled jobs for briefings, family reminders, finance tracking, and developer checks.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core