{
  "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
  "skills": [
    {
      "name": "ping",
      "type": "skill-md",
      "description": "Confirms an agent can discover and read a web skill published by skylarkbrowser.com. Use it as a first check when site skills are not activating, or to verify a new browser build completes the whole discovery chain on a real origin.",
      "url": "https://skylarkbrowser.com/.well-known/agent-skills/ping/SKILL.md",
      "digest": "sha256:8d1acf5d5f92d3c212a2ca5641c714ffe2a974fa082a0e93b4aa25abf1eeea64",
      "runtime": "browser",
      "permissions": [
        "page:read"
      ],
      "scope": [
        "https://skylarkbrowser.com/*",
        "https://skylark-browser.pages.dev/*"
      ],
      "triggers": [
        {
          "kind": "url_pattern",
          "pattern": "https://skylarkbrowser.com/*"
        },
        {
          "kind": "intent",
          "description": "check web skills are working"
        },
        {
          "kind": "intent",
          "description": "ping the skylark site"
        }
      ]
    },
    {
      "name": "explain-skylark",
      "type": "skill-md",
      "description": "Explains what Skylark is, what it can do today, and what it deliberately does not claim yet. Knowledge only: it reads and explains, it never acts. Use it when someone asks what Skylark is or whether it does a given thing.",
      "url": "https://skylarkbrowser.com/.well-known/agent-skills/explain-skylark/SKILL.md",
      "digest": "sha256:f3ab17f157e0d2177594a17478851aa37246a39de91e8e7b26b3553247819bf8",
      "runtime": "browser",
      "permissions": [],
      "scope": [
        "https://skylarkbrowser.com/*",
        "https://skylark-browser.pages.dev/*"
      ],
      "triggers": [
        {
          "kind": "url_pattern",
          "pattern": "https://skylarkbrowser.com/*"
        },
        {
          "kind": "intent",
          "description": "what is skylark"
        },
        {
          "kind": "intent",
          "description": "can skylark do this"
        },
        {
          "kind": "intent",
          "description": "is skylark open source"
        }
      ]
    },
    {
      "name": "download-skylark",
      "type": "skill-md",
      "description": "Reports the download status for the user's platform. There is no public build on any platform yet, so the honest answer today is a wait and a pointer at the releases page.",
      "url": "https://skylarkbrowser.com/.well-known/agent-skills/download-skylark/SKILL.md",
      "digest": "sha256:165314e848f59dd1fc6401635e9509bf1fb9ccb8720f56d2c2aca1da6ee53006",
      "runtime": "browser",
      "permissions": [
        "page:read",
        "navigate"
      ],
      "scope": [
        "https://skylarkbrowser.com/*",
        "https://skylark-browser.pages.dev/*"
      ],
      "triggers": [
        {
          "kind": "url_pattern",
          "pattern": "https://skylarkbrowser.com/*"
        },
        {
          "kind": "intent",
          "description": "download skylark"
        },
        {
          "kind": "intent",
          "description": "is there a build for my machine"
        },
        {
          "kind": "intent",
          "description": "get the installer"
        }
      ]
    },
    {
      "name": "find-web-skills",
      "type": "skill-md",
      "description": "Points at the Skylark Skills directory to find out what an agent can already do on a given website, and explains how to publish a skill for a site you own. Use it when someone asks what can be automated on a site.",
      "url": "https://skylarkbrowser.com/.well-known/agent-skills/find-web-skills/SKILL.md",
      "digest": "sha256:fcf3013035594a855e0b2cfde0a9bb1948cf27f7c73771d0493ddeda5c6bc13d",
      "runtime": "browser",
      "permissions": [
        "page:read",
        "navigate"
      ],
      "scope": [
        "https://skylarkbrowser.com/*",
        "https://skylark-browser.pages.dev/*"
      ],
      "triggers": [
        {
          "kind": "url_pattern",
          "pattern": "https://skylarkbrowser.com/build-for-agents*"
        },
        {
          "kind": "intent",
          "description": "what skills exist for this site"
        },
        {
          "kind": "intent",
          "description": "how do I publish a skill"
        },
        {
          "kind": "intent",
          "description": "make my site work with agents"
        }
      ]
    }
  ]
}