Token导航 LogoToken导航TokenDH.com
开发操作浏览器clawhub未标认证来源可访问clear审计通过

equity-analyst-test股票分析师测试

Agent Skill

用于辅助测试设计、自动化测试、用例整理和回归验证。它适合让 Agent 编写单元测试、端到端测试、测试计划或根据失败日志定位问题。使用时需要确认项目测试框架、运行命令和夹具数据,避免为了通过测试而改坏真实逻辑;涉及浏览器或外部服务时,应区分本地模拟、测试环境和生产环境。

总安装

35,139

周安装

1,494

GitHub Stars

公开资料未说明

下载量

12,311
OpenClaw

安装说明

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

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

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

ClawHubOpenClaw
openclaw skills install equity-analyst-test

简介

equity-analyst-test 基于加权框架分析韩国股票市场的基本面与技术面指标。

  • 适合在 OpenClaw 中评估个股投资价值,输出买入/持有/避免建议时使用。
  • 通过 clawhub 安装,调用前需验证数据来源与计算逻辑准确性。
  • 结果不可直接作为投资依据,应结合人工复核与市场动态判断。
  • 适用宿主包括 OpenClaw,接入前应确认版本、权限和运行环境要求。

SKILL.md

name
equity-analyst
description
전문 투자 분석가 AI로, 한국 주식 종목의 재무제표, 뉴스, 차트를 분석하여 Investment Attractiveness Score (0-100)와 BUY/HOLD/AVOID 추천을 제공합니다. 네이버 금융 데이터를 사용하며, 프롬프트에 명시된 엄격한 우선순위(Financial > News > Chart)와 가중치를 따릅니다. trigger: 사용자가 "xxx 주식 분석해줘", "xxx 투자 매력도 알려줘", "xxx 리포트 써줘" 등으로 분석 요청을 했을 때.

Equity Analyst Skill

This skill provides professional-grade equity analysis for Korean stocks listed on KRX. It follows a strict evaluation framework with Financial Fundamentals (50%), News & Outlook (25%), and Technical Chart (25%) priorities.

When to Use This Skill

  • User requests stock analysis with specific ticker or company name (e.g., "삼성전자 분석해줘", "SK하이닉스 투자 매력도 알려줘")
  • User asks for investment recommendation (BUY/HOLD/AVOID) with supporting reasoning
  • Need systematic, conservative, logic-driven evaluation based on financial metrics

Do NOT use for: Non-Korean stocks, cryptocurrency, or when user wants casual/opinion-based advice without rigorous framework.

Quick Start

  1. Identify the stock ticker (e.g., 005930 for 삼성전자, 000660 for SK하이닉스)
  2. Use browser tool to navigate to Naver Finance page: https://finance.naver.com/item/main.naver?code={ticker}
  3. Extract required data (see Data Requirements below)
  4. Apply evaluation framework (see Framework section)
  5. Generate structured report in specified format

Data Requirements

Collect the following data from Naver Finance main page:

Financial Metrics

  • PER (Price Earnings Ratio)
  • PBR (Price Book-value Ratio)
  • ROE (Return on Equity) - 지배주주 기준
  • Operating Margin (영업이익률)
  • Debt Ratio (부채비율)
  • Revenue Growth (매출 성장률) - recent multi-year trend (2024→2025 예상 사용)

News & Outlook (summary)

  • Recent major news headlines (last few days)
  • Earnings outlook (컨센서스, 예상)
  • Industry tailwinds/headwinds
  • Analyst sentiment changes

Technical/Chart Conditions (summary)

  • Trend direction (상승/횡보/하락)
  • Current price position relative to 52-week high/low
  • Volume characteristics (확장/수축/보통)
  • Any notable patterns (support/resistance, etc.)

Note: Bollinger Band and other complex indicators are NOT required. Keep chart description simple: trend + current state.

Evaluation Framework

Follow these steps EXACTLY in order:

STEP 1: FINANCIAL SCORE (50%)

Score each sub-category 0-100:

A. Valuation (PER, PBR) - Weight 30%

  • Low PER (< industry avg) and PBR (< 1) are positive
  • Extremely high PER (>40) is negative unless justified by exceptional growth
  • Output: ValuationScore

B. Profitability (ROE, Operating Margin) - Weight 30%

  • ROE < 5%: critically weak
  • ROE 10%+: healthy
  • Stable operating margin above industry average: positive
  • Output: ProfitabilityScore

C. Growth (Revenue Growth) - Weight 25%

  • Sustained growth (>10%) is positive
  • Stagnation (<3%) or decline: negative
  • Output: GrowthScore

D. Stability (Debt Ratio) - Weight 15%

  • Low debt (<50%) is positive
  • High leverage (>100%) is negative
  • Output: StabilityScore

FinancialScore = Valuation×0.30 + Profitability×0.30 + Growth×0.25 + Stability×0.15

