primr-qa

primr-qa is a skill for Claude Code, Codex from blisspixel/primr. It costs 31 tokens per session (354 once invoked), scanned A, original, Apache-2.0.

A review workflow for checking the quality and reliability of Primr research reports. It can also diagnose configuration, API, or runtime problems when the issue is not the report itself.

In plain words
What is it for?
Use it to assess a Primr report, investigate low-quality results, or check whether the environment and integrations are configured correctly. It can identify weak sections and suggest a next action.
Why use it?
It helps distinguish weak evidence or incomplete analysis from technical failures in the research system. The review focuses on whether the report is useful and trustworthy, not just whether it is well formatted.

Skill for Claude CodeCodex

Which agent this was written for is unclear — built for openclaw. Also seen: built for openclaw.

Install

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.

agentmods
npx agentmods add skills/blisspixel/primr/primr-qa
Any agent
npx skills add blisspixel/primr --skill primr-qa
Clone the repo
git clone --depth 1 https://github.com/blisspixel/primr

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for primr-qa

README.md
[![agentmods](https://agentmods.dev/badge/skills/blisspixel/primr/primr-qa.svg)](https://agentmods.dev/skills/blisspixel/primr/primr-qa)
Your own site
<a href="https://agentmods.dev/skills/blisspixel/primr/primr-qa"><img src="https://agentmods.dev/badge/skills/blisspixel/primr/primr-qa.svg" alt="Measured on agentmods" height="20"></a>
Per session 31 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 354 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00031 $0.00354
Opus 5 $0.00015 $0.00177
Sonnet 5 $0.00006 $0.00071
Haiku 4.5 $0.00003 $0.00035

Measured 5d ago against content hash e62bb9ec0628, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

primr-qa 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.

openclaw/skills/primr-qa/SKILL.md · 113 lines

What it actually says

Primr QA Skill

Conceptual Framework

Use QA to judge research usefulness and trustworthiness, not just formatting. Use diagnostics when the failure is operational rather than editorial.

This skill should stay close to MCP outputs. Avoid embedding fixed provider assumptions in the skill body.

Operational Capabilities

1. Run quality assessment

Read primr://output/latest when no path is specified, then call run_qa on the concrete report file.


run_qa(report_path="output/exampleco/report.md")

2. Run diagnostics

Call doctor when the issue looks like environment, API, or runtime configuration rather than report quality.

3. Interpret results

Focus on factual gaps, weak evidence, and thin strategic interpretation before cosmetic issues.

Error Handling

  • QA failures: run doctor and confirm the report path.

  • Low scores: identify the weakest sections and recommend one next action.

  • Config issues: use primr://config and doctor to explain what is missing.

Changes

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.

  1. 5d ago First seen · 113 lines · 31 tokens per session scan A e62bb9ec0628

Subscribe to this mod's changes

primr-qa is a skill published in the GitHub repository blisspixel/primr (3 stars, last pushed 2d ago), licensed Apache-2.0. It adds 31 tokens to every session and 354 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

chrome-devtools-cli

Use this skill to write shell scripts or run shell commands to automate tasks in the browser or otherwise use Chrome DevTools via CLI.

ChromeDevTools/chrome-devtools-mcp · 31 tokens

chrome-devtools

Uses Chrome DevTools via MCP for efficient debugging, troubleshooting and browser automation. Use when debugging web pages, automating browser interactions, analyzing performance, or inspecting network requests. This skill does not apply to --slim mode (MCP configuration).

ChromeDevTools/chrome-devtools-mcp · 55 tokens

n8n-error-handling

Wire n8n error handling so failures are loud, structured, and recoverable. Use when building any webhook/API workflow, a scheduled or unattended workflow, or any path where a silent failure would drop user-visible work — and whenever the user mentions error handling, onError, continueErrorOutput, error…

czlonkowski/n8n-mcp · 128 tokens

n8n-validation-expert

Interpret validation errors and guide fixing them. Use when encountering validation errors, validation warnings, false positives, operator structure issues, or need help understanding validation results. Also use when asking about validation profiles, error types, the validation loop process, or auto-fix capabilities.…

czlonkowski/n8n-mcp · 91 tokens

agentcore-investigation

Investigate Bedrock AgentCore runtime sessions via CloudWatch Logs Insights — resolve session/trace IDs, query OTEL spans, filter noise, build timelines. Use when debugging AgentCore agent sessions, tracing tool calls, or analyzing latency.

awslabs/mcp · 52 tokens

debug-optimize-lcp

Guides debugging and optimizing Largest Contentful Paint (LCP) using Chrome DevTools MCP tools. Use this skill whenever the user asks about LCP performance, slow page loads, Core Web Vitals optimization, or wants to understand why their page's main content takes too long to appear. Also use when the user mentions…

ChromeDevTools/chrome-devtools-mcp · 99 tokens