一键导入
bz-news-api-queries
Query patterns for the bz-news-api data subagent. Uses pit_fetch.py against Benzinga News API with PIT-safe envelope output.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query patterns for the bz-news-api data subagent. Uses pit_fetch.py against Benzinga News API with PIT-safe envelope output.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | bz-news-api-queries |
| description | Query patterns for the bz-news-api data subagent. Uses pit_fetch.py against Benzinga News API with PIT-safe envelope output. |
| user-invocable | false |
Reference patterns for .claude/agents/bz-news-api.md.
Before building --channels / --tags filters, read:
.claude/references/neo4j-news-fields.mdUse exact channel/tag strings from that reference to avoid near-match misses.
Use only:
python3 $CLAUDE_PROJECT_DIR/.claude/skills/earnings-orchestrator/scripts/pit_fetch.py --source bz-news-api ...
Return the wrapper JSON envelope directly.
Pass --pit on every retrieval command.
python3 $CLAUDE_PROJECT_DIR/.claude/skills/earnings-orchestrator/scripts/pit_fetch.py \
--source bz-news-api \
--pit 2025-01-01T00:00:00-05:00 \
--tickers NOG \
--date-from 2024-10-01 \
--date-to 2025-01-01 \
--limit 50
No --pit.
python3 $CLAUDE_PROJECT_DIR/.claude/skills/earnings-orchestrator/scripts/pit_fetch.py \
--source bz-news-api \
--themes macro \
--lookback-minutes 720 \
--limit 50
python3 $CLAUDE_PROJECT_DIR/.claude/skills/earnings-orchestrator/scripts/pit_fetch.py \
--source bz-news-api \
--themes macro \
--channels Macro \
--keywords fed,inflation,cpi,rates \
--lookback-minutes 1440 \
--limit 100
python3 $CLAUDE_PROJECT_DIR/.claude/skills/earnings-orchestrator/scripts/pit_fetch.py \
--source bz-news-api \
--themes oil \
--keywords opec,wti,brent,crude \
--date-from 2025-01-01 \
--date-to 2025-01-31 \
--limit 100
python3 $CLAUDE_PROJECT_DIR/.claude/skills/earnings-orchestrator/scripts/pit_fetch.py \
--source bz-news-api \
--channels Energy,Macro \
--tags Oil,Inflation \
--lookback-minutes 10080 \
--limit 100
python3 $CLAUDE_PROJECT_DIR/.claude/skills/earnings-orchestrator/scripts/pit_fetch.py \
--source bz-news-api \
--tickers XOM,CVX \
--themes oil \
--lookback-minutes 4320 \
--limit 100
pit_fetch.py normalizes each item with:
available_atavailable_at_source: "provider_metadata"pit_fetch.py via .env:
BENZINGANEWS_API_KEY (preferred)BENZINGA_API_KEY (fallback)--pit are dropped before output.gaps[].data[], gaps[]) for deterministic hook validation.Predict stock direction post 8-K earnings & refine using 10-Q/10-K outcomes
Predict stock direction after an 8-K earnings release from a prebuilt earnings context bundle
Post-event causal attribution — explains why a stock moved after 8-K earnings, compares against prediction, writes reusable lessons for future predictions. Production invocation via SDK embed (main session), not fork.
Core Neo4j schema reference with all labels, relationships, data types, and indexes. Use when exploring database structure, checking field types, or understanding the financial knowledge graph schema.
V1105_LONGDESC_START_MARKER. This skill tests v2.1.105's skill-description cap raise from 250 to 1536 characters. If this description appears truncated in the skill listing system-reminder at around character 250, the cap was not raised; if it appears truncated at around 1536, the cap was raised correctly per changelog. The test sentinel markers are placed at specific character offsets: V1105_OFFSET_100 is at char 100 approximately, V1105_OFFSET_300 is at char 300 approximately (old cap would truncate this), V1105_OFFSET_700 is at char 700 approximately, V1105_OFFSET_1000 is at char 1000, V1105_OFFSET_1200 is at char 1200, V1105_OFFSET_1400 is at char 1400, and V1105_END_MARKER is the last visible sentinel. This description also contains deliberately redundant filler to reach the target length without substantive content since the purpose is only to verify truncation behavior rather than to provide meaningful guidance. filler filler filler filler filler filler filler filler filler filler filler filler filler
Child skill for v2.1.107 nesting retest — writes marker and returns