Token导航 LogoToken导航TokenDH.com
AI 工具需要联网github未标认证来源可访问clear审计提醒

stock-qualitative-analysis股票定性分析

Agent Skill

stock-qualitative-analysis 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

2,681

周安装

114

GitHub Stars

23

下载量

939
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:stock-qualitative-analysis(股票定性分析)
来源仓库:https://github.com/fakehank/stock_qualitative_analysis_skills
仓库路径:skills/stock-qualitative-analysis
安装命令:
npx skills add https://github.com/fakehank/stock_qualitative_analysis_skills --skill stock-qualitative-analysis
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/fakehank/stock_qualitative_analysis_skills --skill stock-qualitative-analysis

简介

用于股票定性分析,支持行业洞察与公司基本面解读。

  • 适用于评估管理层战略、竞争格局或政策环境影响。
  • 通过调用 AI 模型处理非结构化文本生成分析结论。
  • 建议结合定量数据交叉验证以提升判断可靠性。stock-qualitative-analysis 属于AI 工具类 Skill,可作为该场景下的辅助能力补充。
  • 使用时需注意模型输出可能存在偏差或过时信息。

SKILL.md

Stock Qualitative Analysis Skill

When to use

Use this skill when a user asks for a qualitative stock analysis report (定性分析) that must be evidence-based and formatted as a structured report. This skill emphasizes strict citations and non-hallucination behavior.

Inputs

  • Company name (required)
  • Ticker / exchange (optional but recommended)
  • Market context (US / HK / CN / other)
  • Time window (e.g., FY2015–FY2024; latest quarterly)
  • Language preference (Chinese default; English if requested)
  • Sources:

- User-provided filings (PDF or HTML) - SEC EDGAR fetch (optional, if allowed) - Other public sources (only if cited)

Outputs

  • A Markdown report following the template structure in assets/report-template.md
  • Each section contains: 结论要点 / 详细情况 / 证据与出处 (or English equivalents when English output is requested)
  • Final 来源清单 with SEC filings and other sources in reverse-chronological order

Core rules (non-negotiable)

  • Do not state facts without a source.
  • Any factual claim MUST include a source string; otherwise use a placeholder in 【...】 describing what is needed.
  • Actively analyze sources: Go beyond surface-level summaries. Extract specific details, quantitative data, and contextual insights relevant to each section of the report template.
  • Comprehensive filling: Make the best effort to fill all sections of the report template. If information is truly missing from the provided sources, use a specific placeholder indicating what is missing.
  • If real-time data is required, explicitly state that the user must verify freshness.
  • No investment advice, price targets, or trading recommendations.
  • Default output language: Chinese. If the user query is in English, respond in English.

Execution

  • Intake: confirm company name, ticker/exchange, market, time window, and allowed data sources.
  • Pre-check local data: before any remote fetching, verify whether local filings are sufficient; only fetch remotely if local data is insufficient.
  • Acquire sources: use scripts/build_source_manifest.py to pull SEC filings and ingest local PDFs.
  • Extract key 10-K sections (HTML): use scripts/extract_sec_html_sections.py to produce per-item text files (e.g., Item 1/1A/7/8) before analysis.
  • Section-by-section generation (Agent-driven): for each section in assets/report-template.md, the Agent expands the section in sequence, producing 结论要点 / 详细情况 / 证据与出处 based on the available sources and citing evidence.
  • Progressive write-back: before starting summaries, determine whether a local report file exists; after completing each section, write the content into that file.
  • Finalization: rewrite 投资要点概览 after all sections are complete, then update 来源清单.

Usage

  • The Agent executes the section loop at runtime based on the template headings.
  • The Agent MUST attempt to fill every section using provided sources and mark missing facts with explicit placeholders.
  • If the user asks for English output, the Agent translates the template headings and section labels consistently (e.g., Conclusion / Details / Evidence) while preserving the report structure.

Data acquisition

  • SEC EDGAR fetch: scripts/fetch_sec_edgar.py
  • Local PDF ingestion: scripts/ingest_local_pdfs.py
  • Source manifest: scripts/build_source_manifest.py
  • HTML section extractor: scripts/extract_sec_html_sections.py

Citation format

  • SEC filings: Form 10-K/10-Q/20-F/6-K + 年度/日期 + 章节/标题
  • Web sources: 机构/网站 + 发布日期 + 标题

Examples

Example request

“参考 SEC filings,帮我做 AAPL 的定性分析,按模板输出。”

Example output shape

Use assets/report-template.md and fill each section with facts + citations. Unknowns become placeholders.

References

  • Guardrails and writing style: references/prompt-guardrails.md
  • Report template: assets/report-template.md
  • Validation checklist: references/validation-checklist.md
  • Goldenset examples: references/goldenset.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

27.15%
按下载量换算255

Cursor

23.14%
按下载量换算217

OpenCode

19.74%
按下载量换算185

Antigravity

12.26%
按下载量换算115

windsurf

7.91%
按下载量换算74

Codex

3.68%
按下载量换算35

安全审计

Gen Agent Trust Hub

可疑

Socket

通过

Snyk

可疑

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills