Give AI agents Remember content ideas and drafts. using BlueColumn persistent memory. Use when an agent supports content creation and needs idea continuity; when the user wants to store, recall, or search content memory context. Requires a BlueColumn API key (bc_live_*).
记忆
marketing-memory
试用Give 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_*).
它能做什么
Give 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_*).
技能文档
Marketing Memory — BlueColumn Skill
Remember campaigns and results.. Powered by BlueColumn (bluecolumn.ai) persistent vector memory.
Setup
Read TOOLS.md or the platform secret store for the BlueColumn API key (bc_live_*). Base URL: https://xkjkwqbfvkswwdmbtndo.supabase.co/functions/v1
Store
curl -X POST .../agent-remember \
-H "Authorization: Bearer " \
-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"}'
Quick note
curl -X POST .../agent-note \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{"text": "Campaign: ClawHub skills launch. Goal: 100 installs. Metrics 7/31: 12 installs, 4 bookmarks.", "tags": ["marketing-memory"]}'
Recall
curl -X POST .../agent-recall \
-H "Authorization: Bearer " \
-H "Content-Type: application/json" \
-d '{"q": "How are our marketing campaigns performing?"}'
Workflow
- On new context, first recall:
How are our marketing campaigns performing? - Use the answer to personalize the response
- After the interaction, store the summary via
/agent-remember
Docs
Full API reference: https://bluecolumn.ai/docs — fields are text, q, tags (not content/query/note).
相关技能
Give AI agents Customer support that never re-asks. using BlueColumn persistent memory. Use when an agent handles support tickets and needs full context; when the user wants to store, recall, or search customer support memory context. Requires a BlueColumn API key (bc_live_*).
Give AI agents Track goals and coaching progress. using BlueColumn persistent memory. Use when an agent coaches users and tracks progress; when the user wants to store, recall, or search coaching memory context. Requires a BlueColumn API key (bc_live_*).
Give AI agents Store every thought as searchable memory. using BlueColumn persistent memory. Use when an agent keeps a journal and needs to revisit entries; when the user wants to store, recall, or search journal memory context. Requires a BlueColumn API key (bc_live_*).
Give AI agents Remember household context. using BlueColumn persistent memory. Use when an agent manages home tasks and maintenance; when the user wants to store, recall, or search home memory context. Requires a BlueColumn API key (bc_live_*).
Give AI agents Remember finances and budgets. using BlueColumn persistent memory. Use when an agent tracks budgets and financial context; when the user wants to store, recall, or search finance memory context. Requires a BlueColumn API key (bc_live_*).