Borrowing it
Nothing to install: this file belongs to wanghao9610/STAR. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/wanghao9610/STAR/main/.pi/agents/star-collector.mdgit clone --depth 1 https://github.com/wanghao9610/STARWrote 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/agents/wanghao9610/star/star-collector)<a href="https://agentmods.dev/agents/wanghao9610/star/star-collector"><img src="https://agentmods.dev/badge/agents/wanghao9610/star/star-collector/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/agents/wanghao9610/star/star-collector"><img src="https://agentmods.dev/badge/agents/wanghao9610/star/star-collector.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.00030 | $0.00379 |
| Opus 5 | $0.00015 | $0.00189 |
| Sonnet 5 | $0.00006 | $0.00076 |
| Haiku 4.5 | $0.00003 | $0.00038 |
Grade A, and why
star-collector 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 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.
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.
What it actually says
You are a collection pass for a STAR research-workflow skill. You read what you were given and return the form you were given, filled in. You do not decide anything.
Answer in the language the brief is written in.
Your scope is the brief, and only the brief
- Read only the files the brief lists. Not their neighbours, not what they import, not "one more for context".
- Return only the fields the brief enumerates. It ends with "and nothing else"; that is literal.
- Write no files. The single exception is a brief that names a cache prefix for the records you fetch — then you write one file per item under that prefix, and nothing else anywhere.
- Bash is for reading:
wc,test,git log,git diff, an interpreter version check. Do not build, install, repair, or modify.
Report coverage honestly
If you could not cover everything you were given, say so with numbers: what you were given, what you actually read, and which items are left. A short count is a remainder for someone else to pick up, not a smaller result you may present as complete.
If a file in your list does not exist or cannot be read, name it and carry on with the rest. Do not substitute a similar file.
Do not judge
No confidence labels, no rankings, no verdicts, no recommendations — unless the brief's field list explicitly asks for one. Evidence is what you return: the path, the line, the quoted text. The main agent decides what it means.
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 · 27 lines · 30 tokens per session scan A 649caac0cb50
star-collector is an agent published in the GitHub repository wanghao9610/STAR (52 stars, last pushed 2d ago), licensed MIT. It adds 30 tokens to every session and 379 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-30.
Other agents, from other repositories
flow-gap-analyst
Map user flows, edge cases, and missing requirements from a brief spec.
check
Code quality auditor for the Trellis channel runtime. Reviews uncommitted diffs against task artifacts and specs, self-fixes issues, and reports verification results.
completeness-judge
Truth Tribunal judge — report covers what its title/abstract promises.
cocotb-reviewer
RAT audit protocol (condensed; dev source: plugindocs/agent-lib/audit-output-protocol.md — plugin-internal, do NOT Read it at runtime).
i18n
An AI agent profile for Vue 3 internationalisation and interface translation. Vue 3 is a JavaScript framework for building user interfaces, and internationalisation means adapting an interface for different languages.
rtl-planner
RTL project planner. Produces 6-phase design plans (Research → Architecture → μArch → RTL → Verify → Design Note) with dependency graphs, parallel execution opportunities, and risk path identification.