{
  "$schema": "https://agentskills.io/schema/index/v0.2.0.json",
  "name": "Agent Precall Skills",
  "description": "Trust and safety skills for autonomous agents — evaluate endpoint safety before calling.",
  "version": "1.0.0",
  "publisher": "https://agentprecall.com",
  "skills": [
    {
      "name": "scan-endpoint",
      "type": "api",
      "description": "Scan an endpoint URL and return a trust decision: should_call, use_caution, or do_not_call.",
      "url": "https://agentprecall.com/.well-known/agent-skills/scan-endpoint.json",
      "sha256": "9acd59baf28c26df7abdd18f8cb96bff93400cd5327cd7743e9da0b58384dcd9"
    },
    {
      "name": "full-scan",
      "type": "api",
      "description": "Full security scan with SSRF, TLS, redirect chain, and protocol analysis.",
      "url": "https://agentprecall.com/.well-known/agent-skills/full-scan.json",
      "sha256": "82bd283371b64672e77f6ab866ca474c30a0c3a9705e0527ed121df7c982b2ab"
    },
    {
      "name": "mcp-tool",
      "type": "mcp",
      "description": "MCP server with scan_endpoint, get_decision, and list_demos tools.",
      "url": "https://agentprecall.com/.well-known/agent-skills/mcp-tool.json",
      "sha256": "bbc90e48a3cfbfde53a634936a00f5d13aac8f0ff5d629e4262e5413ae15f187"
    }
  ]
}
