Token导航 LogoToken导航TokenDH.com
研究检索执行命令clawhub未标认证来源可访问clear审计提醒

equity-research-analyst股票研究分析师

Agent Skill

equity-research-analyst 用于查找、检索和筛选相关信息,适合在 OpenClaw 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,493

周安装

61

GitHub Stars

公开资料未说明

下载量

483
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

请帮我安装这个 Agent Skill:equity-research-analyst(股票研究分析师)
来源仓库:https://github.com/hypier/equity-research-analyst
安装命令:
openclaw skills install equity-research-analyst
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install equity-research-analyst

简介

equity-research-analyst 提供机构级股票研究报告,涵盖上市公司与 ETF 的深度分析。

  • 适合在 OpenClaw 中撰写启动报告、估值建模或行业比较时使用。
  • 通过 clawhub 安装,依赖外部数据接口,需确认授权与更新频率。
  • 输出内容应标注假设条件,避免误导性结论传播。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
equity-research-analyst
description
Use when the user asks for institutional-style equity research on a public company, ETF, or TradingView-resolvable ticker, including initiation reports, earnings updates or previews, catalyst calendars, morning notes, sector or peer overviews, thesis reviews, model refreshes, and stock screening or idea generation.

Equity Research Analyst

Produce institutional-grade equity research deliverables covering nine distinct workflows. Each workflow has its own dedicated reference file in references/workflows/; this SKILL.md is the dispatcher and the hub for cross-workflow conventions.

Loading Strategy

Keep context tight and load only the files needed for the active task.

  1. Match the request to exactly one workflow in references/workflows/.
  2. Read only that workflow file first.
  3. Open deep-dive references only when the active workflow points to them.
  4. Read references/tradingviewapi.md before opening anything in references/tradingviewapi-docs/.
  5. Treat references/tradingviewapi-docs/ as a lookup bundle: search by endpoint name or JSON field, then open the smallest relevant file instead of loading an entire large example file.

tradingviewapi lookup guide

  • Start with references/tradingviewapi.md for task-to-endpoint mapping.
  • Use references/tradingviewapi-docs/README.md for file selection inside the bundled API docs.
  • Use references/tradingviewapi-docs/openapi.json as the source of truth for exact parameters, defaults, and allowed enum values.
  • Use references/tradingviewapi-docs/examples/ mainly for concrete URL patterns and response shapes, not for deciding which asset-class parameter should be used.
  • If an example and the OpenAPI spec disagree, trust openapi.json for parameters and trust executed examples only for payload shape after the request has been validated against the spec.
  • Search patterns that usually find the right example quickly:

- GET /api/market-data/{symbol} - GET /api/calendar/earnings - GET /api/search/market/{query} - earnings_release_next_date - analyst-recommendations

When to invoke which workflow

Match the user request to one of the nine workflows below and read the corresponding reference file from references/workflows/. If the request is ambiguous, ask the user to confirm before committing.

WorkflowTrigger phrasesReference
Initiating coverage"initiation report", "first-time coverage", "new coverage on X", "write a full report on X"references/workflows/initiating-coverage.md
Earnings analysis"earnings update", "Q1/Q2/Q3/Q4 results for X", "post-earnings report", "beat/miss analysis"references/workflows/earnings-analysis.md
Earnings preview"earnings preview", "what to watch in X's earnings", "pre-earnings note"references/workflows/earnings-preview.md
Catalyst calendar"catalyst calendar", "upcoming events", "earnings calendar", "event tracker"references/workflows/catalyst-calendar.md
Morning note"morning note", "daily brief", "pre-market note", "morning wrap"references/workflows/morning-note.md
Sector overview"sector report", "industry overview", "peer comp", "sector deep-dive"references/workflows/sector-overview.md
Thesis tracker"thesis tracker", "investment thesis review", "revisit thesis on X", "thesis check"references/workflows/thesis-tracker.md
Model update"update the model", "model maintenance", "refresh estimates", "re-forecast"references/workflows/model-update.md
Idea generation"screen for X", "find me stocks that", "idea generation", "investment ideas"references/workflows/idea-generation.md

Single-workflow discipline (especially for initiating-coverage)

The initiation-report workflow has five sequential tasks (Company Research → Financial Modeling → Valuation → Charts → Assembly). Execute one task per user request, verify prerequisites before the next task, and never auto-chain. Details in references/workflows/initiating-coverage.md.

Primary data source: tradingviewapi

