Installation

clawhub install deeqyaqub1-cmd/zero-rules

Summary

ZeroRules intercepts queries that match deterministic patterns, math, time zones, currency conversion, file listing, and date calculations, and resolves them locally before any LLM call. It returns the result immediately with an estimate of tokens saved. Queries that don't match any rule pass through unchanged.

SKILL.md

Quick overview

ZeroRules intercepts queries that match deterministic patterns, math, time zones, currency conversion, file listing, and date calculations, and resolves them locally before any LLM call. It returns the result immediately with an estimate of tokens saved. Queries that don't match any rule pass through unchanged.

Unlike model routing, which sends simple queries to a cheaper model, ZeroRules skips the model entirely and resolves answers locally at zero token cost.

Common tasks

  • Calculating percentages or unit conversions mid-conversation
  • Checking current time in a different city or timezone
  • Converting currency amounts while reviewing invoices or expenses
  • Listing files in a project directory without leaving the chat
  • Finding what day of the week a future date falls on

Install paths

Primary command


openclaw install deeqyaqub1-cmd/zero-rules

ClawHub installer


npx clawhub@latest install deeqyaqub1-cmd/zero-rules

OpenClaw CLI


openclaw skills install deeqyaqub1-cmd/zero-rules

Direct OpenClaw install


openclaw install deeqyaqub1-cmd/zero-rules

Skill metadata

  • Category: Productivity & Tasks
  • Language: Markdown
  • Version: 1.0.3
  • Security status: Suspicious

Review upstream source

The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/deeqyaqub1-cmd/zero-rules

Recommended skills

Browse all →

Related guides

Hand-picked reading to help you choose, install, and use agent skills.