Home / romankurnovskii / etemaro · .agents/skills/etemaro-strategy-validator/SKILL.md · GitHub

etemaro-strategy-validator skillA

etemaro-strategy-validator is agent-read markdown (skill) from romankurnovskii/etemaro: Validate Etemaro strategy JSON files through the Etemaro CLI and report whether each strategy is valid or invalid, plus which fields are unknown and will therefore be ignored by the runtime. Use this skill whenever the user asks to validate, lint, check, or sanity-check a strategy JSON file (config/shared/strategy-library.json, an agent strategy entry, or a pasted strategy object), asks "is this strategy valid?", "why is my strategy field ignored?", "check the strategy schema", or "does this str.

Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.

What the file says

# Etemaro Strategy Validator

Validates strategy JSON against the canonical `Strategy` schema using the **Etemaro CLI** as
the single source of truth. Never re-implement the schema in a script — call the command.
User config uses the same CLI and the same report format (`etemaro config validate`).

Why this matters: `StrategyLibraryManager.loadMerged()` casts the JSON straight to `Strategy`
with no normalisation. Unknown fields or misplaced keys are silently dropped and code reading
them sees `undefined`. The command surfaces that.

## Run it

Prefer the global binary; fall back to the project scripts. Run from the repository root.

```bash
# strategy library / single strategy
etemaro strategy validate config/shared/strategy-library.json
npm run validate:strategy -- config/shared/strategy-library.json

# active-strategy check (requires smartWalletListId when the loaded config needs it)
etemaro strategy validate --active config/shared/strategy-library.json

# user config (same report format)
etemaro config validate
etemaro config validate --env-optional
npm run validate:config --env-optional

# machine-readable / strict
…

Read the whole file at its exact version.

How to install

Latest version
mdr add romankurnovskii/etemaro/etemaro-strategy-validator@v2.0.0
Exact content
mdr add romankurnovskii/etemaro/etemaro-strategy-validator@sha256:20c56eaacc85b874

Pin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.

Badge

mdr badge

[![mdr](https://markdownregistry.com/badge/art_w2yeronzu6wdk5ao.svg)](https://markdownregistry.com/a/art_w2yeronzu6wdk5ao)

1 badge views in 30 days

Versions

versioncommittedcommitsizeaudit
v2.0.0 latest2026-09-12 d0551af 6,122 BA view · diff
v1.2.02026-09-11 efc257d 6,973 BA view · diff
v1.2.02026-09-10 fb0dc18 6,971 BA view

Audit of the latest version

A  17 of 17 checks passed. Deterministic, no model, same answer every run.
  • pass: Frontmatter block present
  • pass: Frontmatter declares a name
  • pass: Frontmatter declares a description
  • pass: Size between 200 bytes and 200 KB (6122 bytes)
  • pass: No zero-width or bidi control characters
  • pass: No instruction hidden inside an HTML comment
  • pass: No link to an exfiltration or paste host
  • pass: No credential-shaped string
  • pass: No instruction to send local credentials anywhere
  • pass: No text hidden with inline styles
  • pass: No prompt-injection phrasing
  • pass: No curl or wget piped into a shell
  • pass: No recursive delete of root, home or parent
  • pass: No instruction to read or print local credentials
  • pass: No base64 blob over 200 characters
  • pass: No link to a raw IP address
  • pass: No script tag

Source

GitHub

romankurnovskii/etemaro · 55 stars · license none · pushed 2026-09-24 · branch main

API

GET https://markdownregistry.com/api/v1/artifacts/art_w2yeronzu6wdk5ao
GET https://markdownregistry.com/api/v1/resolve?ref=romankurnovskii/etemaro/etemaro-strategy-validator
GET https://markdownregistry.com/api/v1/blob/20c56eaacc85b874eca22a36399e0d02c0c18b5fff70752d6314d8002de734c7

Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.

More from romankurnovskii/etemaro

create-strategy skill
romankurnovskii/etemaro · .agents/skills/create-strategy/SKILL.md · Guide for creating a new Etemaro LP strategy from scratch or adapting an existing preset. Use this skill whenever a…
v2.0.0 · audit A · 55 stars
AGENTS.md agents
romankurnovskii/etemaro · AGENTS.md
git:20260912.afa1038 · audit B · 55 stars
meteora-dlmm-pool-screening skill
romankurnovskii/etemaro · skills/meteora-dlmm-pool-screening/SKILL.md · Screen and rank Meteora DLMM pools for LP quality using public Meteora APIs (fee/TVL, bin step, organic score, TVL…
v1.0.0 · audit A · 55 stars

Every file in romankurnovskii/etemaro

Browse by kind, by grade A, or by owner.