Before Web Search, pull structured numeric data (financials, TTM ratios, analyst consensus, calendars, prices, technicals, news) from the bundled tradingviewapi (TradingView proxy). One call to /api/market-data/{symbol} covers ~70% of the numeric content of a typical research report.

  • Full endpoint map, curl examples, and JSON-path-to-report-field mapping: references/tradingviewapi.md
  • OpenAPI spec and example responses: references/tradingviewapi-docs/

Authentication: users must provide their own RAPIDAPI_KEY env var (RapidAPI hosted).

Use Web Search ONLY for narrative content: MD&A text, forward guidance wording, earnings call transcripts, segment breakdowns, risk factors, management bios, industry research, FDA/regulatory decisions. Pull raw SEC 10-K/10-Q only when direct quotation or audit is required.

Global conventions

Data freshness

  • Training data is outdated. Before writing, verify today's date and confirm that the latest fetched data is current (next earnings date, last reported quarter).
  • If data.current.fiscal_period_current is >90 days old, flag as "last reported" and Web Search for newer disclosures.
  • Treat data.current.fiscal_period_current as a structured provider label, not the final narrative quarter label. If company IR / SEC naming differs (for example provider 2025-Q4 vs company-reported Fiscal 2026 Q4), use the latest primary-source wording in the written report and cite that source explicitly.

Ticker resolution

  • Always use EXCHANGE:TICKER format (e.g., NASDAQ:AAPL, NYSE:JPM).
  • If the user supplies only a company name, resolve it via /api/search/market/{query}?filter=stock before proceeding.
  • Use the resolved symbol from /api/search/market/{query} as the canonical identifier for the workflow. Do not rely on data.company.ticker or data.company.exchange from /api/market-data/{symbol} as the canonical listing identifier, because those fields may be null or may reflect a quote venue rather than the primary exchange.

Citation standard

Every numeric fact in a deliverable must cite its source:

Source: Structured data via tradingviewapi (TradingView); fetched [YYYY-MM-DD]
        Endpoint: /api/market-data/NASDAQ:AAPL
        Fiscal period: 2026-Q1

SEC filings keep separate EDGAR hyperlinks. When consensus data comes from the API, cite the analyst-recommendations endpoint explicitly instead of a generic terminal label.

Output formatting

  • Default font for Word deliverables: Times New Roman.
  • Do not add emojis to research reports unless the user explicitly requests them.
  • Follow the page/structure templates in assets/initiating-coverage/report-template.md for initiation reports.
  • Use references/initiating-coverage/quality-checklist.md for final initiation-report QA.
  • Other workflows use the template embedded in their own reference file.

No shortcuts

  • Deliver exactly the outputs specified in each workflow reference. Do not create extra "completion summaries", "executive summaries", or "quick reference guides".
  • Do not fabricate data. Missing field → "N/A". Missing consensus → state "consensus not available".

Fallback strategy

  1. tradingviewapi unavailable → fall back to Web Search + SEC EDGAR per the workflow reference.
  2. Ticker unresolved → ask the user for EXCHANGE:TICKER.
  3. Ambiguous workflow → ask the user which deliverable they want.

Directory layout

equity-research-analyst/
├── SKILL.md                              # This file
├── references/
│   ├── tradingviewapi.md                   # Endpoint map + report-field mapping
│   ├── tradingviewapi-docs/                # Bundled API spec + examples (snapshot)
│   │   ├── README.md
│   │   ├── openapi.json
│   │   └── examples/ (12 .md files)
│   ├── workflows/                        # One dispatch target per workflow
│   │   ├── initiating-coverage.md
│   │   ├── earnings-analysis.md
│   │   ├── earnings-preview.md
│   │   ├── catalyst-calendar.md
│   │   ├── morning-note.md
│   │   ├── sector-overview.md
│   │   ├── thesis-tracker.md
│   │   ├── model-update.md
│   │   └── idea-generation.md
│   ├── earnings-analysis/                # Deep-dive references for earnings workflow
│   │   ├── workflow.md
│   │   ├── report-structure.md
│   │   └── best-practices.md
│   └── initiating-coverage/              # Deep-dive references for initiation tasks 1-5
│       ├── task1-company-research.md
│       ├── task2-financial-modeling.md
│       ├── task3-valuation.md
│       ├── task4-chart-generation.md
│       ├── task5-report-assembly.md
│       ├── quality-checklist.md
│       └── valuation-methodologies.md
├── assets/
│   └── initiating-coverage/              # Templates used in output
│       └── report-template.md

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

85.89%
按下载量换算415

安全审计

VirusTotal

通过

ClawScan

可疑

Static analysis

可疑

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install equity-research-analyst 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills