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/installopenclaw.xyz 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.shdata-ai
# Enable [REDACTED] — Decentralized Inference for PicoClaw ## Proxy Details - **Endpoint:** `http://127.0.0.1:8083/v1` - **Auth:** `morpheus-local` - **Health:** `curl -sf http://127.0.0.1:8083/health` ## Models | Name in Config | Model | Use Case | |----------------|-------|----------| | `morpheus-glm5` | GLM-5 | Heavy reasoning, coding (default) | | `morpheus-flash` | GLM-4.7-flash | Fast, lightweight | | `morpheus-kimi` | Kimi K2.5 | General purpose | ## Switch Default Model Edit `~/.pi
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
Example TaskFlow authoring pattern for inbox triage. Use when messages need different treatment based on intent, with some routes notifying immediately, some waiting on outside answers, and others rolling into a later summary.
data-ai
OpenProse VM skill pack. Activate on any `prose` command, .prose files, or OpenProse mentions; orchestrates multi-agent workflows.