{
  "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
  "type": "AgentSkillsIndex",
  "name": "AgentWeb Skills",
  "description": "Agent-callable skill surfaces exposed by AgentWeb.",
  "url": "https://agentweb.us/.well-known/agent-skills/index.json",
  "skills": [
    {
      "id": "workflow_mapping",
      "name": "Workflow Mapping",
      "description": "Convert an approved customer workflow into endpoint, payload, auth, and verification knowledge.",
      "type": "skill-md",
      "url": "https://agentweb.us/.well-known/agent-skills/workflow-mapping.md",
      "digest": "sha256:aacd2e8ae38524eb1c452282b8473cb1e3a008b7b78a77ac8b261b3839299a29",
      "access": "design_partner",
      "when_to_use": "Use when a company needs a repeated business workflow mapped into callable AgentWeb actions with auth, payment, and verification semantics.",
      "when_not_to_use": "Do not use for one-off scraping, unsanctioned account access, or workflows where the company already exposes a complete first-party API."
    },
    {
      "id": "protocol_execution",
      "name": "Protocol Execution",
      "description": "Execute mapped actions without relying on a browser as the production runtime.",
      "type": "skill-md",
      "url": "https://agentweb.us/.well-known/agent-skills/protocol-execution.md",
      "digest": "sha256:cf659c3929a756149d330608ea5a1eec1ff14bfc6d39d551d8bd2267d6ca2530",
      "access": "api_key",
      "when_to_use": "Use after AgentWeb has approved the customer workflow, issued a scoped key, and published the action map.",
      "when_not_to_use": "Do not use for raw browser control, credential collection, private payload sharing, or payment without approved authority."
    },
    {
      "id": "supplier_discovery",
      "name": "Supplier Discovery",
      "description": "Design-partner workflow family for finding, inspecting, and verifying suppliers.",
      "type": "skill-md",
      "url": "https://agentweb.us/.well-known/agent-skills/supplier-discovery.md",
      "digest": "sha256:5f5632d4f4f458ece37d076c864032d8fcc2f206fe8b4f7495251ef75097017c",
      "access": "design_partner",
      "when_to_use": "Use for B2B supplier search, enrichment, quote intake, availability checks, and verification workflows that a customer has approved.",
      "when_not_to_use": "Do not use for consumer scraping, credentialed supplier portals without permission, or unsourced claims."
    }
  ]
}
