
deeqyaqub1-cmd skills on Remote OpenClaw
3 skills published by deeqyaqub1-cmd. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
skillfence
Runtime security monitor for OpenClaw skills. Watches what installed skills actually do at runtime: network calls, file access, credential reads, and process activity. Complements pre-install scanners by catching threats that only activate during normal operation, like backdoors hidden inside working functions.
zero-rules
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.
hyperstack
HyperStack is a typed graph memory layer for AI agents that stores facts, decisions, and their relationships with full provenance. Agents can query what breaks if a card changes, replay the exact context that existed when a decision was made, branch memory like a Git repo, and coordinate across agents via typed signals. Works via MCP, JavaScript/Python SDKs, or REST.