skills/us-stock-analysis/SKILL.md
Comprehensive US stock analysis including fundamental analysis (financial metrics, business quality, valuation), technical analysis (indicators, chart patterns, support/resistance), stock comparisons, and investment report generation. Use when user requests analysis of US stock tickers (e.g., "analyze AAPL", "compare TSLA vs NVDA", "give me a report on Microsoft"), evaluation of financial metrics, technical chart analysis, or investment recommendations for American stocks.
npx skillsauth add pr-e/openclaw-master-skills us-stock-analysisInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Perform comprehensive analysis of US stocks covering fundamental analysis (financials, business quality, valuation), technical analysis (indicators, trends, patterns), peer comparisons, and generate detailed investment reports. Fetch real-time market data via web search tools and apply structured analytical frameworks.
Always use web search tools to gather current market data:
Primary Data to Fetch:
Search Strategy:
Quality Sources:
This skill supports four types of analysis. Determine which type(s) the user needs:
When to Use: User asks for quick overview or basic info
Steps:
Output Format:
When to Use: User wants financial analysis, valuation assessment, or business evaluation
Steps:
Gather comprehensive financial data:
Read references/fundamental-analysis.md for analytical framework
Read references/financial-metrics.md for metric definitions and calculations
Analyze business quality:
Perform valuation analysis:
Identify risks:
Generate output following references/report-template.md structure
Critical Analyses:
When to Use: User asks for technical analysis, chart patterns, or trading signals
Steps:
Gather technical data:
Read references/technical-analysis.md for indicator definitions and patterns
Identify trend:
Locate support and resistance levels:
Analyze indicators:
Identify chart patterns:
Generate technical outlook:
Interpretation Guidelines:
When to Use: User asks for detailed report, investment recommendation, or complete analysis
Steps:
Perform data gathering (as in Basic Info)
Execute fundamental analysis (follow workflow above)
Execute technical analysis (follow workflow above)
Read references/report-template.md for complete report structure
Synthesize findings:
Generate recommendation:
Create formatted report following template structure
Report Must Include:
When to Use: User asks to compare two or more stocks (e.g., "compare AAPL vs MSFT")
Steps:
Gather data for all stocks:
Read references/fundamental-analysis.md and references/financial-metrics.md
Create side-by-side comparison:
Identify relative strengths:
Technical comparison:
Generate recommendation:
Output Format: Follow "Comparison Report Structure" in references/report-template.md
General Principles:
Formatting:
Tone:
Load these references as needed during analysis:
references/technical-analysis.md
references/fundamental-analysis.md
references/financial-metrics.md
references/report-template.md
Basic Info:
Fundamental:
Technical:
Comprehensive:
Comparison:
development
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
devops
Fetch and summarize YouTube video transcripts. Use when asked to summarize, transcribe, or extract content from YouTube videos. Handles transcript fetching via residential IP proxy to bypass YouTube's cloud IP blocks.
content-media
# youtube-auto-captions - YouTube 自动字幕 ## 描述 自动为 YouTube 视频生成字幕,支持多语言翻译、时间轴校准。提升视频可访问性和 SEO。 ## 定价 - **按次收费**: ¥9/次 - 每视频最长 60 分钟 - 支持 50+ 语言 ## 用法 ```bash # 生成字幕 /youtube-auto-captions --video <video_id> --lang zh # 翻译字幕 /youtube-auto-captions --video <video_id> --translate en,ja,ko # 批量处理 /youtube-auto-captions --playlist <playlist_id> --lang zh # 导出字幕 /youtube-auto-captions --video <video_id> --export srt ``` ## 技能目录 `~/.openclaw/workspace/skills/youtube-auto-captions/` ## 作者 张 sir #
development
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).