Ln 404 Test Executor
Executes automated tests against specified URLs, reporting status codes and identifying potential 404 errors.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add ln-404-test-executor npx -- -y @trustedskills/ln-404-test-executor
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"ln-404-test-executor": {
"command": "npx",
"args": [
"-y",
"@trustedskills/ln-404-test-executor"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
The ln-404-test-executor skill enables AI agents to programmatically verify the existence of specific web resources by attempting to access them and interpreting HTTP 404 responses. It automates the detection of missing pages, broken links, or non-existent endpoints within a target application without requiring manual inspection.
When to use it
- Validating that new feature routes are correctly implemented before deployment.
- Auditing legacy applications for dead links or removed documentation pages.
- Testing error handling logic when an AI agent attempts to navigate to invalid URLs.
- Confirming that specific API endpoints return the expected "Not Found" status codes.
Key capabilities
- Initiates HTTP requests to specified URLs to check resource availability.
- Detects and reports 404 (Not Found) status codes returned by servers.
- Provides immediate feedback on whether a target path exists or is missing.
Example prompts
- "Check if the
/api/v2/usersendpoint returns a 404 error." - "Verify that the documentation page at
https://example.com/guides/deprecatedhas been removed." - "Test whether the new dashboard route
/app/new-dashboardis accessible or missing."
Tips & gotchas
Ensure the target server allows automated requests, as some sites block non-browser traffic. This skill confirms absence; it does not diagnose why a resource might be inaccessible due to authentication errors or network issues beyond the 404 status.
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.