OpenClaw · Skill
Expanso Tls Inspect
Inspect TLS certificate (expiry, SANs, chain, cipher)
Security & Passwords
v1.0.0
VirusTotal: Suspicious
Install
Start with the primary install command. Alternate entrypoints are included below for ClawHub and OpenClaw CLI users.
Primary command
clawhub install aronchick/expanso-tls-inspectClawHub installer
npx clawhub@latest install aronchick/expanso-tls-inspectOpenClaw CLI
openclaw skills install aronchick/expanso-tls-inspectDirect OpenClaw install
openclaw install aronchick/expanso-tls-inspectWhat this skill does
Inspect TLS certificate (expiry, SANs, chain, cipher)
Why it matters
Returns structured certificate data in one command, avoiding manual browser inspection or multiple openssl invocations.
Typical use cases
- Checking when a domain's SSL certificate expires
- Verifying which hostnames a certificate covers
- Auditing TLS cipher suites for security compliance
- Debugging certificate chain validation failures
- Monitoring certificate details across multiple endpoints
Source instructions
tls-inspect
Inspect TLS certificate (expiry, SANs, chain, cipher)
Requirements
- Expanso Edge installed (
expanso-edgebinary in PATH) - Install via:
clawhub install expanso-edge
Usage
CLI Pipeline
# Run standalone
echo '<input>' | expanso-edge run pipeline-cli.yaml
MCP Pipeline
# Start as MCP server
expanso-edge run pipeline-mcp.yaml
Deploy to Expanso Cloud
expanso-cli job deploy https://skills.expanso.io/tls-inspect/pipeline-cli.yaml
Files
| File | Purpose |
|---|---|
skill.yaml | Skill metadata (inputs, outputs, credentials) |
pipeline-cli.yaml | Standalone CLI pipeline |
pipeline-mcp.yaml | MCP server pipeline |