← Back to Skills Marketplace
Research Memory
by
bluecolumnconsulting-lgtm
· GitHub ↗
· v1.0.0
· MIT-0
72
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install research-memory
Description
Build a persistent, searchable knowledge base from articles, papers, documents, and notes using BlueColumn. Use when a user wants to save research for later...
Usage Guidance
This skill appears to do what it says (store and query research with BlueColumn), but the package metadata failed to declare the required BlueColumn API key. Before installing or supplying credentials: 1) Confirm the base URL (https://xkjkwqbfvkswwdmbtndo.supabase.co/functions/v1) is an official BlueColumn endpoint (compare with bluecolumn.ai or contact the vendor). 2) Ask the publisher to update the skill manifest to declare the bc_live_* credential (primaryEnv) so permissions are transparent. 3) Verify BlueColumn's privacy/retention policy and that you are comfortable sending the types of documents you plan to store. 4) Do not provide high-privilege or unrelated secrets (AWS/GitHub keys, etc.) to this skill. 5) If you cannot verify the publisher or the endpoint, avoid supplying your API key or using the skill with sensitive data.
Capability Analysis
Type: OpenClaw Skill
Name: research-memory
Version: 1.0.0
The research-memory skill is a standard API wrapper for the BlueColumn service, designed to help users store and retrieve research notes and documents. It uses curl to interact with a Supabase-hosted backend (xkjkwqbfvkswwdmbtndo.supabase.co), which is explicitly documented as the official infrastructure for the service. The skill includes clear instructions for the agent on how to handle API keys securely and follows a logical workflow consistent with its stated purpose, with no evidence of data exfiltration, malicious execution, or harmful prompt injection.
Capability Tags
Capability Assessment
Purpose & Capability
SKILL.md clearly requires a BlueColumn API key (bc_live_*) and instructs the agent how to call BlueColumn endpoints; however, the registry metadata lists no required environment variables or primary credential. A skill that ingests user content into an external service legitimately needs that API key declared in its manifest—the omission is an incoherence.
Instruction Scope
Runtime instructions are narrowly scoped to storing/querying research via the documented endpoints (/agent-remember, /agent-recall, /agent-note). This is coherent with the described purpose. Notes of caution: SKILL.md refers to TOOLS.md for key handling but that file is not present in the bundle, and the instructions send user content to an external Supabase-hosted endpoint (so users should understand that stored data will leave their machine).
Install Mechanism
No install spec and no code files — instruction-only skill — so no code is written to disk by an installer. This is the lowest-risk install mechanism.
Credentials
The skill requires a sensitive API key (bc_live_*) to function, but the manifest did not declare any required env vars or a primaryEnv. The skill also instructs use of an Authorization header; the absence of declared credential requirements in the registry is disproportionate and should be corrected/justified.
Persistence & Privilege
always is false and the skill does not request system-wide config or modify other skills. It does imply persistent storage on BlueColumn's backend (external), which is expected for this functionality but not a local privilege escalation risk.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install research-memory - After installation, invoke the skill by name or use
/research-memory - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Build a searchable knowledge base from articles and papers via BlueColumn.
Metadata
Frequently Asked Questions
What is Research Memory?
Build a persistent, searchable knowledge base from articles, papers, documents, and notes using BlueColumn. Use when a user wants to save research for later... It is an AI Agent Skill for Claude Code / OpenClaw, with 72 downloads so far.
How do I install Research Memory?
Run "/install research-memory" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Research Memory free?
Yes, Research Memory is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Research Memory support?
Research Memory is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Research Memory?
It is built and maintained by bluecolumnconsulting-lgtm (@bluecolumnconsulting-lgtm); the current version is v1.0.0.
More Skills