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 pilinux/gorest --skill config-loader-helpergit clone --depth 1 https://github.com/pilinux/gorestWrote 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/pilinux/gorest/config-loader-helper)<a href="https://agentmods.dev/skills/pilinux/gorest/config-loader-helper"><img src="https://agentmods.dev/badge/skills/pilinux/gorest/config-loader-helper/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/pilinux/gorest/config-loader-helper"><img src="https://agentmods.dev/badge/skills/pilinux/gorest/config-loader-helper.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00025 | $0.00451 |
| Opus 5 | $0.00013 | $0.00226 |
| Sonnet 5 | $0.00005 | $0.00090 |
| Haiku 4.5 | $0.00003 | $0.00045 |
Grade A, and why
config-loader-helper 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 10d 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.
What it actually says
Config Loader Helper
When to Use
- Tests or local runs fail due to missing or mis-set environment variables or toggles.
Rules
- Never ask for or print real secrets.
- Use the authoritative sources listed below for env var discovery.
Authoritative Sources
setTestEnv.sh(test environment).env.sample(root),example/.env.sample,example2/cmd/app/.env.sampleconfig/*.go(feature checks viaos.Getenv)llms.txt(complete env var reference tables)
Workflow
- Enumerate required keys: inspect
setTestEnv.sh,.env.samplefiles, andconfig/*.goforos.Getenvcalls and feature checks. - Group by feature: present keys grouped by feature toggle (JWT, RDBMS, Redis, MongoDB, Email, 2FA, CORS, Firewall, etc.).
- Provide minimal local setup: recommend
source setTestEnv.shand any per-test overrides.
Key Feature Toggles
gconfig.IsRDBMS(),gconfig.IsRedis(),gconfig.IsMongo()gconfig.IsJWT(),gconfig.Is2FA(),gconfig.IsCORS(),gconfig.IsWAF()gconfig.IsEmailService(),gconfig.IsEmailVerificationService()gconfig.IsHashPass(),gconfig.IsCipher()- See
llms.txtfor the complete list.
Output
- Required keys (grouped by feature).
- Quick checklist of toggles that enable/disable features.
- Minimal commands to get tests running locally.
Examples
- "Which env vars are needed to run password-recovery tests?"
- "Why is the JWT middleware not activating?"
Related Skills
test-runner,source-search,code-navigation
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.
- 10d ago First seen · 56 lines · 25 tokens per session scan A 33601076710c
config-loader-helper is a skill published in the GitHub repository pilinux/gorest (504 stars, last pushed today), licensed MIT. It adds 25 tokens to every session and 451 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.
Other skills, from other repositories
functions-development
Build serverless Go or Python functions for Falcon Foundry apps. TRIGGER when user asks to "create a function", "write a serverless function", "build backend logic", runs foundry functions create, or needs help with FDK handler patterns, function testing, or collection integration from functions. Also TRIGGER when…
systematic-debugging
Find the root cause before changing code. Use when encountering any bug, test failure, crash, flaky test, performance regression, or unexpected behavior, before proposing or applying a fix.
pinchtab-dev
Develop and contribute to the PinchTab project. Use when working on PinchTab source code, adding features, fixing bugs, running tests, or preparing PRs. Triggers on "work on pinchtab", "pinchtab development", "contribute to pinchtab", "fix pinchtab bug", "add pinchtab feature".
debugging-failures
Diagnose a failing Ginkgo suite as an agent — always run with --json-report into a predictable temp/gitignored location, read the terminal verdict line, then use jq to extract structured failure details (name, message, file:line, panic value, captured logs). Covers the panicked-vs-failed trap, panic locations pointing…
voiden
Create and edit Voiden .void files for API testing. Covers the .void file format and all enabled extension block types.
code-guidelines-go
Go 1.24–1.27 coding guidelines for the dimetron/pi-go AI agent runtime. Use this skill whenever writing, reviewing, or refactoring ANY Go code in pi-go. This covers idiomatic style, error handling, concurrency, project layout, testing (table-driven, fuzz, benchmarks, synctest), new stdlib usage, golangci-lint v2…