# Market Sentiment

> 用数据判断市场处于"亢奋/分歧/冰点/修复"哪个阶段。用于A股短线交易，辅助判断仓位和交易策略。

- **Type:** Skill
- **Install:** `agentstack add skill-lord1egypt-awesome-skill-forge-a-stock-market-sentiment`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [Lord1Egypt](https://agentstack.voostack.com/s/lord1egypt)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [Lord1Egypt](https://github.com/Lord1Egypt)
- **Source:** https://github.com/Lord1Egypt/awesome-skill-forge/tree/master/community/clawhub/a/a-stock-market-sentiment
- **Website:** https://skill-explorer-rho.vercel.app

## Install

```sh
agentstack add skill-lord1egypt-awesome-skill-forge-a-stock-market-sentiment
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# 市场情绪量化 Skill

## 核心能力

用数据判断市场处于"亢奋/分歧/冰点/修复"哪个阶段，而不是靠感觉猜。

## 情绪判断规则

### 情绪冰点
- 涨停家数  10家
- 连板高度  80家
- 炸板率  5板
- **操作建议**：重仓主线龙头

### 分歧阶段
- 涨停家数波动大
- 炸板率 > 25%
- **操作建议**：半仓参与辨识度高的标的

## 数据获取

调用 akshare-stock 获取：
- 涨停家数：akshare_stock_limit_up()
- 跌停家数：akshare_stock_limit_down()
- 炸板率：(封板失败数 / 涨停家数) × 100%
- 连板高度：最高连板数

## 实战流程

1. 每天开盘前花5分钟获取数据
2. 判断当前情绪阶段
3. 匹配对应仓位策略
4. 避免在冰点期盲目出手

## 触发场景

- "今天市场情绪怎么样"
- "现在是冰点还是亢奋"
- "能不能加仓"
- "今天适合重仓还是轻仓"

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [Lord1Egypt](https://github.com/Lord1Egypt)
- **Source:** [Lord1Egypt/awesome-skill-forge](https://github.com/Lord1Egypt/awesome-skill-forge)
- **License:** MIT
- **Homepage:** https://skill-explorer-rho.vercel.app

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-lord1egypt-awesome-skill-forge-a-stock-market-sentiment
- Seller: https://agentstack.voostack.com/s/lord1egypt
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
