Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Morning Scan

ASecurity

The pre-open and first-hour routine for IDX — session state, movers, a scan over a universe, and a catalyst check on the leaders. Use when the user asks what is moving today, for a morning briefing, or what to watch.

42 stars
0 votes
0 copies
0 views
Added 8/30/2026
ai-agents

Security Analysis

A100/100

Scanned 8/30/2026

Install to Claude Code

$npx -y skills add INo-xious/stockbit-mcp --skill morning-scan --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Morning Scan?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Morning Scan
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/ino-xious-morning-scan/badge)](https://www.skillsdirectory.com/skills/ino-xious-morning-scan)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: morning-scan
description: The pre-open and first-hour routine for IDX — session state, movers, a scan over a universe, and a catalyst check on the leaders. Use when the user asks what is moving today, for a morning briefing, or what to watch.
---

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

Attribution

INo-xiousINo-xious
View sourceMore from INo-xious →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Caveman

Ultra-compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

1023331 votes

Hyperplan

Adversarial multi-agent planning skill. Self-orchestrates 5 hostile category members (unspecified-low, unspecified-high, deep, ultrabrain, artistry) via team-mode for ruthless cross-critique debate, distills only the defensible insights, then MANDATORILY hands the distilled insight bundle to the `plan` agent for executable plan formalization. Use when planning needs maximum rigor and surfacing of weak assumptions, blind spots, and over-engineering. Triggers: 'hyperplan', 'hpp', '/hyperplan', ...

686011 votes

Mcp Code Execution

Routes multi-tool workflows through MCP servers for large datasets and pipelines. Use when Bash tool overhead is limiting throughput on data-heavy tasks.

3351 votes

catchup

Recovers the conversation and failed tool calls of a previous Codex, Claude Code, Antigravity, Cline, Copilot CLI, Cursor, DeepSeek Harness, Kimi, OpenCode, Pi Agent, or ZCode session. Use when the user says "catch up", "what did the last session do", "get me up to speed", "I switched agents", asks to recover/summarize a previous session before continuing, or asks to diagnose or report a catchup failure. Do NOT use for the current conversation, git history, or any non-agent log.

651 votes

math-skill

A comprehensive mathematical reasoning skill for AI assistants — handles arithmetic to research-level problems with rigorous step-by-step reasoning, systematic verification, and transparent uncertainty handling

381 votes
View all in ai-agents →