Ssl Checker

🌐Community
by kit101 · vlatest · Repository

This SSL Checker verifies if a website’s connection is secure by checking its SSL certificate, ensuring safe browsing and protecting user data.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add ssl-checker npx -- -y @trustedskills/ssl-checker
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "ssl-checker": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/ssl-checker"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The ssl-checker skill allows AI agents to verify SSL certificates associated with domain names. It can check if a certificate is valid, identify the issuing Certificate Authority (CA), and retrieve details about the certificate's subject. This helps ensure secure connections and troubleshoot potential SSL/TLS issues.

When to use it

  • Security Audits: Verify the validity of SSL certificates on websites before sharing sensitive information.
  • Troubleshooting Connection Errors: Diagnose why a website is inaccessible due to SSL certificate problems.
  • Automated Monitoring: Regularly check SSL certificate expiration dates for critical online services.
  • Domain Verification: Confirm that an SSL certificate is correctly associated with a specific domain name.

Key capabilities

  • Certificate Validity Check
  • CA Identification
  • Subject Detail Retrieval

Example prompts

  • "Check the SSL certificate for example.com and tell me if it's valid."
  • "What Certificate Authority issued the SSL certificate for secure.trustedsystems.ai?"
  • "Get details about the subject of the SSL certificate for mydomain.net."

Tips & gotchas

The skill requires an internet connection to perform checks. Ensure the agent has access to external resources to retrieve and analyze certificate information.

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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
kit101
Installs
9

🌐 Community

Passed automated security scans.