PostHog · Schema

PatchedLLMSkillPublish

A/B TestingAnalyticsFeature FlagsOpen-SourceProduct AnalyticsSession Recording

Properties

Name Type Description
body string Full skill body (SKILL.md instruction content) to publish as a new version. Mutually exclusive with edits.
edits array List of find/replace operations to apply to the current skill body. Each edit's 'old' text must match exactly once. Edits are applied sequentially. Mutually exclusive with body.
description string Updated description for the new version.
license string License name or reference.
compatibility string Environment requirements.
allowed_tools array List of pre-approved tools the skill may use.
metadata object Arbitrary key-value metadata.
files array Bundled files to include with this version. Replaces all files from the previous version. Mutually exclusive with file_edits.
file_edits array Per-file find/replace updates. Each entry targets one existing file by path and applies sequential edits to its content. Non-targeted files carry forward unchanged. Cannot add, remove, or rename files
base_version integer Latest version you are editing from. Used for optimistic concurrency checks.
View JSON Schema on GitHub

JSON Schema

posthog-patchedllmskillpublish-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchedLLMSkillPublish",
  "title": "PatchedLLMSkillPublish",
  "type": "object",
  "properties": {
    "body": {
      "type": "string",
      "description": "Full skill body (SKILL.md instruction content) to publish as a new version. Mutually exclusive with edits."
    },
    "edits": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LLMSkillEditOperation"
      },
      "description": "List of find/replace operations to apply to the current skill body. Each edit's 'old' text must match exactly once. Edits are applied sequentially. Mutually exclusive with body."
    },
    "description": {
      "type": "string",
      "description": "Updated description for the new version.",
      "maxLength": 4096
    },
    "license": {
      "type": "string",
      "description": "License name or reference.",
      "maxLength": 255
    },
    "compatibility": {
      "type": "string",
      "description": "Environment requirements.",
      "maxLength": 500
    },
    "allowed_tools": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of pre-approved tools the skill may use."
    },
    "metadata": {
      "type": "object",
      "additionalProperties": true,
      "description": "Arbitrary key-value metadata."
    },
    "files": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LLMSkillFileInput"
      },
      "description": "Bundled files to include with this version. Replaces all files from the previous version. Mutually exclusive with file_edits."
    },
    "file_edits": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/LLMSkillFileEdit"
      },
      "description": "Per-file find/replace updates. Each entry targets one existing file by path and applies sequential edits to its content. Non-targeted files carry forward unchanged. Cannot add, remove, or rename files \u2014 use 'files' for that. Mutually exclusive with files."
    },
    "base_version": {
      "type": "integer",
      "minimum": 1,
      "description": "Latest version you are editing from. Used for optimistic concurrency checks."
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/posthog-patchedllmskillpublish"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.