LoomLens Live

# LoomLens Live — OpenClaw Skill

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "LoomLens Live" with this command: npx skills add avale-slai/loomlens-live

LoomLens Live — OpenClaw Skill

Skill Name: loomlens-live
Command: /loomlens
Type: OpenClaw AgentSkill (sidebar panel skill)
Phase: Ready to install


What It Does

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.


Features

  • 6 model clusters — Flash Reasoning, Fast General, Balanced Coding, Power, Vision
  • Within-group optimization — recommends cheapest model that clears the capability bar
  • Per-call billing — type freely for free; only "Run Estimate" deducts from Signal Loom account
  • 3 free runs/day — local preview is unlimited; runs against your Signal Loom key
  • Drag & drop — drop any text into the sidebar to estimate
  • Keyboard shortcutCmd/Ctrl+L to open from anywhere
  • Model dispatch — select any model and it overrides the next prompt's model via before_model_resolve hook
  • Rev-share ready — developers earn 23–28% revenue share on estimate calls

Billing Model

ActionCost
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 payout23% (Loom Partner) / 28% (Loom Elite) on net estimate revenue

Freemium

TierLimitsAuth
Free3 runs / 24h (local preview unlimited)None
API KeyUnlimited runsSignal Loom API key

Rev-Share: Loom Partners Program

TierRateQualification
Loom Partner23%10K mins/month minimum
Loom Elite28%100K mins/month or signed agreement

See REV_SHARE_ANALYSIS.md in the Signal Loom API workspace for full margin and payout analysis.


Model Clusters

ClusterModelsBest For
Flash ReasoningMiniMax M2, Gemini 2.5 Flash, Claude Haiku, DeepSeek v3Q&A, summaries, simple tasks
Fast GeneralGPT-4o Mini, Gemini 2.0 Flash, xAI Grok-3Fast general purpose
Balanced CodingClaude Sonnet 4, GPT-4o, Claude 3.5 SonnetMedium-complexity code
Power / ArchitectureClaude Opus 4, Claude CodeComplex builds, architecture
Vision / MultimodalGPT-4o, Claude 3.5Images, PDFs, documents

Scoring

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.


Installation

Option A: Workspace Hook (Quick)

cp -r signal-loom-loomlens/ ~/.openclaw/workspace/hooks/loomlens-live/

Option B: OpenClaw Skill Install (When supported)

openclaw skills install ./signal-loom-loomlens

Files

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

Branding

  • Attribution: "Powered by Signal Loom AI ✦" in sidebar footer
  • External link: "Get a Signal Loom API key →" → signallloomai.com/signup.html

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

Openclaw Router

Intelligent Model Routing - Save 60% on AI Costs / 智能路由系统 - 节省 60% 成本

Registry SourceRecently Updated
4420Profile unavailable
Coding

Ollama — Herd Your LLMs Into One Smart Endpoint

Ollama fleet router — herd your Ollama LLMs into one smart endpoint. Route Llama, Qwen, DeepSeek, Phi, Mistral, and Gemma across multiple devices with 7-sign...

Registry SourceRecently Updated
942Profile unavailable
Coding

Daily Tech

每日科技/AI/大模型热榜推送。当用户说"今日科技"、"每日AI"、"科技日报"、"大模型动态"、"AI资讯"、"开启科技推送"时触发。主打AI、大模型、OpenClaw、机器人、GitHubTrending等硬科技,附国际市场动态,来源覆盖中英文。

Registry SourceRecently Updated
1740Profile unavailable
Automation

Auto Skill Loader

自动检测当前任务类型,动态加载对应的 Skill。当收到新任务时,分析任务意图, 匹配最佳 Skill 并自动加载。支持 Skill 分级保护(core/protected/dynamic), 即插即用零配置,兼容任何 OpenClaw 部署。 触发词:"自动加载skill"、"动态加载"、"智能匹配skill"...

Registry SourceRecently Updated
2310Profile unavailable