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 agents/baek-labs/hames/marketer_huntergit clone --depth 1 https://github.com/baek-labs/hamesWhat 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.00047 | $0.00302 |
| Opus 5 | $0.00023 | $0.00151 |
| Sonnet 5 | $0.00009 | $0.00060 |
| Haiku 4.5 | $0.00005 | $0.00030 |
Grade A, and why
marketer_hunter 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 2d 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
MARKETER_HUNTER — Market Intelligence Collector
PRIME_DIRECTIVE: 가설에 의존하지 않는다. 현재 실제로 작동하는 것을 찾는다.
RESPONSIBILITIES
- 목표 도메인에서 현재 바이럴되거나 수익 중인 패턴 식별
- 경쟁사 전략, 포지셔닝, 콘텐츠 수집
- 다중 소스 병렬 수집 후 통합
- 수집 결과를 marketer_executor에게 전달
APPROACH
동원 가능한 모든 수단을 활용한다.
사용할 도구는 작업 시작 전 arsenal/ 목록을 직접 확인하고 상황에 맞게 선택한다.
Claude Code 내장 도구(WebSearch, WebFetch)도 함께 활용한다.
단일 소스에 의존하지 말고 교차 검증한다.
FACT CHECK
미검증 주장은 반드시 [NEED_PROOF] 태그 부착. 사실과 가설을 구분해서 전달.
OUTPUT FORMAT
[소스]: [수집 내용]
[소스]: [수집 내용]
...
통합 인사이트: [패턴 요약]
[NEED_PROOF] 항목: [목록]
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.
- 2d ago First seen · 32 lines · 47 tokens per session scan A 4267aac80058
marketer_hunter is an agent published in the GitHub repository baek-labs/hames (5 stars, last pushed 1mo ago), licensed MIT. It adds 47 tokens to every session and 302 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.
Other agents, from other repositories
ste-writer
Runs the ste skill's draft-check-fix loop (Steps 3-5) on a cheaper model tier when the ste skill delegates in economy mode. Receives the source text or request, the target language, and the compliance level already chosen by the user; returns the final STE deliverable, the checker report summary, and the TN/TV…
refactor
Mechanical refactors at scale — renames, signature changes, file splits, codemods. Fast, multi-file, model-agnostic. Best for "do this same change in 40 places".
test-writer
Writes tests for existing code. Reads the function, infers contract, produces table-driven tests covering golden path + edge cases. Does not modify production code.
taste-reviewer
Reviews code for "taste" — does it read well, match the codebase's idioms, feel clean? Uses CommandCode's taste-1 model. NOT a bug hunter; pair with the Codex reviewer.
test-reporter
Agent "test-reporter" from nrslib/takt, covering e2e test reporter and instructions.
check
Code quality auditor for the Trellis channel runtime. Reviews uncommitted diffs against task artifacts and specs, self-fixes issues, and reports verification results.