技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 181 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:674067795w-wq/find-profitable-stocks
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is instruction-only and its requirements (internet access, Python + requests, and calling East Money public APIs) are consistent with its stated purpose of screening stocks by free cash flow and fundamentals.
目的
Name/description (screening by FCF and fundamentals) align with the instructions which fetch financial data from public APIs and compute health scores; nothing requested is unrelated to stock screening.
说明范围
SKILL.md explicitly limits actions to fetching public market data (push2.eastmoney.com), computing scores, and returning metrics. It does not instruct reading local files, collecting unrelated system data, or sending data to third parties beyond the listed public API.
安装机制
No install spec (instruction-only). The declared runtime requirements are minimal (Python 3.x and requests); no downloads or installers are specified, so nothing will be written to disk by the skill itself.
证书
The skill requests no environment variables, credentials, or config paths. That is proportionate to its purpose; public API access and demo fallback are described without asking for secrets.
持久
always is false and the skill does not request permanent presence or system-wide config changes. Autonomous invocation is allowed by default but is not combined with other red flags.
综合结论
This is an instruction-only stock-screening skill that uses public East Money endpoints and falls back to demo data when offline. Before installing: ensure the agent environment has internet access and Python + requests available; understand that the skill will query public financial APIs (push2.eastmoney.com) so check any applicable data usage or licensing terms if you use results for commercial/trading decisions; the skill does not request c…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Find Profitable Stocks」。简介:Screen and analyze stocks based on free cash flow and fundamentals to identify …。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/674067795w-wq/find-profitable-stocks/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
# SKILL.md - Find Profitable Stocks (自由现金流掘金)
## Description
Find truly profitable companies using **Free Cash Flow (FCF)** and fundamental analysis strategy.
**Free Cash Flow = Operating Cash Flow - Capital Expenditure**
This skill screens for companies that generate real cash profit, not just accounting earnings.
## When to Use
- User asks "find profitable stocks"
- User asks "free cash flow analysis"
- User asks "真正的赚钱公司" / "现金流好的股票"
- User asks "筛选优质股票"
- User wants to analyze a specific stock's cash flow quality
## How It Works
1. Fetches financial data from public APIs (East Money / Sina / Tencent)
2. Calculates health scores based on:
- Valuation (PE/PB)
- Profitability (ROE, profit margin)
- Growth (revenue/profit growth)
- Technical (price action, volume)
3. Ranks and outputs results
## Usage
### Analyze a single stock
```
分析 600938 的基本面
筛选 股票 159201
```
### Screen for profitable stocks
```
筛选自由现金流好的股票
找真正赚钱的公司
帮我选几只优质股票
```
### Compare multiple stocks
```
对比 600938 和 600519
```
## Output Format
Returns:
- Health Score (0-100)
- Grade (A/B/C/D)
- Key metrics (PE, ROE, growth, etc.)
- Analysis summary
## Data Sources
- **Primary**: East Money API (push2.eastmoney.com)
- **Fallback**: Demo/Mock data (when network unavailable)
- **Note**: Requires internet access for real-time data
## Requirements
- Python 3.x
- requests package
- Internet connection
## Status
**Ready for use** - Network dependent (will show demo data if offline)