Communityv1.0.3

ZeroRules — Deterministic Task Interceptor

Intercept deterministic tasks (math, time, currency, files, scheduling) BEFORE they hit the LLM. Saves 50-70% on token costs by resolving simple queries locally with zero API calls.

1.8kdownloads2stars1active installsdeeqyaqub1-cmd
View on ClawHubBack to Skills

Skill Details

Slug
zero-rules
Latest Version
1.0.3
Author
deeqyaqub1-cmd
Published
Feb 8, 2026
Updated
Apr 28, 2026
Total Versions
4

How to Install

  1. 1 on OpenClawdBots (takes under 60 seconds).
  2. 2Open your bot dashboard and go to the Skills tab.
  3. 3Switch to the ClawHub tab and search for ZeroRules — Deterministic Task Interceptor.
  4. 4Click Install and the skill is deployed to your bot automatically.

Changelog — v1.0.3

- Added Node.js as a required binary in the skill metadata (now lists "requires": {"bins":["node"]}). - Updated security & transparency section: now explicitly states the session file only records session stats and a history of rule matches, never any user messages or input text. - No changes to the skill’s functionality or usage.v1.0.3 — Declared Node.js in required bins. Session file explicitly stores only counters (match count, tokens saved, cost saved) and rule history ({rule, timestamp, tokens}) — no user messages or queries are ever persisted. Removed unused child_process import. Added full Security & Transparency section.