agentmemory-config

Agent skill from rohitg00/agentmemory.

rohitg00 26k ↓ 5.3k Apache-2.0 updated 28d ago
Claude Code
View source ↗

What it does

  • No API key is required. Without one, agentmemory runs zero-LLM with BM25 plus local embeddings.
  • Tool visibility: AGENTMEMORYTOOLS=all (default) or core for the lean set.
  • Auth: set AGENTMEMORYSECRET to require Authorization: Bearer on the REST API.
  • agentmemory-rest-api for how the secret is used.
  • agentmemory-architecture for the port quartet rationale.

Requirements & configuration

  • No API key is required. Without one, agentmemory runs zero-LLM with BM25 plus local embeddings.
  • Token-spending features ship OFF on purpose: AGENTMEMORYAUTOCOMPRESS (LLM summaries) and AGENTMEMORYINJECTCONTEXT (auto context injection) both cost tokens proportional to tool-use frequency.
  • Auth: set AGENTMEMORYSECRET to require Authorization: Bearer on the REST API.

Configuration: AGENTMEMORY_AUTO_COMPRESSAGENTMEMORY_INJECT_CONTEXTAGENTMEMORY_TOOLSAGENTMEMORY_SECRET

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

agentmemory-config FAQ

What does the agentmemory-config skill do?

agentmemory configuration, environment variables, ports, and feature flags. Use when enabling a feature, changing ports, setting an API key, configuring auth, or explaining why a feature is off by default. No API key is required. Without one, agentmemory runs zero-LLM with BM25 plus local embeddings. Tool visibility: AGENTMEMORYTOOLS=all (default) or core for the lean set.

What does agentmemory-config require?

No API key is required. Without one, agentmemory runs zero-LLM with BM25 plus local embeddings. Token-spending features ship OFF on purpose: AGENTMEMORYAUTOCOMPRESS (LLM summaries) and AGENTMEMORYINJECTCONTEXT (auto context injection) both cost tokens proportional to tool-use frequency. Auth: set AGENTMEMORYSECRET to require Authorization: Bearer on the REST API. Configuration keys: AGENTMEMORY_AUTO_COMPRESS, AGENTMEMORY_INJECT_CONTEXT, AGENTMEMORY_TOOLS, AGENTMEMORY_SECRET.

How do I install agentmemory-config?

Run: npx -y skills add https://github.com/rohitg00/agentmemory --skill agentmemory-config --agent claude-code — the source lives at github.com/rohitg00/agentmemory.

Maintain agentmemory-config?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

agentmemory-config on getagentictools
[![agentmemory-config on getagentictools](https://getagentictools.com/badge/skills/rohitg00-agentmemory-agentmemory-config.svg)](https://getagentictools.com/skills/rohitg00-agentmemory-agentmemory-config?ref=badge)
npx agentictools info skills/rohitg00-agentmemory-agentmemory-config

The second line is the CLI lookup for this page — handy in READMEs and docs.