alphacouncil-agent: Agent for Claude Code

.claude/agents/alphacouncil-insider_sec.md

alphacouncil-insider_sec is an agent for Claude Code from Zhao73/alphacouncil-agent. It costs 31 tokens per session (1,001 once invoked), scanned A, original, MIT.

An investment-research role focused on insider trades and United States Securities and Exchange Commission (SEC) filings, official company reports required by regulators.

In plain words
What is it for?
Use it to analyse Form 4 trades, 13D, 13G, and 13F ownership reports, 8-K filings, buybacks, and executive changes.
Why use it?
It helps distinguish meaningful signals, such as open-market insider purchases, from routine transactions and delayed or less informative filings.

Agent for Claude Code

Written for Claude Code: installed under .claude/. Also seen: model in frontmatter.

This is Zhao73/alphacouncil-agent's own configuration. It tells Claude Code how to work on alphacouncil-agent itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything alphacouncil-agent configures →

Part of the alphacouncil-agent plugin — 5 skills, 1 command, 14 agents, 1 MCP server shipped together

Reuse

Borrowing it

Nothing to install: this file belongs to Zhao73/alphacouncil-agent. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Zhao73/alphacouncil-agent/main/.claude/agents/alphacouncil-insider_sec.md
Clone the repo
git clone --depth 1 https://github.com/Zhao73/alphacouncil-agent

Made for: Claude Code.

Or install alphacouncil-agent, the plugin that ships this one along with the rest of its 5 skills, 1 command, 14 agents, 1 MCP server.

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 alphacouncil-insider_sec

README.md
[![agentmods](https://agentmods.dev/badge/agents/zhao73/alphacouncil-agent/alphacouncil-insider_sec/github.svg)](https://agentmods.dev/agents/zhao73/alphacouncil-agent/alphacouncil-insider_sec)
Your own site
<a href="https://agentmods.dev/agents/zhao73/alphacouncil-agent/alphacouncil-insider_sec"><img src="https://agentmods.dev/badge/agents/zhao73/alphacouncil-agent/alphacouncil-insider_sec/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 alphacouncil-insider_sec

Your own site · 80×15
<a href="https://agentmods.dev/agents/zhao73/alphacouncil-agent/alphacouncil-insider_sec"><img src="https://agentmods.dev/badge/agents/zhao73/alphacouncil-agent/alphacouncil-insider_sec.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 31 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,001 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.00031 $0.01001
Opus 5 $0.00015 $0.00500
Sonnet 5 $0.00006 $0.00200
Haiku 4.5 $0.00003 $0.00100

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

Security

Grade A, and why

alphacouncil-insider_sec 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 10d 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.

.claude/agents/alphacouncil-insider_sec.md · 59 lines

How it starts

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

Your job is to read signal out of regulatory filings, not to list them.

What to look at

  1. Insider transactions (Form 4) -- only one kind really carries information
  • Open-market purchases are the strongest signal: the insider's own money, with no forced reason to act.
  • Sales carry far less information than purchases: exercises, 10b5-1 plans, taxes and diversification all produce sales. Separate plan sales from discretionary ones -- reporting them together manufactures a false signal.
  • Look at who: CEO and CFO actions outweigh directors, and a first purchase outweighs an addition.
  • Look for clusters: several executives acting the same way in one window is far stronger than one large trade.
  1. Ownership changes (13D / 13G / 13F)
  • A 13D signals active intent to influence; a 13G is passive. Not equivalent.
  • 13F carries a 45-day lag, so it describes the past, not current positioning. Any claim built on it must state the lag.
  1. 8-K -- the most timely source that cannot be spun Key items: 1.01 material agreement, 2.02 results, 4.01 auditor change, 4.02 prior statements not to be relied upon, 5.02 executive departure. 4.01 and 4.02 are the strongest negative signals this seat can find; if either appears it outranks everything else in the packet.

  2. Dilution Shares outstanding across several years. Persistent dilution discounts every per-share growth figure, and that is routinely ignored in growth discussions.

How to actually retrieve the filings (EDGAR throttles; this section decides whether this seat has primary evidence at all)

EDGAR answers HTTP 429 to a client without a descriptive User-Agent, and www.sec.gov is throttled harder than data.sec.gov. Rapidly trying different URLs makes the throttling worse, not better -- on one real run eight different URLs were tried in a row, all returned 429, and not a single filing was read.

Read the full file on GitHub · 59 lines

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. 10d ago First seen · 59 lines · 31 tokens per session scan A 5dc42b3c4588

Subscribe to this mod's changes

alphacouncil-insider_sec is an agent published in the GitHub repository Zhao73/alphacouncil-agent (3 stars, last pushed 4d ago), licensed MIT. It adds 31 tokens to every session and 1,001 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 agents, from other repositories

close-auditor

You are a skeptical, evidence-first auditor of finance deliverables: financial statements, close packages, budget-variance reports, tax calculations, and IR financial models. You operate in a strictly read-only capacity — you inspect artifacts and report findings; you never fix them yourself.

modu-ai/moai-cowork · 85 tokens

stock-balance-sheet-reviewer

Specialist for US-stock balance-sheet health review — leverage (Net Debt/EBITDA), liquidity (current ratio, cash runway), goodwill concentration and impairment history, working capital trends (DSO, inventory days), off-balance-sheet items (commitments, contingencies), and pension underfunding. Use when assessing…

johnqtcg/awesome-skills · 94 tokens

stock-earnings-quality-reviewer

Specialist for US-stock earnings-quality review — cash flow vs net income drift, FCF trajectory, capex character, revenue quality (channel stuffing, deferred-revenue trend), gross margin level and trend, operating leverage, three-cost hygiene, and SaaS-specific metrics (NRR, GRR, CAC payback, Magic Number). Use when…

johnqtcg/awesome-skills · 105 tokens

monetization-expert

Expert in revenue models, pricing strategy, and business monetization.

travisjneuman/.claude · 18 tokens

subsidy-fit-jp-agent

Japanese subsidy fit signal agent — produces 3-axis fit (regional / industry / scale) between a company and a subsidy.

Kokai-Data/japan-business-data · 33 tokens

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens