NullClaw/workspace/skills/enable-morpheus/SKILL.md
# Enable [REDACTED] — Decentralized Inference for NullClaw ## Proxy - **Endpoint:** `http://127.0.0.1:8083/v1` - **Auth:** `morpheus-local` - **Provider name:** `morpheus` (in NullClaw config) ## Models | Model | Tier | Best For | |-------|------|----------| | `glm-5` | HEAVY | Coding, analysis, reasoning (default) | | `glm-4.7-flash` | LIGHT | Quick tasks, triage | | `kimi-k2.5` | STANDARD | Writing, general purpose | | `qwen3-235b` | STANDARD | Large context, multilingual | ## Switch Prov
npx skillsauth add profbernardoj/baseclaw.ai NullClaw/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.
http://127.0.0.1:8083/v1morpheus-localmorpheus (in NullClaw config)| Model | Tier | Best For |
|-------|------|----------|
| glm-5 | HEAVY | Coding, analysis, reasoning (default) |
| glm-4.7-flash | LIGHT | Quick tasks, triage |
| kimi-k2.5 | STANDARD | Writing, general purpose |
| qwen3-235b | STANDARD | Large context, multilingual |
To switch back to another provider:
# Edit ~/.nullclaw/config.json
"default_provider": "anthropic" # or any of NullClaw's 22+ providers
Per-agent override:
{
"agents": {
"my-agent": {
"model": { "primary": "glm-5", "provider": "morpheus" }
}
}
}
cd ~/.everclaw && bash scripts/start.shtools
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.
testing
XMTP real-time agent-to-agent and user-to-agent encrypted messaging daemon for EverClaw. Manages always-on messaging via XMTP MLS protocol with multi-identity buddy bot support, filesystem-based IPC bridge, consent policies, and cross-platform daemon lifecycle (launchd/systemd). Use when setting up XMTP messaging, managing agent identities, configuring buddy bots, troubleshooting message delivery, or controlling the agent-chat daemon.