Install
openclaw skills install @bluecolumnconsulting-lgtm/marketing-memoryGive AI agents Remember campaigns and results. using BlueColumn persistent memory. Use when an agent runs marketing and needs campaign history; when the user wants to store, recall, or search marketing memory context. Requires a BlueColumn API key (bc_live_*).
openclaw skills install @bluecolumnconsulting-lgtm/marketing-memoryRemember campaigns and results.. Powered by BlueColumn (bluecolumn.ai) persistent vector memory.
Read TOOLS.md or the platform secret store for the BlueColumn API key (bc_live_*). Base URL: https://xkjkwqbfvkswwdmbtndo.supabase.co/functions/v1
curl -X POST .../agent-remember \
-H "Authorization: Bearer <key>" \
-H "Content-Type: application/json" \
-d '{"text": "Campaign: ClawHub skills launch. Goal: 100 installs. Metrics 7/31: 12 installs, 4 bookmarks.", "title": "marketing-memory - note"}'
curl -X POST .../agent-note \
-H "Authorization: Bearer <key>" \
-H "Content-Type: application/json" \
-d '{"text": "Campaign: ClawHub skills launch. Goal: 100 installs. Metrics 7/31: 12 installs, 4 bookmarks.", "tags": ["marketing-memory"]}'
curl -X POST .../agent-recall \
-H "Authorization: Bearer <key>" \
-H "Content-Type: application/json" \
-d '{"q": "How are our marketing campaigns performing?"}'
How are our marketing campaigns performing?/agent-rememberFull API reference: https://bluecolumn.ai/docs — fields are text, q, tags (not content/query/note).