AI agent for smart home management
Home Claw is a flavor of the EverClaw decentralized AI agent ecosystem, powered by Morpheus Network inference.
Domain: homeclaw.org
Default Model: GLM-5 (via Morpheus decentralized inference)
This flavor provides the common Morpheus infrastructure (wallet, proxy, session management, security) with a persona and configuration tailored for: AI agent for smart home management.
curl -sSL https://homeclaw.org/install.sh | bashOr clone and set up manually:
git clone https://github.com/profbernardoj/homeclaw.org.git
cd homeclaw.org
npm install
node scripts/setup.mjsThis repo is one of 28+ flavor repos in the EverClaw ecosystem. Each flavor shares the same core Morpheus infrastructure but with a unique identity and focus.
- Core Infrastructure: Morpheus proxy, session management, wallet, security tiers
- Unique to this flavor: Persona, default workflows, and domain-specific configuration
MIT
Note: This repository is automatically composed from the morpheus-skill monorepo. Please submit PRs and issues against the monorepo, not this flavor repo.