Memory

github-memory

Try it

Give AI agents Remember GitHub issues and PRs. using BlueColumn persistent memory. Use when an agent tracks repos, issues, and pull requests; when the user wants to store, recall, or search github memory context. Requires a BlueColumn API key (bc_live_*).

What it does

Give AI agents Remember GitHub issues and PRs. using BlueColumn persistent memory. Use when an agent tracks repos, issues, and pull requests; when the user wants to store, recall, or search github memory context. Requires a BlueColumn API key (bc_live_*).

The skill document

Github Memory — BlueColumn Skill

Remember github issues and prs.. 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": "PR #88: adds recall streaming. Reviewers: Alex, Sam. Merged 7/29.", "title": "github-memory - note"}'

Quick note

curl -X POST .../agent-note \
  -H "Authorization: Bearer " \
  -H "Content-Type: application/json" \
  -d '{"text": "PR #88: adds recall streaming. Reviewers: Alex, Sam. Merged 7/29.", "tags": ["github-memory"]}'

Recall

curl -X POST .../agent-recall \
  -H "Authorization: Bearer " \
  -H "Content-Type: application/json" \
  -d '{"q": "What PRs are waiting on review?"}'

Workflow

  1. On new context, first recall: What PRs are waiting on review?
  2. Use the answer to personalize the response
  3. 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).

Related skills

Give AI agents Remember docs you've written and read. using BlueColumn persistent memory. Use when an agent maintains documentation and needs to reuse it; when the user wants to store, recall, or search documentation memory context. Requires a BlueColumn API key (bc_live_*).

Give AI agents Remember Gmail threads. using BlueColumn persistent memory. Use when an agent manages email and needs thread history; when the user wants to store, recall, or search gmail memory context. Requires a BlueColumn API key (bc_live_*).

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_*).

Developer continuity across coding sessions — architecture decisions, TODOs, and handoffs stay searchable. Use when an agent assists on a codebase and needs to resume work exactly where it stopped. Requires a BlueColumn API key (bc_live_*).

Give AI agents Remember Discord conversations. using BlueColumn persistent memory. Use when an agent operates in Discord servers and needs continuity; when the user wants to store, recall, or search discord memory context. Requires a BlueColumn API key (bc_live_*).

A project memory that tracks status, milestones, owners, and blockers so nothing stalls silently. Use when an agent manages ongoing work and needs a live picture of every project. Requires a BlueColumn API key (bc_live_*).