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 sfc-gh-eraigosa/dotfiles --skill ssh-host-findergit clone --depth 1 https://github.com/sfc-gh-eraigosa/dotfilesWrote 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/sfc-gh-eraigosa/dotfiles/ssh-host-finder)<a href="https://agentmods.dev/skills/sfc-gh-eraigosa/dotfiles/ssh-host-finder"><img src="https://agentmods.dev/badge/skills/sfc-gh-eraigosa/dotfiles/ssh-host-finder/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/sfc-gh-eraigosa/dotfiles/ssh-host-finder"><img src="https://agentmods.dev/badge/skills/sfc-gh-eraigosa/dotfiles/ssh-host-finder.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium Privilege Escalation · line 14 Commands invoke sudo or root privileges. Verify this elevated access is necessary and justified.Fix: Avoid sudo/root unless strictly required. Prefer least-privilege patterns. If elevation is needed, document the justification and scope.
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.00023 | $0.00772 |
| Opus 5 | $0.00012 | $0.00386 |
| Sonnet 5 | $0.00005 | $0.00154 |
| Haiku 4.5 | $0.00002 | $0.00077 |
Grade B, and why
find_ssh_host scanned grade B with 1 finding 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.
Asks for rootmediumPrivilege escalation
A mod that escalates privileges can change anything on the machine, not only the project.
- `nmap` must be installed (`brew install nmap` on macOS, `sudo apt-get install nmap` on Linux) How it starts
The opening of the file, as written. The whole thing — 89 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Find SSH Host
This skill uses the ssh-find script to scan the local network for an SSH host
defined in ~/.ssh/config, identify it by hostname, and update the config file
with the host's current IP address.
Prerequisites
nmapmust be installed (brew install nmapon macOS,sudo apt-get install nmapon Linux)- The
~/opt/bin/ssh-findscript must be available (installed via dotfiles) - The target host alias must already exist in
~/.ssh/config - The SSH key referenced in the config must be present locally
Steps
1. Prompt for the Host Alias
Ask the user which SSH host alias they want to find. The alias must match a
Host entry in ~/.ssh/config.
If the user has already provided a host alias in their request, use that value directly without prompting.
2. Validate the Host Alias
Run the following command to confirm the alias exists in the SSH config:
ssh -G <HOST_ALIAS> 2>/dev/null | head -5
- If the command succeeds (exit code 0), the alias is valid. Extract and display
the current
hostnameanduserfrom the output for the user's reference. - If the command fails, inform the user that the alias was not found in
~/.ssh/configand stop.
3. Run ssh-find
Execute the ssh-find script via the terminal. This script is interactive — it
will scan the network and prompt for confirmation before updating the config.
~/opt/scripts/network/ssh-find <HOST_ALIAS>
Important: This command is interactive. It will:
- Scan the local subnet for SSH-enabled hosts using
nmap(may requiresudo) - Test each discovered IP by connecting with the configured SSH key
- For each successful connection, display the remote hostname and ask:
Is this the correct host for '<HOST_ALIAS>'? (y/n):
You must monitor the terminal output and:
- When prompted with
(y/n), ask the user whether the displayed hostname matches the host they are looking for. - Send
yornbased on the user's answer.
4. Report Results
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 · 89 lines · 23 tokens per session scan B 77925d0ce320
find_ssh_host is a skill published in the GitHub repository sfc-gh-eraigosa/dotfiles (46 stars, last pushed today), licensed Apache-2.0. It adds 23 tokens to every session and 772 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
review-pr
Review and merge GitHub pull requests for Spatie packages. Use when asked to review a PR, review a pull request, merge a PR, or when given a GitHub PR URL to review. Also triggers on 'review this PR,' 'check this pull request,' 'merge this,' or '/review-pr'. Uses gh CLI for all GitHub operations.
git-commit
This skill should be used BEFORE running any git commit command. Triggers when about to run git commit. Ensures commit messages follow Conventional Commits specification and prompts for the Jira ticket number.
gh-cli
../../../.claude/skills/gh-cli/SKILL.md.
gh-pr
../../../.claude/skills/gh-pr/SKILL.md.
churn-prevention
When the user wants to reduce churn, build cancellation flows, set up save offers, recover failed payments, or implement retention strategies. Also use when the user mentions 'churn,' 'cancel flow,' 'offboarding,' 'save offer,' 'dunning,' 'failed payment recovery,' 'win-back,' 'retention,' 'exit survey,' 'pause…
marketing-psychology
When the user wants to apply psychological principles, mental models, or behavioral science to marketing. Also use when the user mentions 'psychology,' 'mental models,' 'cognitive bias,' 'persuasion,' 'behavioral science,' 'why people buy,' 'decision-making,' or 'consumer behavior.' This skill provides 70+ mental…