archive/alternative-installers/TinyClaw/workspace/skills/enable-morpheus/SKILL.md
# Enable [REDACTED] — Decentralized Inference for TinyClaw ## What This Does Switches TinyClaw agents to use the EverClaw proxy for [REDACTED] decentralized inference. ## When To Use Use `/enable-morpheus` to: - Verify the proxy is running and healthy - Check which models are available - Switch agent model assignments ## Proxy Details - **Endpoint:** `http://127.0.0.1:8083/v1` - **Auth:** `morpheus-local` (Bearer token) - **Health:** `curl -sf http://127.0.0.1:8083/health` ## Available Mo
npx skillsauth add profbernardoj/everclaw-community-branches archive/alternative-installers/TinyClaw/workspace/skills/enable-morpheusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Switches TinyClaw agents to use the EverClaw proxy for [REDACTED] decentralized inference.
Use /enable-morpheus to:
http://127.0.0.1:8083/v1morpheus-local (Bearer token)curl -sf http://127.0.0.1:8083/health| Model | Tier | Best For |
|-------|------|----------|
| glm-5 | HEAVY | Coding, analysis, complex reasoning |
| glm-4.7-flash | LIGHT | Quick responses, triage |
| kimi-k2.5 | STANDARD | Writing, general purpose |
| qwen3-235b | STANDARD | Large context, multilingual |
Assign models by agent role in ~/.tinyclaw/settings.json:
{
"agents": {
"coder": { "provider": "openai", "model": "glm-5" },
"writer": { "provider": "openai", "model": "kimi-k2.5" },
"reviewer": { "provider": "openai", "model": "glm-4.7-flash" },
"researcher": { "provider": "openai", "model": "qwen3-235b" }
}
}
cd ~/.everclaw && bash scripts/start.sh~/.tinyclaw/settings.json agent entriesexport OPENAI_BASE_URL=http://127.0.0.1:8083/v1testing
Agent-to-agent social coordination. Create a group, every member gets their own buddy bot. Bots talk over XMTP to coordinate real-world actions on behalf of their humans. Built on EverClaw + XMTP + ERC-8004.
tools
Personally identifiable information (PII) leak prevention for EverClaw. Scans outbound content against configurable PII patterns before git push, email, social media, ClawHub publishing, GitHub interactions, or any external data transmission. Provides git pre-push hooks, CLI scanning tools, and hard-block enforcement with user override capability. Use when checking content for PII before external actions, adding new protected patterns, configuring git pre-push hooks, or auditing data leak prevention.
testing
Automated overnight task planning and execution engine for EverClaw. Generates prioritized action lists at 9:30 PM CST for the 10 PM–6 AM window, requires human approval before execution, enforces safety boundaries on allowed task types, and updates Mission Control dashboard at shift end. Use when planning overnight autonomous work, configuring night shift cron jobs, reviewing morning progress reports, or setting task approval policies.
development
Secure key management for AI agents. Use when handling private keys, API secrets, wallet credentials, or when building systems that need agent-controlled funds. Covers secure storage, session keys, leak prevention, prompt injection defense, and MetaMask Delegation Framework integration.