omniCell

Installation
SKILL.md

OmniCell

OmniCell transforms the Operating System into a structured data source. Instead of parsing raw text from stdout, you receive JSON objects.

Tools

nuShell

Universal shell tool - use for ANY terminal command.

Parameters:

  • command (string): Any terminal command (auto-detects observe vs mutate)
    • Examples: ls -la, cargo test, git status, npm run build
    • Read: open config.json (Returns parsed JSON/Dict directly)
    • List: ls **/*.py | sort-by size (Returns List[Dict])
    • Query: ps | where cpu > 10
  • intent (string, optional): Explicitly force observe or mutate
  • chunked (bool, default false): Enable chunked delivery for very large payloads
Related skills
Installs
6
GitHub Stars
9
First Seen
Feb 27, 2026