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.
- 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.