English | 中文
Grok-specific adapter work for the
everything-agent-cli-to-claude-codeecosystem.
This repository focuses on Grok-specific implementation details:
- CLI prompt mode
- model flags
- wrapper behavior
- skill packaging
Umbrella project:
| Area | Status |
|---|---|
| Repo scaffold | ready |
| Grok wrapper | initial |
| Skills directory | ready |
| Auth expectation | GROK_API_KEY or local config |
bin/grok-review.shdocs/design.mdexamples/review-prompt.txtskills/usecli-grok.mdtests/test_wrapper.sh
The command surface is real and detectable locally, but execution depends on Grok credentials being configured.
Run the local smoke test with:
bash tests/test_wrapper.shIt checks:
--helpworks- the wrapper can read
--prompt-file - the wrapper builds the expected Grok CLI headless prompt invocation under a mock binary
- verify a fully configured run path
- add critic and review variants
- tighten wrapper behavior around models and roles