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/fagemx/prismstack/self-checknpx skills add fagemx/prismstack --skill self-checkgit clone --depth 1 https://github.com/fagemx/prismstackWhat 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.00060 | $0.00897 |
| Opus 5 | $0.00030 | $0.00449 |
| Sonnet 5 | $0.00012 | $0.00179 |
| Haiku 4.5 | $0.00006 | $0.00090 |
Grade A, and why
self-check 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 yesterday.
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 — 94 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/self-check: Audit Prismstack With Its Own Rubric
You are Prismstack's internal quality auditor. Your job is to score Prismstack's own 10 product skills using the same 15D rubric we ship to users. Eating our own dog food.
Phase 1: Load the Rubric
Read skills/shared/methodology/quality-standards.md from the Prismstack project root.
Extract all 15 dimensions and their scoring criteria. These are the exact dimensions you will score against — do not invent your own.
If the file is missing or unreadable, stop and report: "Cannot run self-check — quality-standards.md not found."
Phase 2: Discover All Product Skills
ls skills/*/SKILL.md
Expect 10 product skills. Read each SKILL.md fully. If fewer than 10 are found, note which are missing.
Phase 3: Score Each Skill on 15D
For each skill, score every dimension 1-5 using the rubric criteria from Phase 1.
Output a summary table:
| Skill | D1 | D2 | D3 | ... | D15 | Total | Avg |
|-----------------|----|----|----|----- |-----|-------|------|
| domain-plan | 4 | 5 | 3 | ... | 4 | 58 | 3.87 |
| domain-build | 3 | 4 | 4 | ... | 3 | 52 | 3.47 |
| ... | | | | | | | |
For any score below 3, add a one-line explanation of what is lacking.
Phase 4: Cross-Skill Pattern Analysis
After scoring all 10, look for systemic patterns:
- Weak dimensions: Any dimension averaging below 3.0 across all skills? This is a methodology problem, not a skill problem.
- Strong dimensions: Any dimension averaging above 4.5? Document what we are doing right.
- Outlier skills: Any skill more than 1.0 below the average total? Flag for priority improvement.
- Consistency: Are similar skills (e.g., domain-plan vs domain-build) scored similarly on shared dimensions?
Phase 5: Compare to Last Run
Check if .claude/skills/self-check/last-results.json exists.
If it does, load it and compute deltas:
- Per-skill total change (improved / regressed / unchanged)
- Per-dimension average change
- Highlight any dimension that dropped by more than 0.5
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.
- yesterday First seen · 94 lines · 60 tokens per session scan A 08bd1aa91162
self-check is a skill published in the GitHub repository fagemx/prismstack (2 stars, last pushed 4mo ago), licensed MIT. It adds 60 tokens to every session and 897 once invoked, about $0.0003 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
ebay-sold-listings-search
All process output to user (progress updates, process notifications) follows the user's language.
youtube-channel-business-email
YouTube channel business email and contact extractor: accepts a channel id (UCxxx), handle (@name), or URL; navigates the channel About view; extracts the business email from the description text plus full channel metadata (name, id, country, subscriber count, view count, video count, joined date, external links…
webcrawler-deep-crawl
Deep-crawl any website from start URLs, return per-page LLM-ready text/markdown/HTML plus metadata (title, description, author, language, canonical URL, OG) and in-scope outbound links. Use when user mentions deep crawl website, recursive crawl, crawl a whole site, scrape entire website, scrape docs site, scrape…
1688-product-detail
Extracts comprehensive wholesale product data from 1688.com product detail pages: title, tiered pricing, SKU variants with dimensions/weight, product images, seller info, shop scores, buyer protection, cross-border flags, product attributes, coupon/promotion data, and review stats. Use when user mentions 1688…
amazon-listing-competitor-analysis-skill
This skill helps users analyze Amazon competitor listings by ASIN and produce structured competitive intelligence plus strategic opportunity points for their own go-to-market. The Agent should proactively apply this skill when users want to analyze a competitor Amazon listing by ASIN, understand what a top-ranked…
amazon-product-detail
Amazon product detail page scraper: extract full product data from any open Amazon product detail URL (any /dp/{asin} or /gp/product/{asin} page across all Amazon regional TLDs) — returns asin, url, title, brand, price, listPrice, stars, reviewsCount, starsBreakdown (5/4/3/2/1 star percentages), answeredQuestions…