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 skills add INo-xious/stockbit-mcp --skill stockbit-statusgit clone --depth 1 https://github.com/INo-xious/stockbit-mcpWrote 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/skills/ino-xious/stockbit-mcp/stockbit-status)<a href="https://agentmods.dev/skills/ino-xious/stockbit-mcp/stockbit-status"><img src="https://agentmods.dev/badge/skills/ino-xious/stockbit-mcp/stockbit-status/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/skills/ino-xious/stockbit-mcp/stockbit-status"><img src="https://agentmods.dev/badge/skills/ino-xious/stockbit-mcp/stockbit-status.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
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.00070 | $0.01121 |
| Opus 5 | $0.00035 | $0.00561 |
| Sonnet 5 | $0.00014 | $0.00224 |
| Haiku 4.5 | $0.00007 | $0.00112 |
Grade A, and why
stockbit-status 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 68 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Stockbit session status
Report whether the stored session is alive, and what to do if it is not.
Run
stockbit-auth status --json
If the bin is not on PATH, run node dist/bin/stockbit-auth.js status --json from the repo root.
Prefer --json: it is redacted and safe to paste, and it spares you parsing prose. Add --offline when the user only wants expiry arithmetic without a network round-trip — offline can report a token as stored that the server would reject, so it answers "when does this expire", never "is this still good".
Read the report
{
"auth": {
"main": { "stored": true, "expiresInDays": 7 }, // the market-data session
"securities": { "stored": false }, // trading; optional
"eipo": { "stored": false } // minted on first use
},
"trading": { "mode": "off", "live": false, "enabled": false },
"store": {
"loggedInAt": "2026-08-26T08:15:28.943Z", // when `stockbit-auth login` last ran
"loginAgeHours": 19.7, // how long ago, for the user's actual question
"browserPinned": "chrome.exe 152.0.7977.64",
"defaultBrowser": "C:\...\opera.exe", // what the OS opens links with
"defaultBrowserIsPinned": false
}
}
auth.mainis the one every market-data tool depends on.stored: false, or a failed live check, means every stockbit tool will fail until the user logs in again — see thestockbit-authskill.expiresInDayscounts down a sliding window. Every refresh pushes it back out, so ordinary use keeps the session alive indefinitely; only a long idle gap forces a new login. Warn when it is under 2.auth.securitiesis only needed for portfolio, positions and orders.stored: falseis the normal, safer state — do not treat it as a problem to fix unless the user asked for trading.trading.modeis the thing to state plainly.offmeans no orders can be placed at all. If it ispaper, say so. If it is live, say that first and clearly — withlive: truethe order tools reach a real brokerage account.
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.
- 11d ago First seen · 68 lines · 70 tokens per session scan A 45d738918575
stockbit-status is a skill published in the GitHub repository INo-xious/stockbit-mcp (31 stars, last pushed 2d ago), licensed MIT. It adds 70 tokens to every session and 1,121 once invoked, about $0.0003 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 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…
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…
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…
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…
sales-compensation-and-territory
Designs quotas, territories and commission plans that produce the behavior the business needs — sizing territories against real potential, setting quotas people can hit often enough to believe in, choosing what to pay on, handling accelerators, draws, clawbacks and disputes, and changing a plan without destroying…
mergers-and-acquisitions
Runs corporate development — deal thesis, target screening, valuation framing, diligence, and integration planning. Use this when considering an acquisition or being approached about one, when evaluating build-versus-buy at company scale, when running or reviewing diligence, or when planning how an acquired business…