morning-scan

morning-scan is a skill for Claude Code from INo-xious/stockbit-mcp. It costs 54 tokens per session (564 once invoked), scanned A, original, MIT.

A morning routine for checking Indonesia's stock market, including the current session, biggest price movers, a chosen stock universe, technical signals, and news catalysts.

In plain words
What is it for?
Use it for a daily market briefing, finding gainers and losers, scanning watchlists, and checking why leading stocks are moving.
Why use it?
It organizes several market checks into one sequence and distinguishes price moves supported by a reason from those without one.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the stockbit plugin — 9 skills, 2 MCP servers shipped together

Good fit Use it for a daily market briefing, finding gainers and losers, scanning watchlists, and checking why leading stocks are moving.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ino-xious/stockbit-mcp/morning-scan
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 INo-xious/stockbit-mcp --skill morning-scan
Clone the repo
git clone --depth 1 https://github.com/INo-xious/stockbit-mcp

Made for: Claude Code.

Or install stockbit, the plugin that ships this one along with the rest of its 9 skills, 2 MCP servers.

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 morning-scan

README.md
[![agentmods](https://agentmods.dev/badge/skills/ino-xious/stockbit-mcp/morning-scan/github.svg)](https://agentmods.dev/skills/ino-xious/stockbit-mcp/morning-scan)
Your own site
<a href="https://agentmods.dev/skills/ino-xious/stockbit-mcp/morning-scan"><img src="https://agentmods.dev/badge/skills/ino-xious/stockbit-mcp/morning-scan/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 morning-scan

Your own site · 80×15
<a href="https://agentmods.dev/skills/ino-xious/stockbit-mcp/morning-scan"><img src="https://agentmods.dev/badge/skills/ino-xious/stockbit-mcp/morning-scan.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 564 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00054 $0.00564
Opus 5 $0.00027 $0.00282
Sonnet 5 $0.00011 $0.00113
Haiku 4.5 $0.00005 $0.00056

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

Security

Grade A, and why

morning-scan 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 12d 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.

skills/morning-scan/SKILL.md · 38 lines

What it actually says

Morning scan

The sequence

workflow_run name=morning_scan does this end to end. The parts, if you want to steer:

  1. market_session — first, always. It returns the IDX clock in WIB. Mondays to Thursdays the session runs 09:00–12:00 and 13:30–15:50; Fridays 09:00–11:30 and 14:00–15:50. It does not model exchange holidays, so "open" on a holiday is the clock's answer, not the exchange's. If the market is closed, say which session the numbers are from.
  2. top_movers type=… — gainers, losers, most active. Cheap, and it frames everything after.
  3. scan over the universe that matters to the user — watchlist_id, an explicit symbols list, or a universe. Give it a condition (left, op, right). Mind max_symbols and max_seconds: the whole server is capped at roughly 6.6 upstream requests a second on purpose, so a 200-symbol scan takes real time. Say what it will cost before starting a big one.
  4. technicals symbol=… on the handful that survived the scan.
  5. news symbol=… on those — a mover with a catalyst and a mover without one are different stories.

Reading it

  • Separate the mover from the setup. A stock up 8% on no trend and no volume is a different thing from one breaking a level it has tested four times. Say which one you are looking at.
  • Check for ARA/ARB. A limit-locked stock cannot be scanned meaningfully — the printed range is the band, not the market. price_bands gives today's limits.
  • Pre-open is not a price. Before 09:00 the numbers are indications.

Presenting it

Short. A handful of names, each with one line on why it is on the list and one on what to watch for. Then the session state and the time. If nothing passed the scan, say that — an empty scan is a result, and padding it with the least-bad name is how a briefing becomes noise.

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. 12d ago First seen · 38 lines · 54 tokens per session scan A a65af1ffd0f7

Subscribe to this mod's changes

morning-scan is a skill published in the GitHub repository INo-xious/stockbit-mcp (36 stars, last pushed 4d ago), licensed MIT. It adds 54 tokens to every session and 564 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.

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

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

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…

cbrock84/headcount · 96 tokens