market-trend-analysis

Market Trend Analysis Skill

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "market-trend-analysis" with this command: npx skills add liushuang393/serverlessaiagents/liushuang393-serverlessaiagents-market-trend-analysis

Market Trend Analysis Skill

概要

市場動向を自動分析するためのSkillです。収集されたニュース・技術記事を入力として、 トレンドトピック、キーワード頻度、センチメント(感情)を抽出します。

入力仕様

{ "articles": [ { "id": "string", "title": "string", "content": "string", "source": "news|github|arxiv|rss", "published_at": "ISO8601", "keywords": ["string"] } ], "analysis_options": { "enable_sentiment": true, "min_keyword_frequency": 2, "top_trends_count": 10 } }

出力仕様

{ "trends": [ { "topic": "string", "score": 0.0-1.0, "sentiment": "positive|negative|neutral", "growth_rate": -1.0 to 1.0, "keywords": ["string"], "articles_count": number } ], "summary": "string", "metadata": { "analysis_timestamp": "ISO8601", "total_articles_analyzed": number } }

処理フロー

  • 入力検証 → scripts/validate_input.py

  • キーワード抽出 → scripts/extract_keywords.py

  • トレンドスコア計算 → LLM推論

  • センチメント分析 → LLM推論(オプション)

  • レポート骨格生成 → scripts/generate_report_skeleton.py

確定性処理(スクリプト化)

以下の処理はLLM推論を使用せず、確定的に実行:

処理 スクリプト 説明

入力検証 validate_input.py

JSON Schema検証

キーワード抽出 extract_keywords.py

形態素解析ベース

骨格生成 generate_report_skeleton.py

テンプレート適用

境界条件

  • 記事数 0 件 → 空のtrends配列を返却

  • 記事数 > 1000 件 → バッチ処理(100件単位)

  • キーワード抽出失敗 → タイトルからフォールバック

参照資料

詳細なSOPは references/trend_analysis_sop.md を参照。

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

faagent

No summary provided by upstream source.

Repository SourceNeeds Review
Research

learn-anything-in-one-hour

Teach users any new skill/knowledge X in ~1 hour using a fixed 4-step workflow optimized for complete beginners, focusing on 80/20 rule for maximum value in minimum time. Triggers when user asks to learn something new quickly, or mentions "learn X in one hour".

Archived SourceRecently Updated
Research

X/Twitter Research

# X/Twitter Research Skill

Archived SourceRecently Updated
Research

council

Convene the Council of High Intelligence — multi-persona deliberation with historical thinkers for deeper analysis of complex problems.

Archived SourceRecently Updated