{
  "$schema": "https://schemas.agentskills.io/discovery/0.2.0/schema.json",
  "skills": [
    {
      "name": "dropthis-node",
      "type": "skill-md",
      "description": "Use when publishing AI-generated content to a permanent shareable URL with the @dropthis/node SDK -- publishing HTML strings, files, directories, or text to get a URL back. Covers publish, replace, delete, auth, uploads, and all API resources. Always use this skill when the user mentions Dropthis in Node.js code, even for simple tasks like \"publish this HTML with Dropthis\" -- the skill contains critical patterns (staged uploads, error result handling, publish input types) that prevent common integration issues.",
      "url": "https://raw.githubusercontent.com/dropthis-dev/dropthis-skills/main/skills/dropthis-node/SKILL.md"
    },
    {
      "name": "dropthis-cli",
      "type": "skill-md",
      "description": "Operate Dropthis from the terminal, CI, or agent shell -- publish HTML files, directories, or generated content to a permanent URL, update existing drops, manage authentication, and run diagnostics. Use when an AI agent generates content that should be viewable at a URL, or when the user wants to publish from the command line. Always load this skill before running dropthis commands -- it contains the non-interactive flag contract (--url, --json, --yes) and auth resolution order that prevent silent failures.",
      "url": "https://raw.githubusercontent.com/dropthis-dev/dropthis-skills/main/skills/dropthis-cli/SKILL.md"
    },
    {
      "name": "dropthis-mcp",
      "type": "skill-md",
      "description": "Use when the user wants to publish, share, post, put online, make public, or get a shareable link for content through the Dropthis MCP server -- inline HTML, a public URL to fetch, or a local file -- and get a permanent URL back, even if they don't say \"drop\". Also use to update, edit, rename, password-protect, list, or delete published drops via the MCP tools (dropthis_publish, dropthis_update_content, dropthis_update_settings, dropthis_get, dropthis_list, dropthis_list_deployments, dropthis_delete, dropthis_account) in Claude Code, Claude Desktop, Cursor, Windsurf, ChatGPT, or n8n, or when configuring the server (local stdio or the hosted remote connector).",
      "url": "https://raw.githubusercontent.com/dropthis-dev/dropthis-skills/main/skills/dropthis-mcp/SKILL.md"
    }
  ]
}
