← Back to Skills Marketplace
mcdoolz

Openclaw Sulcus Skill

by Dooley · GitHub ↗ · v2.5.0 · MIT-0
cross-platform ⚠ suspicious
388
Downloads
1
Stars
1
Active Installs
24
Versions
Install in OpenClaw
/install openclaw-sulcus-skill
Description
Equip your agent with Sulcus — thermodynamic memory with a knowledge graph. Full SIU pipeline: SIVU (quality gate) → SICU (classifier) → SILU (entity extract...
Usage Guidance
This skill appears to be what it says: a memory/knowledge-graph plugin. Before installing: 1) Decide whether you want cloud mode — cloud mode will send memory text, metadata, session events, and embedding requests to a remote Sulcus server using the provided apiKey. 2) Confirm the history import is strictly opt-in and review which files the plugin will read (OPENCLAW_WORKSPACE). 3) If preserving privacy, prefer local-only mode and verify where ~/.sulcus/data is stored/backed up and its permissions. 4) Ask for the plugin's source code or privacy/security documentation and the Sulcus server's data retention and access policies if you plan to use cloud mode. 5) Use a dedicated apiKey with minimal privileges and rotate/revoke it if you stop using the skill.
Capability Analysis
Type: OpenClaw Skill Name: openclaw-sulcus-skill Version: 2.5.0 The openclaw-sulcus-skill bundle (specifically SKILL.md) describes an advanced memory system requiring high-privilege capabilities, including outbound network access to api.sulcus.ca and the allowPromptInjection hook for prompt modification. It also requests access to the OPENCLAW_WORKSPACE for history ingestion. While these behaviors are aligned with the stated purpose of a cloud-synced memory system, the combination of broad file access and external data transfer represents a significant attack surface and potential for data exfiltration.
Capability Tags
requires-sensitive-credentials
Capability Assessment
Purpose & Capability
Name and description match the declared behavior: a memory/graph system that scores, classifies, and injects memories. Declared dependency on an 'openclaw-sulcus' plugin is appropriate for the claimed native/WASM libraries and server interaction; no unrelated binaries or credentials are requested by default.
Instruction Scope
SKILL.md instructs the plugin to persist and auto-inject memories into prompts (before_prompt_build) and describes an opt-in workspace history import. These actions are consistent with a memory-layer plugin but broaden the agent's access (reading workspace history, auto-prepending context to every turn). Confirm that any history import is explicit/opt-in and that automatic injection behavior matches your privacy preferences.
Install Mechanism
Instruction-only skill with no install spec or downloaded artifacts — lowest install risk. The actual binary/native dependencies are expected to be supplied by the referenced plugin, not this SKILL.md.
Credentials
No required environment variables by default; cloud mode optionally uses serverUrl and apiKey which are proportional to sending/storing memories remotely and performing embeddings. The doc notes the same apiKey will be used for embedding requests (BGE-small) and memory storage — this centralization is logical but worth noting because one credential controls multiple flows.
Persistence & Privilege
always:false (no forced global installation). The skill (via plugin) will automatically inject memories into prompts and the platform allows autonomous invocation (disable-model-invocation:false). Automatic injection + cloud mode increases privacy/exfiltration risk if the serverUrl/apiKey are set — consider local-only mode or limiting import/autoinject settings.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install openclaw-sulcus-skill
  3. After installation, invoke the skill by name or use /openclaw-sulcus-skill
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.5.0
v2.5.0: Complete SIRU documentation — adaptive recall weights, recall session logging, feedback API, training pipeline. Updated SIU architecture section with all 5 units (SIVU/SICU/SILU/SIRU/SITU). Context discovery patterns for agents. Cache-friendly injection docs.
v2.4.0
v2.4.0: SIRU (Recall Unit) documentation — adaptive scoring weights, training pipeline, feedback endpoints, all endpoints documented.
v2.3.1
v2.3.1: Published under @digitalforgestudios org.
v2.3.0
v2.3.0: Declare credentials, env vars, and data flows in frontmatter. Add Prerequisites section. Fix config defaults to match plugin v5.7.0. Add importHistory config. Separate local-only and cloud-mode config examples.
v2.2.0
v2.2.0: Multi-signal recall pipeline (semantic+hot+entity+profile), composite scoring, cache-friendly injection (stable confidence bands, no volatile timestamps, deterministic sort, 5-min recall TTL), SIRU training data logging, tokenBudget config.
v3.12.0
Full rewrite for Sulcus v2.2.1
v3.0.0
BREAKING: v3.0.0 — WASM + FFI architecture. Zero spawn, zero network.
v2.0.0
BREAKING: Plugin v2.0.0 removes REST client. MCP-only (zero network). Cloud sync handled by sulcus-sync dylib.
v1.5.3
Version sync 1.5.3. Removed duplicate source files, security annotations.
v1.5.2
Version sync with plugin v1.5.2. autoRecall gating fix reflected in docs.
v1.5.1
Updated slug to openclaw-sulcus-skill. Added links header (ClawHub Skill, ClawHub Plugin, npm, GitHub, Website). Version aligned across all artifacts.
v1.5.0
Fix all scanner flags: version alignment (all files v1.5.0), synced correct manifest (autoRecall/autoCapture default false), removed git-clone install instructions (npm only), removed stale _meta.json. Webhook security warning included.
v1.4.9
Fix default inconsistencies: all examples now show autoRecall/autoCapture as false (matching actual defaults). Added webhook security warning. Zero inconsistencies between docs, examples, and manifest.
v1.4.8
Comprehensive SKILL.md rewrite: reactive triggers, all MCP tools, plugin hooks, auto-recall/auto-capture opt-in, namespace ACL, registration guide, REST API reference, SDK listing. Branding: 'reactive, thermodynamic memory' everywhere.
v1.4.7
Fix scanner flags: autoRecall/autoCapture default to false (opt-in only). Added consentModel, crossNamespaceAccess, consentNote to manifest. Explicit privacy-by-default language throughout.
v1.4.6
Branding: 'Sulcus' everywhere (not 'Sulcus Memory'). Added privacy.dataFlows declaration to plugin manifest. Description emphasizes opt-in, user-configured nature. Addresses ClawHub security scanner concerns.
v1.4.5
Fix: name field matches slug (openclaw-sulcus). Expanded Security & Privacy section with explicit credential requirements, data handling disclosure, tenant isolation details, and disable instructions to address ClawHub security scanner concerns. Bumped to match npm v1.4.5.
v1.4.4
Fix plugin ID: openclaw-sulcus (not memory-sulcus). Updated all references, config examples, and setup docs to match the actual plugin manifest ID. Added plugins.allow guidance. Version aligned with npm @digitalforgestudios/[email protected].
v1.4.0
Remove all cloud sync and webhook references — fully local, zero network. Cloud sync and webhooks are paid features in a separate skill.
v1.3.0
Fix security scan flags: declare binary dependency, clarify local-first architecture, mark cloud sync as optional paid add-on, remove internal IP rules section
Metadata
Slug openclaw-sulcus-skill
Version 2.5.0
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 24
Frequently Asked Questions

What is Openclaw Sulcus Skill?

Equip your agent with Sulcus — thermodynamic memory with a knowledge graph. Full SIU pipeline: SIVU (quality gate) → SICU (classifier) → SILU (entity extract... It is an AI Agent Skill for Claude Code / OpenClaw, with 388 downloads so far.

How do I install Openclaw Sulcus Skill?

Run "/install openclaw-sulcus-skill" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Openclaw Sulcus Skill free?

Yes, Openclaw Sulcus Skill is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Openclaw Sulcus Skill support?

Openclaw Sulcus Skill is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Openclaw Sulcus Skill?

It is built and maintained by Dooley (@mcdoolz); the current version is v2.5.0.

💬 Comments