Focalpoint Memory
v0.3.4FocalPoint — AI cognitive operating system. Memory + attention management + workflow orchestration. Workbench prepares context before tasks. Three-Province r...
⭐ 0· 88·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
medium confidencePurpose & Capability
Name and description describe a local cognitive OS that manages memory, tasks, and review workflows. The skill only requires python3 and exposes a focalpoint binary; that aligns with a self-hosted Python tool that uses SQLite and local files. Requested capabilities (workbench, roles, SQLite storage, file paths such as narratives/, knowledge/) are coherent with the stated purpose.
Instruction Scope
SKILL.md is instruction-only and tells the agent to install the focalpoint Python package and register an MCP server command. The instructions reference only internal storage paths (SQLite file, events.jsonl, narratives/, knowledge/) and tool calls (activate_workbench, set_knowledge) that are consistent with the described functionality. However, the skill provides no runtime code in the bundle to review — the actual behavior depends entirely on the external Python package the instructions install, so you cannot audit runtime actions from this skill alone.
Install Mechanism
Registry metadata lists an install kind 'uv' creating a focalpoint binary, while the README-style setup shows 'pip install focalpoint'. Both are plausible for a Python CLI, but the mismatch is a small inconsistency to confirm. There is no download-from-unknown-URL evidence in the skill bundle itself, but installing a third-party pip package (or other package manager package) will execute code from the package author — review the PyPI package and its source before installing. Because this is instruction-only, nothing will be written to disk until you run install.
Credentials
The skill declares no required environment variables, no credentials, and no config paths outside its own storage. That is proportionate for a self-hosted local memory tool that uses a local SQLite file and local directories.
Persistence & Privilege
always is false and the skill uses the normal model-invocation behavior. It intends to persist data locally (SQLite, logs, narratives) which is consistent with purpose and does not request elevated or cross-skill privileges. There is no evidence it attempts to modify other skills or system-wide agent settings.
Assessment
This skill is internally consistent: it describes a local Python-based memory/workflow tool that stores data in SQLite and local files. However, the skill bundle contains only instructions (no code), so its actual behavior depends on the external 'focalpoint' package you would install. Before installing or enabling it: 1) Verify the package source (PyPI and the GitHub repo linked) and check the package owner and recent activity; 2) Inspect the package code (especially setup/install hooks and any network calls) or run it in an isolated VM/container; 3) Back up any important data and note where the SQLite file and logs will be stored; 4) Confirm whether the installer uses pip or your platform's 'uv' package manager and prefer installing from a trusted registry; 5) Monitor network activity on first runs to ensure it doesn't exfiltrate data. If you cannot review the package source yourself, run it in a sandboxed environment only.Like a lobster shell, security has layers — review code before you run it.
latestvk9753ajrxjdnm6mhawwmd8ct1x83cvce
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
Runtime requirements
🧠 Clawdis
Binspython3
Install
uv
Bins: focalpoint
uv tool install focalpoint