environment-discovery

environment-discovery is a skill for Claude Code, Codex from A-EVO-Lab/a-evolve. It costs 24 tokens per session (394 once invoked), scanned A, original, no licence file.

A set of methods for quickly finding which tools, programming languages, and files are available in a terminal environment.

In plain words
What is it for?
Use it to inspect the environment before choosing commands, tools, or implementation approaches.
Why use it?
It reduces guesswork when starting work in an unfamiliar container or development environment.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/a-evo-lab/a-evolve/environment-discovery
Any agent
npx skills add A-EVO-Lab/a-evolve --skill environment-discovery
Clone the repo
git clone --depth 1 https://github.com/A-EVO-Lab/a-evolve

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for environment-discovery

README.md
[![agentmods](https://agentmods.dev/badge/skills/a-evo-lab/a-evolve/environment-discovery.svg)](https://agentmods.dev/skills/a-evo-lab/a-evolve/environment-discovery)
Your own site
<a href="https://agentmods.dev/skills/a-evo-lab/a-evolve/environment-discovery"><img src="https://agentmods.dev/badge/skills/a-evo-lab/a-evolve/environment-discovery.svg" alt="Measured on agentmods" height="20"></a>
Per session 24 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 394 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5 $0.00024 $0.00394
Opus 5 $0.00012 $0.00197
Sonnet 5 $0.00005 $0.00079
Haiku 4.5 $0.00002 $0.00039

Measured 5d ago against content hash bdca312cce2a, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

environment-discovery scanned grade A with 0 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 5d ago.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

artifacts/tb2_clawcode_opus46/skills/environment-discovery/SKILL.md · 48 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Changes

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.

  1. 5d ago First seen · 48 lines · 24 tokens per session scan A bdca312cce2a

Subscribe to this mod's changes

environment-discovery is a skill published in the GitHub repository A-EVO-Lab/a-evolve (772 stars, last pushed 13d ago), with no licence file. It adds 24 tokens to every session and 394 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

wikiskill-proposer

Propose skills from wiki patterns and traces (WikiSkill).

ashutoshsinghpr7/wikiskill · 18 tokens

wikiskill-evolve

Run the WikiSkill self-evolution loop (arXiv 2608.27454) on a Hermes workspace — raw→maintainer→proposer→gate with strict Rval > Rbest gating.

ashutoshsinghpr7/wikiskill · 48 tokens

shadow-verify

Dispatch a parallel adversarial verifier wave after any high-stakes sub-agent investigation (code reviews, audits, findings reports, large refactors, gap analyses) — or whenever a sub-agent asserts a claim with high-confidence language ("confident", "certain", "clearly", ≥80%), since confidence is a trigger, not a…

griffinwork40/agent-afk · 136 tokens

ship

Release pipeline for already-done local work. Dispatches /ground-state pre-flight, runs the project test suite, drafts a commit message, pushes, and opens a PR with a structured verification summary. Use when local changes are ready to hand off to review — e.g. 'ship this', 'push and open a PR', 'release this work'.…

griffinwork40/agent-afk · 93 tokens

ground-state

Before starting any non-trivial implementation, run a pre-flight reconnaissance pass to triangulate git state, project infrastructure, and prior-session memory. Auto-assembles a verified grounding preamble — a session-scoped artifact the orchestrator pastes verbatim into every subsequent sub-agent brief — eliminating…

griffinwork40/agent-afk · 75 tokens

refactor

Orchestrates safe, large-scale structural changes across a codebase — symbol renames, API migrations, pattern standardizations, layer restructurings. Enumerates all affected sites, groups them into dependency layers via the DAG executor, applies changes in parallel per layer with worktree isolation, and verifies…

griffinwork40/agent-afk · 93 tokens