A binary model routing system that optimizes AI performance by switching between lightweight GLM-4.7 and heavyweight GLM-5 tasks.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install glm-autoroute
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install glm-autoroute using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
GLM Autoroute is a model orchestration skill designed to balance efficiency and power in AI agent environments. By utilizing a binary routing logic, it sets GLM-4.7 as the default model for lightweight tasks like Q&A and status checks, while reserving the more robust GLM-5 for intensive activities like coding and analysis. This skill is a core component of the Openclaw Skills ecosystem, ensuring that agents use the right amount of compute for every task.
The system is built on the principle of escalation. When the agent detects a request that requires reasoning, deep research, or architecture planning, it spawns a GLM-5 session. Once the complex task is finalized, the agent automatically reverts to the lightweight model, maintaining a streamlined and responsive user experience.
To implement this skill, ensure your environment is configured to access the ZAI model suite. No separate binary installation is required, as the logic is handled via session management.
# Ensure your agent configuration allows for model switching
# Verify access to zai/glm-4.7 and zai/glm-5 models
The skill organizes data into a hierarchy of importance to prevent information overload:
| Location | Data Type | Description |
|---|---|---|
| MEMORY.md | Insights | Curated, actionable decisions and long-term project context. |
| research/ | Reports | Detailed markdown files containing full research data and analysis. |
| project_dir/ | Source Code | All generated scripts and implementation files. |
| Session Announce | Summary | Brief status updates on what was created and where files are located. |
Loading
csvglow converts tabular data into professional, interactive HTML dashboards with automated insights and visualizations.

A local-first, SQLite-powered task management system designed for AI agents and CLI users to track work with structured metadata.

An automated workflow skill that aggregates daily activity logs into structured reports and distributes them via multiple communication channels.

A powerful music automation skill for searching, adding, and monitoring artists and albums within Lidarr.

A Python-based utility to programmatically populate fillable PDF forms with text and checkbox data while maintaining visual integrity.

A secure, E2E encrypted vault for managing API keys and environment variables within the Openclaw Skills ecosystem.








































