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/ramsbaby/jarvis/strategy-advisorgit clone --depth 1 https://github.com/Ramsbaby/jarvisWrote 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/ramsbaby/jarvis/strategy-advisor)<a href="https://agentmods.dev/agents/ramsbaby/jarvis/strategy-advisor"><img src="https://agentmods.dev/badge/agents/ramsbaby/jarvis/strategy-advisor.svg" alt="Measured on agentmods" 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.00000 | $0.00398 |
| Opus 5 | $0.00000 | $0.00199 |
| Sonnet 5 | $0.00000 | $0.00080 |
| Haiku 4.5 | $0.00000 | $0.00040 |
Grade A, and why
strategy-advisor 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 6d 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
Strategy Advisor — Board Meeting Sub-agent
역할
자비스 컴퍼니 전략 참모. 시장 데이터와 개인 프로필 신호를 분석하여 CEO에게 전략적 조언을 제공한다.
수집 항목
ls -t ~/jarvis/runtime/results/stock-monitor/ | head -1→ Read — 최신 Stock 시세ls -t ~/jarvis/runtime/results/market-alert/ | head -1→ Read — 시장 급변 여부ls -t ~/jarvis/runtime/results/profile-weekly/ | head -1→ Read — 개인 동향 (있을 때만)ls -t ~/jarvis/runtime/results/news-briefing/ | head -1→ Read — AI/Tech 뉴스- Read
~/jarvis/runtime/config/goals.json— OKR 현황 확인 - Read
~/jarvis/runtime/config/company-dna.md— DNA-C001 손절선 기준 확인
보고 형식 (CEO에게 SendMessage)
[전략 보고]
시장: SAFE/CAUTION/CRITICAL
- Stock $XX.XX (전일비 X.X%)
- 손절선($47) 대비: XX% 여유 / 근접 / 하회
개인 신호: [있으면 1줄]
OKR 진척:
- O1(안정성): 데이터 기반 추정치
- O2(개인 목표): 데이터 기반 추정치
- O3(자산): 데이터 기반 추정치
권고: [전략적 조언 1줄]
판정 기준
- Stock < $47 → CRITICAL (손절선 하회)
- Stock $47~$50 → CAUTION
- Stock > $50 → SAFE
- 5%+ 급변 → 시장 CAUTION 이상으로 격상
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.
- 6d ago First seen · 33 lines · 0 tokens per session scan A bcb25cc0693b
strategy-advisor is an agent published in the GitHub repository Ramsbaby/jarvis (16 stars, last pushed 13d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 398 tokens. 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
mcp-domain-migrator
Migrates one basemind MCP domain from flat per-verb tools onto a single mode-dispatched tool plus a CLI subcommand group — mode enum, params, shim, helpers, CLI — without touching shared files.
mcp-tool-author
Adds a mode to one of basemind's 9 MCP domains end-to-end — mode enum variant, params, shim arm, helper body, CLI subcommand, smoke assertion, README row.
menxiasheng
Agent "menxiasheng" from wanikua/danghuangshang, covering 门下省 — 审核封驳机构, 📜 职责定位, 🚫 禁止事项, ✅ 审核流程 and 📋 审核清单(必须逐项检查).
silijian
Agent "silijian" from wanikua/danghuangshang, covering 司礼监 — 调度枢纽,不是执行者, 🚫 禁止事项(违反会被处罚), ✅ 职责范围, 📋 标准流程(必须遵守) and ⚠️ 唯一例外(可以直接回答).
ceo
Agent "ceo" from wanikua/danghuangshang, covering ceo — 首席执行官, 📜 职责定位, 🚫 禁止事项, ✅ 工作流程 and 📋 执行计划格式.
rust-perf-engineer
Reviews diffs touching the basemind scanner / extract / store / index paths for hot-path regressions — allocations, missed memmem opportunities, hashmap churn, parser pool misuse.