Skip to content

cwest/okfctl

unversioned · e29770431773Apache-2.0

Author and maintain Open Knowledge Format (OKF) bundles from your agent — scaffold and validate nodes, run curation health checks, plan v0.1→v0.2 migrations, and query the opt-in semantic layer.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "okfctl",
  "description": "Author and maintain Open Knowledge Format (OKF) bundles from your agent — scaffold and validate nodes, run curation health checks, plan v0.1→v0.2 migrations, and query the opt-in semantic layer.",
  "author": {
    "name": "Casey West",
    "email": "casey@geeknest.com",
    "url": "https://okfctl.dev"
  },
  "homepage": "https://okfctl.dev",
  "repository": "https://github.com/cwest/okfctl",
  "license": "Apache-2.0",
  "keywords": [
    "agent-skills",
    "okf",
    "open-knowledge-format",
    "knowledge-graph",
    "knowledge-base",
    "cli"
  ],
  "extensions": {
    "dev.okfctl": {
      "skills": [
        "okf-authoring",
        "okf-curation-health",
        "okf-migrate-plan",
        "okf-semantic-search"
      ],
      "requires": {
        "cli": "okfctl",
        "reason": "These skills shell out to the okfctl binary, which is NOT bundled by a plugin client. Install it onto PATH first.",
        "install": "brew install cwest/tap/okfctl",
        "install_docs": "https://okfctl.dev"
      }
    }
  }
}

What else this package ships

These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.

  • LICENSE
View on GitHub

Client extensions

Data this package carries for particular clients. The directory lists the clients named and never reads what is addressed to them.

  • dev.okfctl