visionaire-knowledgelisted
Install: claude install-skill VisionaireLabs/Visionaire
# Visionaire Knowledge Injection
Before working on any significant task, search the knowledge base and inject relevant context.
## Steps
1. Derive a 3–7 word query from the task (e.g. "solana token mechanics", "brand strategy content", "prompt engineering techniques")
2. Run the search:
```
node /data/.openclaw/skills/visionaire-knowledge/scripts/search-knowledge.mjs "<query>" --limit 5
```
3. Read the output — treat it as **## Relevant Context** for the task ahead
4. If results are thin or off-topic, try a second query with different terms
## Notes
- Knowledge base lives at `/data/.openclaw/workspace/memory/knowledge.json`
- Entries are scored by relevance + recency (30-day half-life decay — fresh study ranks higher)
- "(no relevant knowledge found)" is fine — just means the base hasn't studied that topic yet
- Don't inject stale or irrelevant results — use judgment on what's actually useful