Install
openclaw skills install @bluecolumnconsulting-lgtm/hiring-memoryGive AI agents Remember candidates and interviews. using BlueColumn persistent memory. Use when an agent supports recruiting and interviews; when the user wants to store, recall, or search hiring memory context. Requires a BlueColumn API key (bc_live_*).
openclaw skills install @bluecolumnconsulting-lgtm/hiring-memoryRemember candidates and interviews.. 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": "Candidate: Priya — applied 7/28, phone screen 8/3, strong on systems design.", "title": "hiring-memory - note"}'
curl -X POST .../agent-note \
-H "Authorization: Bearer <key>" \
-H "Content-Type: application/json" \
-d '{"text": "Candidate: Priya — applied 7/28, phone screen 8/3, strong on systems design.", "tags": ["hiring-memory"]}'
curl -X POST .../agent-recall \
-H "Authorization: Bearer <key>" \
-H "Content-Type: application/json" \
-d '{"q": "What candidates are in the pipeline and where are they?"}'
What candidates are in the pipeline and where are they?/agent-rememberFull API reference: https://bluecolumn.ai/docs — fields are text, q, tags (not content/query/note).