skills$openclaw/engram
anwitch6.3k

by anwitch

engram – OpenClaw Skill

engram is an OpenClaw Skills integration for ai ml workflows. Provides semantic search for a local knowledge base using Pinecone and Gemini embeddings.

6.3k stars9.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026ai ml

Skill Snapshot

nameengram
descriptionProvides semantic search for a local knowledge base using Pinecone and Gemini embeddings. OpenClaw Skills integration.
owneranwitch
repositoryanwitch/engram
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @anwitch/engram
last updatedFeb 7, 2026

Maintainer

anwitch

anwitch

Maintains engram in the OpenClaw Skills directory.

View GitHub profile
File Explorer
2 files
.
_meta.json
265 B
SKILL.md
920 B
SKILL.md

name: engram description: Provides semantic search for a local knowledge base using Pinecone and Gemini embeddings.

🧠 Engram - Semantic Search Skill

This skill enables an AI agent to perform semantic searches on a local folder of Markdown files (e.g., an Obsidian vault). It finds information based on the meaning and context of a query, not just exact keywords.

engram_search

Searches the indexed knowledge base.

  • query (string, required): The natural language question to ask.
  • top_k (number, optional): The number of results to return.
  • min_score (number, optional): The minimum relevance score (0.0 to 1.0) for results.

engram_index

Builds or updates the search index from the local Markdown files. This tool should be run periodically to keep the search memory synchronized.

Author

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install engram?

Run openclaw add @anwitch/engram in your terminal. This installs engram into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/anwitch/engram. Review commits and README documentation before installing.