Getting started

Run the monorepo, open the status UI, and call a skill in stub mode.

npm

Agent knowledge

Knowledge SDK — install as a devDependency only (not a production runtime).

npm i -D @neo-skills/vulnerabilities-skills-docs
Product docs
npm i -D @neo-skills/vulnerabilities-skills-docs
Platform Memorix docs
npm i -D @x12i/memorix-docs

Agents / SDK details → · agent-manifest.json

Run locally
  1. 1npm install && npm run dev
  2. 2Open http://127.0.0.1:9100 for discovery + Try
  3. 3Workers on :9101 (topology) and :9102 (vuln)
Call a skill
  1. 1GET /metadata on a worker for skill I/O + examples
  2. 2POST /pipeline with stub.enabled true
  3. 3Prefer the Try playground for smoke tests