Help us improve
Share bugs, ideas, or general feedback.
From ontoforge
Use when the user needs to build against the OntoForge runtime REST API: curl calls, API clients, request payloads, query parameters, or endpoint selection under /api/runtime. This skill is runtime-only and does not cover the modeling API.
npx claudepluginhub rawe/ontoforge --plugin ontoforgeHow this skill is triggered — by the user, by Claude, or both
Slash command
/ontoforge:ontoforge-runtime-apiThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Help the user build correct calls against the OntoForge **runtime REST API** only.
Creates p5.js generative art with seeded randomness, noise fields, and interactive parameter exploration. Use for algorithmic art, flow fields, or particle systems.
Share bugs, ideas, or general feedback.
Help the user build correct calls against the OntoForge runtime REST API only.
Do not use this skill for schema design or modeling endpoints under /api/model/....
Read runtime-api.md first. It is the bundled runtime API reference for this skill.
references/runtime-api.md./api/runtime/{ontologyKey} as the base path for ontology-scoped calls. The only non-scoped runtime endpoint is GET /api/runtime/features.filter.{key} and filter.{key}__{op}.Content-Type: application/json on JSON POST and PATCH requests./api/model/....When answering:
curl, client code, fetch wrapper, SDK helper, or typed interface