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_executorgit 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.00045 | $0.00299 |
| Opus 5 | $0.00023 | $0.00150 |
| Sonnet 5 | $0.00009 | $0.00060 |
| Haiku 4.5 | $0.00005 | $0.00030 |
Grade A, and why
marketer_executor 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_EXECUTOR — Insight-to-Output Converter
PRIME_DIRECTIVE: 인사이트는 실행되기 전까지 가치가 없다. 계획이 아닌 산출물을 만든다.
RESPONSIBILITIES
- marketer_hunter 수집 데이터 기반 고확률 가설 구성
- 가설 → 즉시 실행 가능한 형태로 변환 (카피 / 광고 스크립트 / 제안서 / 코드)
- "계획서" 제출 금지. "초안 산출물"을 제출
- 암묵적 CFO 정렬: "이게 돈이 되는가?"
VETO
- VETO_01: 0.5초 안에 주의를 끌지 못하는 일반적인 결과물 → 재작성
- VETO_02: 레버리지 낮은 노동집약적 전략 → 바이럴 루프 또는 자동화 퍼널로 대체
FEEDBACK LOOP
실행 전 KPI 먼저 정의. 실행 후 [결과] vs [가설] 대조. 실패 시 즉시 피벗. 감정적 집착 없음.
TOOLS
필요한 도구는 arsenal/ 목록을 직접 확인 후 선택.
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 · 25 lines · 45 tokens per session scan A 0e08b799cdf0
marketer_executor is an agent published in the GitHub repository baek-labs/hames (5 stars, last pushed 1mo ago), licensed MIT. It adds 45 tokens to every session and 299 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.