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 skills add ulises-jeremias/agent-toolkit --skill megalinter-setupgit clone --depth 1 https://github.com/ulises-jeremias/agent-toolkitWrote 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.
[](https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/megalinter-setup)<a href="https://agentmods.dev/skills/ulises-jeremias/agent-toolkit/megalinter-setup"><img src="https://agentmods.dev/badge/skills/ulises-jeremias/agent-toolkit/megalinter-setup.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00088 | $0.02726 |
| Opus 5 | $0.00044 | $0.01363 |
| Sonnet 5 | $0.00018 | $0.00545 |
| Haiku 4.5 | $0.00009 | $0.00273 |
Grade A, and why
megalinter-setup 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 3d 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.
How it starts
The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
MegaLinter setup
Install or upgrade MegaLinter on the current repository. Always use npx mega-linter-runner to scaffold or upgrade the configuration — never write .mega-linter.yml or CI workflow files from scratch. Only refine the generated files afterwards.
1. Analyze the repository
Gather what you need to answer the installer's options:
- Flavor: detect the main technology and pick a flavor (
python,javascript,java,go,php,ruby,rust,salesforce,swift,terraform,dotnet,dotnetweb,c_cpp,documentation,formatters,security, ...). Mixed or unclear →all. - CI system: from existing config (
.github/→gitHubActions,.gitlab-ci.yml→gitLabCI,azure-pipelines.yml→azure,bitbucket-pipelines.yml→bitbucket,Jenkinsfile→jenkins,.drone.yml→droneCI) or the git remote host. None →other. - Default branch:
git remote show originor the current repository default.
2. Install or upgrade
No MegaLinter configuration yet — run the installer non-interactively:
npx mega-linter-runner --install --no-prompt \
--flavor <flavor> \
--setup-ci <ci> \
--setup-default-branch <branch> \
--fix
If the runner rejects one of the options above ("Invalid option" error), the resolved mega-linter-runner version is outdated: re-run with npx mega-linter-runner@latest (the --setup-* and --linter options need a recent version).
Notes:
- The whole codebase is validated on each run (default). Pass
--setup-validate-all-code-base diffonly if the user explicitly asks to lint updated files only. - Add
--release betaonly if the user asks for the beta version (the installer then writesMEGALINTER_VERSION: betain.mega-linter.yml). - Version rule (all skills): runner and Docker image versions always follow
MEGALINTER_VERSIONfrom.mega-linter.yml— invokenpx mega-linter-runner@betawhen it isbeta, plainnpx mega-linter-runnerin every other case, and never pass--releaseoutside of this install step. --fixenables auto-fixes (APPLY_FIXES: all); omit it if the user doesn't want automatic formatting.- If the user is present and wants to choose interactively, run plain
npx mega-linter-runner --installinstead and let them answer.
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.
- 3d ago First seen · 142 lines · 88 tokens per session scan A 8742a0343d9b
megalinter-setup is a skill published in the GitHub repository ulises-jeremias/agent-toolkit (16 stars, last pushed today), licensed MIT. It adds 88 tokens to every session and 2,726 once invoked, about $0.0004 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-09-04.
Other skills, from other repositories
ci-debug-loop
Watch a GitHub Actions CI run, diagnose failures from logs, apply fixes, re-push, and repeat until green or escalate. Use when CI is failing and the user wants to debug and fix it iteratively, or says "fix CI", "debug the build", or similar.
GitHub CI Fix Debugging
Debug and fix failing GitHub PR checks by inspecting GitHub Actions logs, summarizing failure context, drafting fix plans, and implementing fixes after approval.
skillnote-doctor
A diagnostic tool for OpenClaw agents -- checks skill registry connectivity, AGENTS.md setup, config file validity, and installed skill health. Use when your setup seems broken, skills aren't loading, or you want to audit your agent's configuration.
chatcrystal-debug-recall
Recall ChatCrystal memories for debugging tasks involving failing tests, compiler errors, runtime exceptions, dependency issues, environment breakage, or performance regressions. Use when historical root causes, fixes, or pitfalls may accelerate diagnosis before proposing a fix.
github-actions-debugger
Debug and monitor GitHub Actions workflow runs. Check run status, view failed job logs, and troubleshoot CI failures. Use this when the user needs to investigate GitHub Actions failures, inspect job output, or identify the root cause of a broken workflow run.
gitlab-pipeline-debugger
Debug and monitor GitLab CI/CD pipelines for merge requests. Check pipeline status, view job logs, and troubleshoot CI failures. Use this when the user needs to investigate GitLab CI pipeline issues, check job statuses, or view specific job logs.