について
リンクチェッカースキルは、ウェブサイトをクロールして壊れたリンクや404エラーを特定し、SEO監査、ローンチ前の品質保証、内部および外部リンク構造の検証に最適です。リンクの健全性パターンを構造的に分析し、関連する指標を算出します。開発者はCLIコマンドを通じて実行し、指定したクロール深度でサイトをチェックし、レポートを生成できます。
クイックインストール
Claude Code
推奨npx skills add guia-matthieu/clawfu-skills -a claude-code/plugin add https://github.com/guia-matthieu/clawfu-skillsgit clone https://github.com/guia-matthieu/clawfu-skills.git ~/.claude/skills/link-checkerこのコマンドをClaude Codeにコピー&ペーストしてスキルをインストールします
ドキュメント
Link Checker
Crawl websites to find broken links and 404 errors - essential for SEO health and user experience.
What Claude Does vs What You Decide
| Claude Does | You Decide |
|---|---|
| Structures analysis frameworks | Metric definitions |
| Identifies patterns in data | Business interpretation |
| Creates visualization templates | Dashboard design |
| Suggests optimization areas | Action priorities |
| Calculates statistical measures | Decision thresholds |
Dependencies
pip install aiohttp beautifulsoup4 click
Commands
python scripts/main.py check https://example.com --depth 2
python scripts/main.py report https://example.com --output broken-links.csv
Skill Boundaries
What This Skill Does Well
- Structuring data analysis
- Identifying patterns and trends
- Creating visualization frameworks
- Calculating statistical measures
What This Skill Cannot Do
- Access your actual data
- Replace statistical expertise
- Make business decisions
- Guarantee prediction accuracy
Skill Metadata
- Mode: centaur
category: seo-tools
dependencies: [aiohttp, beautifulsoup4]
difficulty: beginner
GitHub リポジトリ
Frequently asked questions
What is the link-checker skill?
link-checker is a Claude Skill by guia-matthieu. Skills package instructions and resources that Claude loads on demand, so Claude can perform link-checker-related tasks without extra prompting.
How do I install link-checker?
Use the install commands on this page: add link-checker 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 link-checker belong to?
link-checker is in the Testing category, tagged testing.
Is link-checker free to use?
Yes. link-checker is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
関連スキル
このClaudeスキルは、lm-evaluation-harnessを実行し、MMLUやGSM8Kなど60以上の標準化学術タスクでLLMをベンチマークします。開発者がモデルの品質を比較し、トレーニングの進捗を追跡し、学術的な結果を報告するために設計されています。このツールはHuggingFaceやvLLMモデルを含む様々なバックエンドをサポートしています。
このスキルは、cron式を使用してWorkersをスケジュールするためのCloudflare Cron Triggersの実装に関する包括的な知識を提供します。定期的なタスクの設定、メンテナンスジョブ、自動化されたワークフローの構築を網羅し、無効なcron式やタイムゾーン問題といった一般的な課題への対処法も含みます。開発者はこれを使用して、スケジュールされたハンドラーの設定、cronトリガーのテスト、WorkflowsやGreen Computeとの連携を構成できます。
このClaude Skillは、Playwrightベースのツールキットを提供し、Pythonスクリプトを通じてローカルWebアプリケーションのテストを可能にします。フロントエンドの検証、UIデバッグ、スクリーンショット撮影、ログ表示を実現し、サーバーライフサイクルを管理します。ブラウザ自動化タスクにご利用いただけますが、コンテキストの汚染を避けるため、スクリプトのソースコードを読むのではなく直接実行してください。
このスキルは、開発者がテストの合格を確認し、構造化された統合オプションを提示することで、完成した作業を仕上げることを支援します。実装が完了した後のマージ、PR作成、ブランチの整理といったワークフローを案内します。コードが準備できてテスト済みの際に使用し、開発プロセスを体系的に完了させましょう。
