MCP HubMCP Hub
SKILL·9B61DA

competitor-monitor

guia-matthieu
更新日 1 month ago
9 閲覧
135
27
135
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
FAQ

Frequently asked questions

What is the competitor-monitor skill?

competitor-monitor is a Claude Skill by guia-matthieu. Skills package instructions and resources that Claude loads on demand, so Claude can perform competitor-monitor-related tasks without extra prompting.

How do I install competitor-monitor?

Use the install commands on this page: add competitor-monitor to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.

What category does competitor-monitor belong to?

competitor-monitor is in the Other category, tagged general.

Is competitor-monitor free to use?

Yes. competitor-monitor is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.

関連スキル

llamaguard
その他

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

スキルを見る
cost-optimization
その他

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

スキルを見る
sports-betting-analyzer
その他

このClaudeスキルは、スポーツベッティング市場(スプレッド、オーバー/アンダー、プロップベットなど)を分析し、過去の傾向や状況統計を検証することでバリューベットを特定します。教育目的のための実践的な提案を構造化されたマークダウン形式で出力します。開発者はスポーツベッティング分析ツールとして本機能を活用できますが、娯楽および教育目的に限定されている点に留意してください。

スキルを見る
quantizing-models-bitsandbytes
その他

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

スキルを見る