mm-sector-desk — for Claude Code mm-sector-desk, MarketMind-AlphaEngine, community, for Claude Code, ide skills, python3, {date}, mcp__market-data__get_price_history, mcp__market-data__get_news, fallback_needed: true

v1.0.0

关于此技能

适用场景: Ideal for AI agents that need role: sector & peer data desk. 本地化技能摘要: # Role: Sector & Peer Data Desk Mission Collect sector-level context including industry news, peer stock price data, and sector ETF performance. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

功能特性

Role: Sector & Peer Data Desk
PYTHON : Always use .venv/bin/python3 for all Bash Python commands. Never use bare python3.
Workspace path: $ARGUMENTS[0]
Run date: $ARGUMENTS[1] (YYYY-MM-DD)
MCP Tools Available

# 核心主题

ShinyGua ShinyGua
[0]
[0]
更新于: 3/21/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 10/11

This page remains useful for teams, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
10/11
Quality Score
70
Canonical Locale
en
Detected Body Locale
en

适用场景: Ideal for AI agents that need role: sector & peer data desk. 本地化技能摘要: # Role: Sector & Peer Data Desk Mission Collect sector-level context including industry news, peer stock price data, and sector ETF performance. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

核心价值

推荐说明: mm-sector-desk helps agents role: sector & peer data desk. Role: Sector & Peer Data Desk Mission Collect sector-level context including industry news, peer stock price data, and sector ETF performance. This AI

适用 Agent 类型

适用场景: Ideal for AI agents that need role: sector & peer data desk.

赋予的主要能力 · mm-sector-desk

适用任务: Applying Role: Sector & Peer Data Desk
适用任务: Applying PYTHON : Always use .venv/bin/python3 for all Bash Python commands. Never use bare python3
适用任务: Applying Workspace path: $ARGUMENTS[0]

! 使用限制与门槛

  • 限制说明: Process ALL collected sector news articles in a SINGLE pass — do NOT create cards one by one.
  • 限制说明: Requires repository-specific context from the skill documentation
  • 限制说明: Works best when the underlying tools and dependencies are already configured

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

评审后的下一步

先决定动作,再继续看上游仓库材料

Killer-Skills 的主价值不应该停在“帮你打开仓库说明”,而是先帮你判断这项技能是否值得安装、是否应该回到可信集合复核,以及是否已经进入工作流落地阶段。

实验室 Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

常见问题与安装步骤

以下问题与步骤与页面结构化数据保持一致,便于搜索引擎理解页面内容。

? FAQ

mm-sector-desk 是什么?

适用场景: Ideal for AI agents that need role: sector & peer data desk. 本地化技能摘要: # Role: Sector & Peer Data Desk Mission Collect sector-level context including industry news, peer stock price data, and sector ETF performance. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

如何安装 mm-sector-desk?

运行命令:npx killer-skills add ShinyGua/MarketMind-AlphaEngine/mm-sector-desk。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。

mm-sector-desk 适用于哪些场景?

典型场景包括:适用任务: Applying Role: Sector & Peer Data Desk、适用任务: Applying PYTHON : Always use .venv/bin/python3 for all Bash Python commands. Never use bare python3、适用任务: Applying Workspace path: $ARGUMENTS[0]。

mm-sector-desk 支持哪些 IDE 或 Agent?

该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。

mm-sector-desk 有哪些限制?

限制说明: Process ALL collected sector news articles in a SINGLE pass — do NOT create cards one by one.;限制说明: Requires repository-specific context from the skill documentation;限制说明: Works best when the underlying tools and dependencies are already configured。

安装步骤

  1. 1. 打开终端

    在你的项目目录中打开终端或命令行。

  2. 2. 执行安装命令

    运行:npx killer-skills add ShinyGua/MarketMind-AlphaEngine/mm-sector-desk。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3. 开始使用技能

    mm-sector-desk 已启用,可立即在当前项目中调用。

! 参考页模式

此页面仍可作为安装与查阅参考,但 Killer-Skills 不再把它视为主要可索引落地页。请优先阅读上方评审结论,再决定是否继续查看上游仓库说明。

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

mm-sector-desk

安装 mm-sector-desk,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看评审结论、使用场景与安装路径。

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

Role: Sector & Peer Data Desk

Mission

Collect sector-level context including industry news, peer stock price data, and sector ETF performance. This data enables relative analysis and sector framing in the report.

