MCP HubMCP Hub
SKILL·9B61DA

competitor-monitor

guia-matthieu
Обновлено 1 month ago
9 просмотров
134
27
134
Посмотреть на 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 — это модель от Meta с 7–8 миллиардами параметров для модерации входных и выходных данных больших языковых моделей по шести категориям безопасности, таким как насилие и разжигание ненависти. Она обеспечивает точность 94–95% и может быть развернута с помощью vLLM, Hugging Face или Amazon SageMaker. Используйте этот навык, чтобы легко интегрировать фильтрацию контента и защитные механизмы в ваши ИИ-приложения.

Просмотреть навык
cost-optimization
Другое

Этот навык Claude помогает разработчикам оптимизировать облачные расходы за счет правильного подбора ресурсов, стратегий тегирования и анализа затрат. Он предоставляет framework для сокращения облачных расходов и внедрения управления затратами в AWS, Azure и GCP. Используйте его, когда вам нужно проанализировать расходы на инфраструктуру, оптимизировать ресурсы или уложиться в бюджетные ограничения.

Просмотреть навык
sports-betting-analyzer
Другое

Этот навык Клода анализирует рынки спортивных ставок, включая форы, тоталы и ставки на игроков, изучая исторические тенденции и ситуационную статистику для выявления валуйных ставок. Он предоставляет структурированный вывод в формате markdown с практическими рекомендациями в образовательных целях. Разработчикам следует использовать его для инструментов анализа спортивных ставок, учитывая, что он предназначен исключительно для развлечения и обучения.

Просмотреть навык
quantizing-models-bitsandbytes
Другое

Этот навык выполняет квантизацию LLM до 8-битной или 4-битной точности с использованием библиотеки bitsandbytes, обеспечивая сокращение использования памяти на 50-75% при минимальной потере точности. Он идеально подходит для запуска больших моделей при ограниченной памяти GPU или для ускорения вывода, поддерживая форматы INT8, NF4 и FP4. Навык интегрируется с HuggingFace Transformers и позволяет использовать обучение QLoRA и 8-битные оптимизаторы.

Просмотреть навык