Stock Analyzer
Paste the following prompt into your AI chat to install this skill:
Install @user_3c6cb52e/stock-analyzer-lr-b0u3 according to https://skillhub.cn/install/skillhub.md.
About this skill
Problem
When adding stock analysis to an agent workflow, the main risk is treating the skill as a black box: it is unclear whether it explains market data, calculates technical indicators, or produces trading advice. The provided material labels Stock Analyzer as a Simple Skill in the Financial Technical Analysis domain. That suggests using it as a scoped entry point for technical-analysis tasks, not as an automated execution or full quant system.
How It Works
The SKILL.md provides limited but useful boundaries:
- Skill type: Simple Skill, which usually means a narrow capability surface and a task-focused wrapper.
- Domain: Financial Technical Analysis, pointing to technical aspects of stocks rather than fundamentals modeling, earnings interpretation, or portfolio management.
- Version: 1.0.0, useful as a baseline for later compatibility checks.
If an agent invokes it, a reasonable path is to accept stock-related input and produce analysis-oriented output, such as explanations, judgments, or prompts. Because the material does not specify indicators, data sources, or execution logic, it should not be assumed to support backtesting, live market data, or trading interfaces.
Fit And Limits
It is suitable for:
- marking a task as stock technical analysis inside chat or automation flows;
- acting as a sub-skill in a larger agent system, separated from data ingestion, risk controls, and presentation modules.
It is not appropriate to rely on it directly for:
- pipelines that depend on live quotes or order execution;
- scenarios requiring complete strategy, backtest reports, or compliance review of investment advice.
Use Cases
- Route stock K-line pattern questions in a research assistant to the technical-analysis skill
- Label stock chart analysis requests as financial technical-analysis tasks in a quant pre-processing pipeline
- Call the skill in an investment-research workflow to add technical-analysis explanation fields
- Separate stock trend-judgment requests from fundamental-question tasks in agent orchestration
Best For
- Agent engineers building research assistants who need to separate stock technical-analysis requests from general Q&A
- Product managers for financial chatbots who need to define a clear skill boundary for technical questions
- Skill-catalog maintainers who need to register a Simple Skill for stock technical analysis
- Workflow developers who need to decouple technical-analysis tasks from data ingestion and risk-control modules
Related Skills
A free matrix publishing assistant for Skill developers, guiding distribution to Tencent SkillHub, XiaLiao, XiaYou SkillHub, GitHub, and ClawHub with create, update, and delete safeguards.
A guide for writing Seedance 2.0 video prompts, covering @ references, camera moves, time segments, audio direction, and common pitfalls.
Collects daily conversations, task logs, and errors, then runs a nine-module review to surface blind spots, generate actions, and update memory.
Local long-term memory for AI agents that appends key facts and daily logs, supports cross-session context and search recall, and auto-archives old diaries to gzip files.