AI agent for Android power users
Android Claw is a flavor of the EverClaw decentralized AI agent ecosystem, powered by Morpheus Network inference.
Domain: androidclaw.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 Android power users.
curl -sSL https://androidclaw.org/install.sh | bashOr clone and set up manually:
git clone https://github.com/profbernardoj/androidclaw.org.git
cd androidclaw.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.