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/web-casa/pkgseek-skills/pkgseek-linuxnpx skills add web-casa/pkgseek-skills --skill pkgseek-linuxgit clone --depth 1 https://github.com/web-casa/pkgseek-skillsWrote 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/web-casa/pkgseek-skills/pkgseek-linux)<a href="https://agentmods.dev/skills/web-casa/pkgseek-skills/pkgseek-linux"><img src="https://agentmods.dev/badge/skills/web-casa/pkgseek-skills/pkgseek-linux.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.00120 | $0.01132 |
| Opus 5 | $0.00060 | $0.00566 |
| Sonnet 5 | $0.00024 | $0.00226 |
| Haiku 4.5 | $0.00012 | $0.00113 |
Grade A, and why
pkgseek-linux 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.
How it starts
The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.
PkgSeek Linux Package and Compatibility Investigator
Use one installed Skill to route Linux package troubleshooting, security checks, migrations, ELF/ABI diagnostics, command portability, and container reviews to focused reference workflows.
Route the task
Read the matching reference file completely before investigating. Read more than one only when the request genuinely crosses capabilities; do not load all references by default.
| User need | Read this reference | Primary PkgSeek MCP tools |
|---|---|---|
Missing command, package, header, library, .pc file, or build dependency |
references/fix-linux-build-error.md |
diagnose_linux_error, query_file_provides, resolve_install, get_package |
| Distribution upgrade, package mapping, release comparison, or EOL migration | references/migrate-linux-distribution.md |
check_release_lifecycle, compare_distro_releases, plan_distro_migration |
| CVE/CNNVD exposure, vendor advisory, false positive, or backported fix | references/audit-linux-vulnerabilities.md |
search_vulnerabilities, get_vulnerability, get_package |
ELF loader, missing .so, undefined reference, GLIBC/GLIBCXX, symbol version, or ABI failure |
references/debug-elf-abi.md |
query_file_provides, compare_package_versions, get_package_history |
| GNU/BSD/BusyBox flags, shell portability, or command/package-name differences | references/port-linux-command.md |
lint_command, suggest_fix, compare_distros, resolve_install |
| Dockerfile, base-image lifecycle, package availability, or reproducibility review | references/review-linux-container.md |
check_release_lifecycle, get_repository_health, get_package_history |
Core workflow
- Establish the exact Linux distribution, release, architecture, repository source, package build, and failure stage. Ask only for facts that materially change the conclusion.
- Select and read the relevant reference workflow above.
- Prefer the read-only PkgSeek MCP endpoint at
https://api.pkgseek.com/mcp. Usehttps://api.pkgseek.comas a REST fallback only when MCP is unavailable. - Prefer exact distro/release evidence over naming convention, upstream version guesses, or nearest-release matches. Separate fact, inference, and unknowns.
- Return the diagnosis, evidence chain, smallest supported remedy, non-mutating verification, and remaining uncertainty.
What ships with it
7 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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 · 56 lines · 120 tokens per session scan A 0c65fbbc6b22
pkgseek-linux is a skill published in the GitHub repository web-casa/pkgseek-skills (5 stars, last pushed 19d ago), licensed MIT. It adds 120 tokens to every session and 1,132 once invoked, about $0.0006 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-31.
Other skills, from other repositories
analyzing-linux-elf-malware
Analyze malicious Linux ELF binaries — botnets, cryptominers, ransomware, and rootkits targeting Linux servers, containers, and cloud infrastructure — through static analysis, dynamic tracing, and reverse engineering of x8664 and ARM samples. Use when investigating Linux malware, triaging a suspicious ELF binary…
analyzing-linux-kernel-rootkits
Detect kernel-level rootkits in Linux memory dumps using Volatility3 linux plugins (checksyscall, lsmod, hiddenmodules), rkhunter system scanning, and /proc vs /sys discrepancy analysis to identify hooked syscalls, hidden kernel modules, and tampered system structures.
create-skill
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.
logging-and-error-reporting
How and when to log (log:: levels, safe macros) and report errors to Sentry (reporterror!) in the Warp codebase. Use when adding or reviewing any logging or error reporting — picking a log level, deciding log vs. reporterror!, keeping sensitive data out of logs, or surfacing an error to Sentry.
gui-integration-test
GUI desktop app only. Writes, runs, and debugs Warp integration tests using the custom Builder/TestStep framework in crates/integration. Use when adding a new integration test, fixing a failing integration test, wiring a test into the manual runner or nextest suite, or verifying end-to-end UI and terminal behavior in…
figma-create-design-system-rules
Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server…