Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/proxy2021/enso/enso-releasegit clone --depth 1 https://github.com/Proxy2021/EnsoWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00919 |
| Opus 5 | $0.00000 | $0.00460 |
| Sonnet 5 | $0.00000 | $0.00184 |
| Haiku 4.5 | $0.00000 | $0.00092 |
Grade C, and why
enso-release scanned grade C with 2 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Downloads and executes remote codehighSupply chain
curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.
curl -s http://localhost:3001/api/version | python3 -m json.tool Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
curl -s http://localhost:3001/api/version | python3 -m json.tool How it starts
The opening of the file, as written. The whole thing — 87 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Deploy Enso (merge, build, commit, push, restart) then build and publish a new Android APK release for OTA client updates.
⛔ If you are running inside the Enso gateway — do NOT run this command. It restarts the gateway and would kill your session.
How the Mobile Update Pipeline Works
package.jsonholdsversion(semver) andversionCode(integer) — single source of truthandroid/app/build.gradlereads both from package.json at build time- Server exposes
/api/version(version info + apkAvailable) and/api/apk(download) - Mobile client checks
/api/versionevery 30 minutes viaversion-check.ts - If
serverVersionCode > installedVersionCode, an UpdateBanner appears - User taps Update →
AppUpdaterPlugin.installApk()downloads APK → triggers system installer
Steps
Phase 1 — Deploy (same as /enso-deploy)
-
Merge worktree to main: If on a worktree branch, merge into
main. If already on main, skip. -
Build web frontend: Run
npm run buildto produce the production bundle. -
Assess & update docs: Review recent commits. Only update docs for major features (see /enso-deploy for criteria). Skip for minor changes.
-
Commit any uncommitted changes (doc updates, build artifacts).
-
Push:
git pushto remote.
Phase 2 — Version Bump
-
Bump version in
package.json:- Increment
versionCodeby 1 (e.g. 57 → 58) - Bump the patch component of
version(e.g. "0.2.55" → "0.2.56") - Use a targeted edit — only change the version lines, don't touch anything else
- Increment
-
Commit version bump:
chore: bump version to <version> (versionCode <code>)
Phase 3 — Build Android APK
- Set up environment (needed for Gradle):
Verify Java is available:export JAVA_HOME="/opt/homebrew/opt/openjdk@21/libexec/openjdk.jdk/Contents/Home" export ANDROID_HOME="/opt/homebrew/share/android-commandlinetools"$JAVA_HOME/bin/java -versionIf not found, install:brew install openjdk@21
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 87 lines · 0 tokens per session scan C 2614a833fc43
enso-release is a command published in the GitHub repository Proxy2021/Enso (5 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 919 tokens. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
release
Before publishing, run the compatibility bootstrap.
story-short-scan
短篇网文扫榜。分析知乎盐言、番茄短篇等平台热门数据。.
audit_docs
Audit all project metadata files for stale counts, version mismatches, broken references, and missing entries. Reports discrepancies without auto-fixing.
tma1-peer
List recent sessions on this project by agent — peers (Codex, OpenClaw, Copilot CLI) or your own.
merge_session
Merge session branch(es) into main via rebase + fast-forward push. Use from inside a session worktree pane to land your work, or with --all to batch merge all sessions from the main repo.
implement
Start implementing a Linear ticket by creating a branch and entering plan mode.