decide-invest

Solid

Investment decision advisor — evaluate a potential investment, produce buy/hold/sell direction with confidence level and key uncertainties. Use when the user asks about investing decisions, stock picks, or portfolio allocation.

AI & Automation 0 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
0
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Decide-Invest (投资决策) Evaluate a potential investment opportunity and produce a directional recommendation. ## When to Use - "Should I invest in X?" - "What do you think about buying Y?" - "Is this a good time to enter Z?" - "Analyze this stock for a potential entry" ## When Not to Use - Quick price checks → use westockdata - Portfolio rebalancing → use portfolio-management - **Financial advice**: This skill provides directional analysis only, not personalized investment advice. Do not claim it replaces a licensed financial advisor. - **Specific price targets**: Output buy/hold/sell direction only. Do not produce specific buy/sell price levels unless the user explicitly requests and you have supporting data. ## Data Source Priority 1. **westock-data** (primary) — real-time/fundamental/technical data for A-share, HK, US markets 2. **Official sources** (secondary) — company filings, exchange announcements, regulatory disclosures 3. **Third-party research** (fallback) — reputable financial media, analyst reports; must cite source name, authority rating, and timeliness All data must be sourced. Unverified claims must be tagged as "unverified" or "speculative." ## Procedure 1. **Identify the asset** — confirm the ticker/symbol and market. Use westockdata for profile data. 2. **Gather fundamentals** — P/E, P/B, revenue growth, debt ratio, dividend yield from westockdata. 3. **Gather technicals** — recent price trend, key support/resistance levels, volume patterns. 4. **G...

Details

Author
AVA-2568
Repository
AVA-2568/MY_SKILL
Created
2 days ago
Last Updated
today
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

decide-product

Product decision advisor — weigh tradeoffs between features, priorities, or product strategies. Use when the user faces product decisions, feature prioritization, or strategic product choices.

0 Updated today
AVA-2568
AI & Automation Solid

investment-framework

基于 DAIR-AI 提示词工程框架优化的投资决策支持系统。 基于 5 本经典投资书籍 + 凯文·凯利未来预测方法论的实战工具箱。 支持 Zero-shot、Few-shot、Chain-of-Thought (CoT) 等模式。 输出严格 JSON 格式,包含分析结果、建议、风险、行动项。

1 Updated 4 days ago
lj22503
AI & Automation Solid

invest

openInvest multi-asset AI investment committee — **daily use**. Read portfolio / live prices / strategy / decision history / adjust positions / run a 4-role LLM committee for an investment verdict. Supports any yfinance symbol (A-share / HK / US / ETF / crypto / commodities) and any currency. **Two paths** — (1) Coordinator, Claude Code spawns 4 subagents, saves DeepSeek tokens; (2) Direct, any agent (Codex / Hermes / OpenClaw / Cursor / Cline / plain script) runs `run.sh run_committee <SYM>` for a one-shot verdict. **Trigger scenarios** — "show portfolio / 看看我的持仓", "how is my P&L / 我现在涨了多少", "should I buy/sell X / 该不该买卖X", "analyze X / 分析一下X", "run committee on X / 跑委员会", "track AAPL / 跟踪苹果", "add/trim a position, log a trade / 加仓减仓记一笔". **First-time install uses a separate skill `invest-setup`** (switch to it when `doctor` returns `needs_setup`). Backend — longsizhuo/openInvest.

75 Updated today
longsizhuo