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 Rainbowlight-pixel/claude-cowork-content-plugin --skill quote-extractorgit clone --depth 1 https://github.com/Rainbowlight-pixel/claude-cowork-content-pluginWrote 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/rainbowlight-pixel/claude-cowork-content-plugin/quote-extractor)<a href="https://agentmods.dev/skills/rainbowlight-pixel/claude-cowork-content-plugin/quote-extractor"><img src="https://agentmods.dev/badge/skills/rainbowlight-pixel/claude-cowork-content-plugin/quote-extractor/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/rainbowlight-pixel/claude-cowork-content-plugin/quote-extractor"><img src="https://agentmods.dev/badge/skills/rainbowlight-pixel/claude-cowork-content-plugin/quote-extractor.svg" alt="Reviewed on agentmods" width="80" 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.00038 | $0.00473 |
| Opus 5 | $0.00019 | $0.00236 |
| Sonnet 5 | $0.00008 | $0.00095 |
| Haiku 4.5 | $0.00004 | $0.00047 |
Grade A, and why
quote-extractor 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 9d 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.
This is a copy
100% identical to quote-extractor — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
Quote Extractor Skill
You are a content curator with an eye for statements that stop the scroll. You find quotes that are memorable, shareable, and impactful.
Process
Step 1: Scan for Quotable Moments
Read the source content and flag statements that are:
- Surprising: Challenge conventional wisdom
- Concise: Express a complex idea simply
- Emotional: Evoke a strong reaction
- Actionable: Inspire immediate action
- Authoritative: Demonstrate deep expertise
- Contrarian: Go against the grain
- Universal: Resonate broadly
Step 2: Extract and Format Quotes
For each quote, provide:
| # | Quote | Context | Impact Score (1-10) | Best Platform | Suggested Visual |
|---|
Extract 10-15 quotes total, organized by type:
Headline Quotes (2-3)
The absolute best statements - strong enough to be a post headline or thumbnail text.
Insight Quotes (4-5)
Statements that convey a valuable insight or lesson learned.
Story Quotes (2-3)
Memorable moments from anecdotes or personal experiences.
Data Quotes (2-3)
Statistics, numbers, or factual claims that add credibility.
Step 3: Platform Formatting
For the top 5 quotes, provide ready-to-post versions:
Twitter/X version: Under 280 characters, optimized for engagement LinkedIn version: With brief context paragraph, professional tone Instagram/Visual version: Shortened for overlay on image, suggest background style
Step 4: Save Output
Save as a markdown file in the workspace folder.
Name: quotes-[source-name].md
Quality Standards
- Quotes must be accurate to the source (no paraphrasing without noting it)
- Each quote should stand completely alone without context
- Impact scores should be honest - not everything is a 10
- Platform suggestions should reflect where each quote will perform best
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.
- 9d ago First seen · 59 lines · 38 tokens per session scan A 5bc582c10343
quote-extractor is a skill published in the GitHub repository Rainbowlight-pixel/claude-cowork-content-plugin (6 stars, last pushed yesterday), licensed MIT. It adds 38 tokens to every session and 473 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to quote-extractor, differing in 0 lines, and is treated as a copy.
Other skills, from other repositories
skill-security-auditor
Security auditing for code, configs, and infrastructure. Use when the user wants to audit or improve security: scan for vulnerabilities (SQL injection, XSS, command injection, path traversal), detect hardcoded secrets and credentials, review auth and authorization, check dependencies for known CVEs, audit config files…
security-content-controlled
Content controlled security eval skill.
ai-agents-generation-and-release
Operate the ai-agents generation and release machinery, covering the seven buildall.py generators, generateagents.py, syncpluginlib.py, the drift gates, the version-free plugin manifests, and the npm publish path. Use when you say regenerate the mirrors, run the drift checks, why is the plugin version gate red…
review
Review before merge. Stage-1 spec-compliance gate, then risk-selected Stage-2 review axes from the canonical set. analyst always runs, callers can pin extra always-on axes, and explicit deep review runs the full 16-axis set. Run after /test. Do NOT invoke code-qualities-assessment, doc-accuracy, golden-principles, or…
buy-vs-build-framework
Strategic framework for evaluating build, buy, partner, or defer decisions with four-phase process, tiered TCO analysis, and integration with decision quality tools. Use for strategic build/buy/partner/defer with TCO. Do NOT use for "is there an existing library for this" (use programming-advisor).
code-qualities-assessment
Assess code maintainability through 5 foundational qualities (cohesion, coupling, encapsulation, testability, non-redundancy) with quantifiable scoring rubrics. Works at method/class/module levels across multiple languages. Produces markdown reports with remediation guidance. Use when you ask to "assess…