investorclaw

investorclaw is a skill for Claude Code from argonautsystems/InvestorClaw. It costs 47 tokens per session (2,305 once invoked), scanned A, original, Apache-2.0.

A local portfolio-analysis service that an OpenClaw coding agent can query through MCP-HTTP. It examines investments, market data, bonds, and possible portfolio changes.

In plain words
What is it for?
Use it to inspect holdings, review performance, calculate Sharpe and Sortino ratios, check Federal Reserve yield data, measure bond duration, and test rebalancing scenarios.
Why use it?
It removes the need to calculate portfolio measures and gather related market information manually. Its deterministic engine is intended to keep answers tied to returned data.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter. Also seen: positional $N argument; mentions Claude Code; built for openclaw.

Part of the investorclaw plugin — 7 skills, 2 commands shipped together

Good fit Use it to inspect holdings, review performance, calculate Sharpe and Sortino ratios, check Federal Reserve yield data, measure bond duration, and test rebalancing scenarios.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/argonautsystems/investorclaw/openclaw
Install

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.

Any agent
npx skills add argonautsystems/InvestorClaw --skill openclaw
Clone the repo
git clone --depth 1 https://github.com/argonautsystems/InvestorClaw

Made for: Claude Code.

Or install investorclaw, the plugin that ships this one along with the rest of its 7 skills, 2 commands.

Wrote 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.

agentmods badge for investorclaw

README.md
[![agentmods](https://agentmods.dev/badge/skills/argonautsystems/investorclaw/openclaw/github.svg)](https://agentmods.dev/skills/argonautsystems/investorclaw/openclaw)
Your own site
<a href="https://agentmods.dev/skills/argonautsystems/investorclaw/openclaw"><img src="https://agentmods.dev/badge/skills/argonautsystems/investorclaw/openclaw/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.

agentmods 80×15 button for investorclaw

Your own site · 80×15
<a href="https://agentmods.dev/skills/argonautsystems/investorclaw/openclaw"><img src="https://agentmods.dev/badge/skills/argonautsystems/investorclaw/openclaw.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,305 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.02305
Opus 5 $0.00023 $0.01153
Sonnet 5 $0.00009 $0.00461
Haiku 4.5 $0.00005 $0.00231

Measured 9d ago against content hash 8603ab3d073d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

investorclaw 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.

skill/agent-skills/openclaw/SKILL.md · 215 lines

How it starts

The opening of the file, as written. The whole thing — 215 lines — stays where its author put it; the contents beside it link to each section on GitHub.

InvestorClaw — Skill (openclaw runtime)

Powered by InvestorClaw (Apache 2.0). This skill file is MIT-0-licensed; the underlying service is Apache 2.0.

What this is

InvestorClaw is a containerized portfolio-analysis service exposed to openclaw as two MCP-HTTP servers:

  • investorclaw — portfolio analysis tools at http://localhost:18090/mcp
  • mnemos — memory + knowledge graph at http://localhost:5002/mcp

Both run inside a Docker compose stack on the user's machine (docker compose up -d is the entire service install). openclaw connects to them as native MCP servers via its mcp.servers config block — no plugin manifest, no dist/index.js, no npm install, no skill bootstrap files.

If openclaw runs in a container itself, the two MCP URLs reach the host's loopback through the compose bridge network or host.docker.internal, depending on how the openclaw container is launched. See INSTALL.md.

Tool surface

When the service is running, openclaw's tool catalog gains:

Portfolio analysis (investorclaw.*)

  • investorclaw.portfolio_ask — natural-language portfolio question routed through the deterministic engine
  • investorclaw.portfolio_holdings — current snapshot of positions, values, weights
  • investorclaw.portfolio_performance — Sharpe, volatility, top/bottom performers, max drawdown
  • investorclaw.portfolio_bonds — bond analytics (YTM, duration, FRED yield curve)
  • investorclaw.portfolio_analyst — analyst ratings per holding
  • investorclaw.portfolio_news — news correlation for held positions
  • investorclaw.portfolio_lookup — ticker / account lookup
  • investorclaw.portfolio_optimize — Sharpe / min-vol optimization
  • investorclaw.portfolio_rebalance — current vs target with tax impact
  • investorclaw.portfolio_scenario — what-if scenarios on holdings
  • investorclaw.portfolio_cashflow — projected cashflow from bonds
  • investorclaw.portfolio_peer — peer comparison vs benchmark
  • investorclaw.portfolio_setup — auto-discover portfolio files in /data/portfolios/
  • investorclaw.portfolio_refresh — refresh market data without re-uploading files
  • investorclaw.portfolio_guardrails — view educational-only guardrails

Read the full file on GitHub · 215 lines

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

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.

  1. 9d ago First seen · 215 lines · 47 tokens per session scan A 8603ab3d073d

Subscribe to this mod's changes

investorclaw is a skill published in the GitHub repository argonautsystems/InvestorClaw (9 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 47 tokens to every session and 2,305 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.

Related

Other skills, from other repositories

chief-financial-officer

Owns the financial position: planning, budgeting, forecasting, unit economics, cash, and the numbers the business is run and reported on. Use this to build or challenge a budget, model a decision's financial consequence, assess unit economics or runway, evaluate an investment or spend request, set financial controls…

cbrock84/headcount · 88 tokens

fundraising-and-investor-relations

Raises capital and manages the relationship afterward — deciding how much and why, understanding what dilution and preferences actually cost, running a process with real competitive tension, preparing for diligence before it starts, and reporting to investors and a board in a way that keeps support when results are…

cbrock84/headcount · 91 tokens

cost-accounting

Establishes what something actually costs — fixed, variable and mixed cost behavior, absorption versus variable costing, job-order, process and activity-based methods, breakeven and operating leverage, and price/volume/mix decomposition. Use this to set a price floor, explain why revenue or margin moved, decide make…

cbrock84/headcount · 92 tokens

financial-statement-analysis

Reads a set of financial statements and establishes what changed and why — fluctuation analysis against prior period and against budget, profitability, liquidity, solvency and efficiency ratios, benchmarking, and the non-GAAP measures presented alongside them. Use this to interpret results, review a counterparty's or…

cbrock84/headcount · 93 tokens

internal-controls-and-audit

Designs and tests controls over financial reporting — segregation of duties, approval limits, evidence, and preparing for audit. Use this to design controls for a process, prepare for an external audit, respond to an audit finding, set approval thresholds, or assess where a small team's segregation of duties is…

cbrock84/headcount · 67 tokens

payroll-operations

Runs the pay cycle so it is right, on time, and provable — the calendar and cutoffs, what feeds pay from the HRIS and time systems, gross-to-net and the deductions in it, multi-jurisdiction registration and tax filing, off-cycle payments and corrections, and the reconciliation to the general ledger. Use this to design…

cbrock84/headcount · 104 tokens