スキル一覧に戻る

competitor-monitor

guia-matthieu
更新日 2 days ago
3 閲覧
111
20
111
GitHubで表示
その他general

について

このスキルは、競合他社のウェブサイトを監視し、価格改定、新機能の追加、コンテンツの変更などの更新を追跡します。競合分析のためのアラートと構造化された分析を提供します。開発者はこれを使用して追跡を自動化し、市場の変化について常に情報を得ることができます。

クイックインストール

Claude Code

推奨
メイン
npx skills add guia-matthieu/clawfu-skills -a claude-code
プラグインコマンド代替
/plugin add https://github.com/guia-matthieu/clawfu-skills
Git クローン代替
git clone https://github.com/guia-matthieu/clawfu-skills.git ~/.claude/skills/competitor-monitor

このコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします

ドキュメント

Competitor Monitor

Track competitor websites for changes and get alerts - stay informed about pricing, features, and content updates.

When to Use This Skill

  • Pricing intelligence - Track competitor price changes
  • Feature tracking - Monitor new feature announcements
  • Content watch - Track new blog posts or pages
  • Change alerts - Get notified of website updates
  • Competitive analysis - Regular competitor audits

What Claude Does vs What You Decide

Claude DoesYou Decide
Structures analysis frameworksStrategic priorities
Synthesizes market dataCompetitive positioning
Identifies opportunitiesResource allocation
Creates strategic optionsFinal strategy selection
Suggests implementation approachesExecution decisions

Dependencies

pip install beautifulsoup4 requests click
# For diff comparison:
pip install diff-match-patch

Commands

Watch URL

python scripts/main.py watch https://competitor.com/pricing
python scripts/main.py watch https://competitor.com/pricing --selector ".price"

Check Changes

python scripts/main.py diff https://competitor.com/pricing --baseline cache.html

Monitor Pricing

python scripts/main.py pricing https://competitor.com/pricing

Batch Monitor

python scripts/main.py batch competitors.txt --output changes/

Examples

Example 1: Track Pricing Changes

# First, capture baseline
python scripts/main.py watch https://competitor.com/pricing --save baseline.html

# Later, check for changes
python scripts/main.py diff https://competitor.com/pricing --baseline baseline.html

# Output:
# Changes Detected!
# ─────────────────────
# - Starter: $29/mo → $39/mo (+34%)
# - Pro: $99/mo (unchanged)
# + New: Enterprise tier added

Example 2: Monitor Multiple Competitors

# Create competitor list
cat > competitors.txt << EOF
https://competitor1.com/pricing
https://competitor2.com/pricing
https://competitor3.com/features
EOF

# Run batch monitor
python scripts/main.py batch competitors.txt --output ./snapshots/

# Output: Creates timestamped snapshots for each URL

Skill Boundaries

What This Skill Does Well

  • Structuring strategic analysis
  • Identifying market opportunities
  • Creating strategic frameworks
  • Synthesizing competitive data

What This Skill Cannot Do

  • Replace market research
  • Guarantee strategic success
  • Know proprietary competitor info
  • Make executive decisions

Related Skills

Skill Metadata

  • Mode: centaur
category: automation
subcategory: competitive-intelligence
dependencies: [beautifulsoup4, requests]
difficulty: intermediate
time_saved: 4+ hours/week

GitHub リポジトリ

guia-matthieu/clawfu-skills
パス: skills/automation/competitor-monitor
0
ai-skillsanthropicclaude-codeclaude-skillsmarketingmcp-server

関連スキル

llamaguard

その他

LlamaGuardは、暴力やヘイトスピーチなど6つの安全性カテゴリーにおいて、LLMの入力と出力をモデレートするMetaの70-80億パラメータモデルです。94〜95%の精度を提供し、vLLM、Hugging Face、Amazon SageMakerを使用してデプロイ可能です。このスキルを使用して、AIアプリケーションにコンテンツフィルタリングと安全策を簡単に統合できます。

スキルを見る

cost-optimization

その他

このClaudeスキルは、リソースの適正サイジング、タグ付け戦略、支出分析を通じて、開発者がクラウドコストを最適化することを支援します。AWS、Azure、GCPにわたるクラウド支出の削減とコストガバナンスの実施のためのフレームワークを提供します。インフラコストの分析、リソースの適正サイジング、または予算制約への対応が必要な際にご利用ください。

スキルを見る

quantizing-models-bitsandbytes

その他

このスキルは、bitsandbytesを使用してLLMを8ビットまたは4ビット精度に量子化し、精度の低下を最小限に抑えつつ50〜75%のメモリ削減を実現します。限られたGPUメモリでより大規模なモデルを実行したり、推論を高速化するのに理想的で、INT8、NF4、FP4などのフォーマットをサポートしています。HuggingFace Transformersと統合され、QLoRAトレーニングや8ビットオプティマイザーを可能にします。

スキルを見る

dispatching-parallel-agents

その他

このClaudeスキルは、複数のエージェントを配備し、3つ以上の独立した問題を並行して調査・修正します。共有状態や依存関係がなく解決可能な、無関係な障害が発生するシナリオ向けに設計されています。中核となる機能は並列問題解決であり、効率を最大化するために独立した問題領域ごとに1つのエージェントを割り当てます。

スキルを見る