Special Rule: If BOTH ProfitabilityScore AND GrowthScore are below 30, cap FinancialScore at maximum 50 ( regardless of other scores ).

STEP 2: NEWS & OUTLOOK SCORE (25%)

Evaluate qualitative factors:

  • Earnings outlook strength
  • Product/service momentum
  • Analyst sentiment direction
  • Industry tailwinds vs headwinds

Rules:

  • Strong positive catalysts (new contracts, regulatory approval, market expansion) raise score
  • Neutral or "wait-and-see" tone: 40-55
  • Hype without financial backing: MUST NOT score high (max 60)
  • Negative catalysts ( lawsuits, customer loss, industry downturn) lower score

Output: NewsScore (0-100)

STEP 3: TECHNICAL / CHART SCORE (25%)

Evaluate timing and market behavior:

  • Trend direction (up/sideways/down)
  • Volume expansion/contraction
  • Signs of accumulation or distribution
  • Current price position (near support/resistance)

Rules:

  • Charts determine TIMING, not value
  • Strong fundamentals + weak charts = still low chart score
  • Technicals must NEVER override poor fundamentals
  • Focus on whether now is a good entry/exit timing based on chart alone

Output: ChartScore (0-100)

FINAL SCORE

FinalScore = (FinancialScore × 0.50) + (NewsScore × 0.25) + (ChartScore × 0.25)

Verdict Categories

  • BUY: 80–100 (strong conviction)
  • BUY_LEAN: 65–79 (cautious buy)
  • HOLD: 45–64 (wait/accumulate on dips)
  • AVOID: below 45 (too risky or unattractive)

Output Format

Return EXACTLY this structure:

1. Financial Breakdown
- ValuationScore: [0-100]
- ProfitabilityScore: [0-100]
- GrowthScore: [0-100]
- StabilityScore: [0-100]
- FinancialScore: [0-100]

2. NewsScore: [0-100]

3. ChartScore: [0-100]

4. Final Investment Attractiveness Score: XX / 100

5. Verdict: [BUY|BUY_LEAN|HOLD|AVOID]

6. Reasoning Summary:
[One paragraph explaining why the score was assigned, respecting priority order: Financial > News > Chart. Be conservative, logic-driven. Do NOT give investment advice.]

Examples

Example 1: SK하이닉스 (from real data)

1. Financial Breakdown
- ValuationScore: 70
- ProfitabilityScore: 95
- GrowthScore: 95
- StabilityScore: 75
- FinancialScore: 84.5

2. NewsScore: 70

3. ChartScore: 55

4. Final Investment Attractiveness Score: 73.5 / 100

5. Verdict: BUY_LEAN

6. Reasoning Summary:
SK하이닉스는 재무제표가 매우 강력합니다. ROE 43.20%, 영업이익률 46.67%, 43.7%의 매출 성장률은 업계 최상위 수준이며, PER 17.11배는 상대적으로 저평가되어 있습니다. 부채비율 64.12%는 반도체 업체로서 적정범위 내에 있습니다. 뉴스 측면에서는 HBM4 공급과 AI memory 수요 증가가 주가에 긍정적이나, 외국인 매도세가 일부 부정적 영향을 미치고 있습니다. 기술적 측면에서는 장기 상승추세는 유지되고 있으나, 단기적으로 조정 국면에 있어 매수 타이밍에 신중을 기할 필요가 있습니다. 재무적 우수성과 성장성에도 불구, 단기 차트의 불확실성으로 인해 "buy with caution" 상태로 평가됩니다.

Example 2: Weak Fundamentals

... (similar structure) ...
ValuationScore: 25 (PER 150, PBR 8.5 - extremely overvalued)
ProfitabilityScore: 20 (ROE 2%, margin negative)
...
Verdict: AVOID
...

Scripts

The skill includes these scripts:

  • scripts/analyze.py - Main analysis engine that takes extracted data and computes scores
  • scripts/scrape_naver.py - Optional: Data extraction from Naver Finance page

Use these to automate repetitive tasks.

References

Detailed evaluation criteria and examples: references/framework.md

Notes

  • This skill is for Korean stocks only (KRX)
  • Data source: Naver Finance (real-time snapshot, not delayed)
  • Scores are relative within KRX universe
  • Framework is conservative: hype without earnings does NOT get high scores
  • Technical score is about timing only, not quality

Troubleshooting

Missing data: If any metric is unavailable, treat as neutral (score 50) but note in reasoning.

Conflicting signals: Follow priority order: Financial > News > Chart. Low financial score can NOT be compensated by good news or chart.

Extreme valuation: PER > 50 or PBR > 5 should trigger heavy discount unless growth justifies.

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

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

04

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

能力 5

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

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

平台分布

OpenClaw

89.46%
按下载量换算11,013

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

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

来源信息

继续浏览同类 Skills