PYTHON: Always use .venv/bin/python3 for all Bash Python commands. Never use bare python3.

Workspace path: $ARGUMENTS[0] Run date: $ARGUMENTS[1] (YYYY-MM-DD)

All paths below use {date} = $ARGUMENTS[1]. Write to {workspace}/raw/{date}/ and {workspace}/normalized/{date}/, NOT the undated directories.

MCP Tools Available

This skill uses the market-data MCP server for all external data fetching. Prefer MCP tools when available; fall back to inline Python if not.

  • mcp__market-data__get_price_history — fetch OHLCV from yfinance
  • mcp__market-data__get_news — fetch news from NewsAPI (returns fallback_needed: true if no API key)

Inputs

  • {workspace}/resolved_config.json — config with news limits
  • {workspace}/profile/company_profile.json — sector, industry
  • {workspace}/profile/peer_set.json — list of peer tickers

Process

1. Fetch Sector News

Check if NEWSAPI_KEY is set. If available:

python
1import requests, os 2url = "https://newsapi.org/v2/everything" 3params = { 4 "q": "<sector> OR <industry>", 5 "language": config.get("language", "en"), # from resolved_config 6 "sortBy": "relevancy", 7 "pageSize": config["news"]["max_sector_news"], 8 "from": "<lookback_date>", 9 "apiKey": os.environ["NEWSAPI_KEY"] 10}

Post-fetch cap enforcement: Before saving, truncate the articles list to max_sector_news entries. NewsAPI may return more results than requested — always enforce the cap:

python
1articles = articles[:config["news"]["max_sector_news"]]

Save to {workspace}/raw/{date}/news/sector_news.json.

2. Fetch Peer Price Data

Indicator warm-up: Fetch 6 months (period='6mo') of daily data for peers and sector ETF, to provide warm-up for technical indicator computation.

python
1import yfinance as yf 2peers = ["PEER1", "PEER2", ...] # from peer_set.json 3data = yf.download(peers, period="6mo", interval="1d", group_by="ticker")

Save each peer to {workspace}/raw/prices/peer_{ticker}.csv.

3. Fetch Sector ETF Data

Download sector ETF price data (determined by company-resolver):

python
1sector_etf = "SOXX" # from market_context_link.json secondary_indices 2data = yf.download(sector_etf, period="3mo", interval="1d")

Save to {workspace}/raw/prices/sector_etf.csv.

4. Create Evidence Cards (Batch Mode)

Process ALL collected sector news articles in a SINGLE pass — do NOT create cards one by one.

  1. Compile all raw sector headlines into a numbered list
  2. In ONE response, generate ALL evidence cards as a JSON array
  3. Filter: Skip articles with materiality < 0.3 (routine news, no market impact)
  4. Merge: If multiple articles cover the same event, combine into one card (use the most detailed source)
  5. Write each card to {workspace}/normalized/{date}/evidence_cards/ev_{date}_sec_NNN.json

Evidence card schema:

json
1{ 2 "id": "ev_{date}_{seq}", 3 "desk": "sector", 4 "source_type": "news", 5 "source_name": "<source>", 6 "url": "<url>", 7 "published_at": "<timestamp>", 8 "ticker": "SECTOR", 9 "title": "<title>", 10 "summary": "<summary>", 11 "why_it_matters": "<assessment of relevance to target company>", 12 "materiality_score": 0.0, 13 "sentiment": "positive|negative|neutral", 14 "topic_tags": ["sector", "<industry>"], 15 "time_horizon": "daily" 16}

When scoring materiality, consider relevance to the target company specifically, not just the sector in general.

Save to {workspace}/normalized/evidence_cards/sector_*.json.

Output

  • {workspace}/raw/news/sector_news.json
  • {workspace}/raw/prices/peer_*.csv
  • {workspace}/raw/prices/sector_etf.csv
  • {workspace}/normalized/evidence_cards/sector_*.json

Error Handling

  • If NewsAPI is unavailable, use WebSearch as fallback: search "{SECTOR} industry news today", "{INDUSTRY} sector outlook" to collect sector headlines
  • If a specific peer ticker fails to download, skip it and continue
  • Always attempt to fetch sector ETF and at least some peer data

相关技能

寻找 mm-sector-desk 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

本地化技能摘要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

本地化技能摘要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

本地化技能摘要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

本地化技能摘要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
开发者工具