Plugins for the Adolf gateway:
- hindsight-openclaw-plugin: expanded memory recall/retain surface for the
Cognee -> Hindsight migration
- todoist-capture-plugin: posts captured ideas to agap-mcp's /capture-idea,
sending the kb#180 bearer token when AGAP_MCP_TOKEN is present
- feedback-loop-openclaw-plugin, kimi-quota-footer-plugin, cognee-mcp,
cognee-openclaw-plugin
Plus migrate-adolf-memory-banks.mjs for the memory-bank split,
backup-hindsight-adolf.sh / backup-llm-dbs.sh (the Hindsight and adolf-state
backups that were previously missing), and gpu_preload_check.sh for the
GTX 1070 residency checks.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
19 lines
513 B
JSON
19 lines
513 B
JSON
{
|
|
"name": "openclaw-todoist-capture",
|
|
"version": "1.0.0",
|
|
"description": "LLM-free /idea command for Adolf: classifies free text (area/urgency/decompose, local bge-m3 nearest-centroid) via agap-mcp and creates a labelled Todoist task.",
|
|
"type": "module",
|
|
"private": true,
|
|
"main": "./index.js",
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.3.0"
|
|
},
|
|
"openclaw": {
|
|
"extensions": ["./index.js"],
|
|
"compat": {
|
|
"pluginApi": ">=2026.0.0",
|
|
"minGatewayVersion": "2026.0.0"
|
|
}
|
|
}
|
|
}
|