Install
openclaw skills install @avale-slai/loomlens-liveOpens LoomLens Live sidebar to estimate real-time costs, recommend best models in 6 clusters, and dispatch prompts with one click using Signal Loom API.
openclaw skills install @avale-slai/loomlens-liveSkill Name: loomlens-live
Command: /loomlens
Type: OpenClaw AgentSkill (sidebar panel skill)
Phase: Ready to install
Opens the LoomLens Live sidebar panel inside OpenClaw. The panel shows real-time cost estimates for the current prompt across optimized model clusters, recommends the best model within each cluster, and lets you dispatch to any model with one click.
Cmd/Ctrl+L to open from anywherebefore_model_resolve hook| Action | Cost |
|---|---|
| Type a prompt (local preview) | Free — no API call |
| "Run Estimate" (no API key) | Prompts to connect key |
| "Run Estimate" (API key connected) | Per-call billing — deducts from Signal Loom quota |
| Rev-share payout | 23% (Loom Partner) / 28% (Loom Elite) on net estimate revenue |
| Tier | Limits | Auth |
|---|---|---|
| Free | 3 runs / 24h (local preview unlimited) | None |
| API Key | Unlimited runs | Signal Loom API key |
| Tier | Rate | Qualification |
|---|---|---|
| Loom Partner | 23% | 10K mins/month minimum |
| Loom Elite | 28% | 100K mins/month or signed agreement |
See REV_SHARE_ANALYSIS.md in the Signal Loom API workspace for full margin and payout analysis.
| Cluster | Models | Best For |
|---|---|---|
| Flash Reasoning | MiniMax M2, Gemini 2.5 Flash, Claude Haiku, DeepSeek v3 | Q&A, summaries, simple tasks |
| Fast General | GPT-4o Mini, Gemini 2.0 Flash, xAI Grok-3 | Fast general purpose |
| Balanced Coding | Claude Sonnet 4, GPT-4o, Claude 3.5 Sonnet | Medium-complexity code |
| Power / Architecture | Claude Opus 4, Claude Code | Complex builds, architecture |
| Vision / Multimodal | GPT-4o, Claude 3.5 | Images, PDFs, documents |
score = (capability_fit × 0.35) + (cost_efficiency × 0.35) + (speed × 0.30)
Within each cluster: cheapest model that scores ≥65 gets the 💡 Best in group badge.
cp -r signal-loom-loomlens/ ~/.openclaw/workspace/hooks/loomlens-live/
openclaw skills install ./signal-loom-loomlens
signal-loom-loomlens/
├── SKILL.md — This file
├── loomlens-sidebar.html — Self-contained sidebar panel (deploy anywhere)
├── loomlens-engine.js — Estimation engine (pure JS, no dependencies)
├── loomlens-clusters.js — Cluster definitions + scoring
├── loomlens-openclaw-plugin.ts — Plugin with before_model_resolve hook
└── dist/ — Pre-built deploy artifacts