.eca/skills/repl-eca-development/SKILL.md
MANDATORY - Load this skill to learn how to use repl in eca project to manual test ECA behavior in a running ECA session. Useful to know how providers behave or do a end to end test.
npx skillsauth add editor-code-assistant/eca repl-eca-developmentInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
There is a running JVM ECA process running with a nrepl server available which is tied to the repl you have access, this is powerful to eval anything from eca project and see lively changing in that eca session.
Use this when you need to understand how a provider behaves or part of the ECA code.
When testing stuff, call high level functions which simulates a user interacting with ECA, so for example always use eca.features.chat/prompt to simulate chat talks.
To access eca components to pass to functions during manual eval, you can:
eca.db/db*@eca.db/db*(eca.config/all db)(-> db :dev :components :messenger)(-> db :dev :components :metrics)(-> db :dev :components :server)tools
Load a skill to get detailed instructions for a specific task. Skills provide specialized knowledge and step-by-step guidance. Use this when a task matches an available skill's description. After loading, resolve any file paths, scripts, or relative references mentioned in the skill content against the provided base directory.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.
development
Run, watch, debug, and extend OpenClaw QA testing with qa-lab and qa-channel. Use when Codex needs to execute the repo-backed QA suite, inspect live QA artifacts, debug failing scenarios, add new QA scenarios, or explain the OpenClaw QA workflow. Prefer the live OpenAI lane with regular openai/gpt-5.4 in fast mode; do not use gpt-5.4-pro or gpt-5.4-mini unless the user explicitly overrides that policy.