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-docsPlatform Memorix docs
npm i -D @x12i/memorix-docs
Run locally
- 1npm install && npm run dev
- 2Open http://127.0.0.1:9100 for discovery + Try
- 3Workers on :9101 (topology) and :9102 (vuln)
Call a skill
- 1GET /metadata on a worker for skill I/O + examples
- 2POST /pipeline with stub.enabled true
- 3Prefer the Try playground for smoke tests