Check Landing
Checks if a given URL is a valid landing page, verifying its status and content for accurate tracking and analysis.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add check-landing npx -- -y @trustedskills/check-landing
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"check-landing": {
"command": "npx",
"args": [
"-y",
"@trustedskills/check-landing"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The check-landing skill allows an AI agent to verify if a URL leads to a valid landing page. It checks for HTTP status codes and basic HTML structure, determining if the page is accessible and functional. This helps prevent agents from attempting actions on broken or non-existent pages.
When to use it
- Automated Marketing: Before scheduling social media posts with links, ensure the linked landing pages are live and working.
- Web Scraping/Data Extraction: Validate that URLs extracted for data processing actually point to valid content.
- Link Checking: Regularly verify a list of URLs to identify broken links on a website.
- Campaign Monitoring: Confirm that advertising campaign landing pages remain active after deployment.
Key capabilities
- HTTP status code validation
- Basic HTML structure check
- URL accessibility verification
Example prompts
- "Can you check if
https://www.example.com/promotionis a valid landing page?" - "Verify the URL
https://mywebsite.com/product-pageand report its status." - "Is
https://brokenlink.netaccessible? Use the check-landing skill to find out."
Tips & gotchas
The skill relies on network connectivity; ensure the agent has access to a working internet connection to perform URL checks. Complex or dynamically generated landing pages might require more sophisticated validation than this skill provides.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.