{"protocolVersion":"1.0","name":"skillscan","description":"x402-powered security scanner for skill repositories","url":"https://skillscan-production.up.railway.app/","supportedInterfaces":[{"url":"https://skillscan-production.up.railway.app/","protocolBinding":"HTTP+JSON"}],"version":"1.0.0","capabilities":{"streaming":false,"pushNotifications":false,"stateTransitionHistory":true},"defaultInputModes":["application/json"],"defaultOutputModes":["application/json","text/plain"],"skills":[{"id":"health","name":"health","description":"Returns agent status, version, and payment configuration","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}},{"id":"scan","name":"scan","description":"Security scan for ClawHub skills ($0.05). Analyzes skill source code for malware, credential theft, prompt injection, and suspicious patterns before installation. Returns risk score and detailed findings. Example: { skill: 'claw-club' }","inputModes":["application/json"],"outputModes":["application/json","text/plain"],"streaming":false,"x_input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"skill":{"type":"string","description":"ClawHub skill to scan. Examples: 'claw-club', 'openclaw/claw-club'. Validates before charging - invalid skills return 400 (no payment)."},"version":{"description":"Specific version to scan. Defaults to latest if not specified.","type":"string"}},"required":["skill"],"additionalProperties":false}}],"supportsAuthenticatedExtendedCard":false,"entrypoints":{"health":{"description":"Returns agent status, version, and payment configuration","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{},"additionalProperties":false}},"scan":{"description":"Security scan for ClawHub skills ($0.05). Analyzes skill source code for malware, credential theft, prompt injection, and suspicious patterns before installation. Returns risk score and detailed findings. Example: { skill: 'claw-club' }","streaming":false,"input_schema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"skill":{"type":"string","description":"ClawHub skill to scan. Examples: 'claw-club', 'openclaw/claw-club'. Validates before charging - invalid skills return 400 (no payment)."},"version":{"description":"Specific version to scan. Defaults to latest if not specified.","type":"string"}},"required":["skill"],"additionalProperties":false},"pricing":{"invoke":"0.05"}}},"payments":[{"method":"x402","payee":"0x64c2310BD1151266AA2Ad2410447E133b7F84e29","network":"base","endpoint":"https://facilitator.daydreams.systems","extensions":{"x402":{"facilitatorUrl":"https://facilitator.daydreams.systems"}}}]}