← 返回 Skills 市场
1583
总下载
2
收藏
7
当前安装
87
版本数
在 OpenClaw 中安装
/install opencortex
功能描述
Self-improving memory architecture for OpenClaw agents. Structured memory files, nightly distillation, weekly synthesis, enforced principles (P0 for custom,...
安全使用建议
OpenCortex is internally consistent with its stated purpose, but review and decide on opt-in features before installing. Recommended steps: (1) run the installer in dry-run mode first (bash skills/opencortex/scripts/install.sh --dry-run); (2) inspect scripts/vault.sh and scripts/git-backup.sh to ensure their behaviors align with your policies; (3) keep .vault/ and .secrets-map in .gitignore as the installer suggests; (4) avoid enabling voice profiling or infrastructure collection unless you are comfortable with the agent reading conversation logs and infra mentions (these are off by default and require explicit flags); (5) prefer system keyring to file-based passphrases (do not set OPENCORTEX_ALLOW_FILE_PASSPHRASE unless necessary); (6) if you use git backup, avoid passing --push unless you intend to push scrubbed commits to a remote; (7) after install, run bash skills/opencortex/scripts/verify.sh and review the cron entries (openclaw cron list / crontab -l) to confirm scheduled jobs; (8) updates require an explicit clawhub install --force (no silent network pull during initial install).
功能分析
Type: OpenClaw Skill
Name: opencortex
Version: 3.6.7
OpenCortex is a comprehensive memory management framework for OpenClaw agents that implements structured knowledge storage, nightly distillation, and weekly synthesis. The bundle includes well-engineered security features, such as an AES-256 encrypted vault (vault.sh) that supports system keyrings (secret-tool/macOS Keychain) and a git backup utility (git-backup.sh) that uses an isolated-copy approach to scrub secrets before committing. While the system has broad access to workspace data and includes optional features like voice profiling and infrastructure collection, these are clearly documented as opt-in, operate entirely within the local workspace, and follow security best practices to prevent data leakage.
能力标签
能力评估
Purpose & Capability
The name/description (self-improving memory, distillation, synthesis, vault, git backup) matches the provided scripts and SKILL.md. Required binaries (grep, sed, find) and optional tools (git, gpg, openclaw) are appropriate for the declared tasks. No unrelated credentials or tools are requested.
Instruction Scope
The SKILL.md and scripts instruct the agent to read and write many workspace files, register cron jobs, and optionally build voice profiles or collect infra details. Those actions are consistent with the memory-management purpose, but they do grant the skill read/write access to essentially the entire workspace and autonomous cron-based activity — pay attention to opt-in toggles (VOICE_PROFILE, INFRA_COLLECT, SCRUB_ALL) before enabling them.
Install Mechanism
No external download/install spec is present; all provided code is plain bash in the skill bundle. The installer claims and appears to make no network calls during setup. Updates are performed by user-invoked 'clawhub install --force' (external download) which is a normal update flow and requires explicit action.
Credentials
No required environment credentials are declared. Optional env vars (workspace, timezone, vault passphrase, feature flags) are reasonable and documented; the only sensitive env is OPENCORTEX_VAULT_PASS which is justified for the encrypted vault. The skill advises preferring system keyring over file-based passphrases.
Persistence & Privilege
The skill registers two cron jobs that run isolated OpenClaw agent sessions scoped to the workspace. Autonomous cron execution is necessary for nightly distillation/weekly synthesis and is expected, but it does mean the skill has ongoing, automated execution capability; 'always:true' is NOT set and it does not modify other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install opencortex - 安装完成后,直接呼叫该 Skill 的名称或使用
/opencortex触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v3.6.7
Fix verify script cron prompt checks for current OpenClaw cron JSON format (object.jobs + payload.message fallback). Includes 3.6.6 voice/infra isolated-cron flag persistence fixes.
v3.6.6
Fix isolated-cron runtime gating: persist VOICE_PROFILE/INFRA_COLLECT in .opencortex-flags, use env-or-flag checks in distillation, add verify checks for gate/prompt health, and fix update.sh set -e exit when INFRA_COLLECT is absent.
v3.6.5
Fix voice profiling reliability in isolated cron runs by persisting feature gates in .opencortex-flags, updating distillation gate logic (env or flags), and adding verify checks for runtime gates and empty cron prompts.
v3.6.4
fix: use wc -c instead of du -k for MEMORY.md size check to avoid ZFS block allocation false positives; smarter lessons-split detection skips warning when memory/lessons.md already populated
v3.6.3
- Improved install and update scripts for reliability and non-destructive updates.
- Enhanced update path: installer now refreshes cron job messages and introduces new features without overwriting customizations.
- Documentation clarifications in SKILL.md, including installation, update, and customization guidance.
- No breaking changes; safe to update in existing workspaces.
v3.6.2
- Improved install and update scripts for reliability and clarity.
- Minor adjustments to documentation for readability and consistency.
- No breaking changes; safe to update from previous versions.
v3.6.1
Fix cron timeouts (180s→600s), add model prompt & .opencortex-model, slim MEMORY.md template, add memory/lessons.md, improve verify.sh size/timeout checks
v3.6.0
- Added _meta.json for improved metadata management.
- Updated install, update, and verify scripts for enhanced setup and maintenance workflows.
- General maintenance and script improvements for reliability and clarity.
v3.5.18
Use --model default to clear cron model overrides (empty string silently ignored by OpenClaw CLI)
v3.5.17
Clear cron model overrides to gateway default via cron edit, skip updates when message and model already correct, model-agnostic for all providers
v3.5.15
Git backup now scrubs all non-binary files by default instead of only known extensions. Fixes silent backup failures when secrets appear in unlisted file types.
v3.5.14
Memory search index shown as optional info, not a warning. OpenCortex works without embeddings configured.
v3.5.13
Remove cron model override detection from update.sh to reduce script size for scanner analysis, verify.sh handles model override warnings
v3.5.12
Fix crash after subsection extraction from missing error guards on grep and tail pipelines under set -e
v3.5.11
Fix subsection extraction crash from special characters in headers, use fixed-string grep matching, add error guards for set -e compatibility
v3.5.10
Detect cron model overrides and provide manual TUI instructions, revert automated cron deletion for scanner compliance
v3.5.9
Detect cron model overrides and provide manual TUI instructions, revert automated cron deletion for scanner compliance
v3.5.7
Fix cron model overrides via delete and recreate (no --clear-model CLI support), extract bloated MEMORY.md subsections to dedicated files, memory search health check with provider setup guidance
v3.5.4
Structural cleanup engine: detect/resolve duplicate and orphan principles (title + body hash comparison), move non-standard MEMORY.md sections to dedicated memory files, clear cron model overrides, memory search health check, weekly retrieval quality testing with remediation chain, fix interactive prompts reading from /dev/tty to prevent stdin hijack in loops
v3.5.3
Structural cleanup engine: detect and resolve duplicate/orphan principles beyond P0-P8 (title + body comparison), migrate unique orphans to P0 sub-principles, clear cron model overrides, flag MEMORY.md bloat and non-standard sections, memory search health check in verify.sh, weekly retrieval quality testing with remediation chain, fix stdin hijack in heredoc loops (read from /dev/tty)
元数据
常见问题
OpenCortex 是什么?
Self-improving memory architecture for OpenClaw agents. Structured memory files, nightly distillation, weekly synthesis, enforced principles (P0 for custom,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1583 次。
如何安装 OpenCortex?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install opencortex」即可一键安装,无需额外配置。
OpenCortex 是免费的吗?
是的,OpenCortex 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenCortex 支持哪些平台?
OpenCortex 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenCortex?
由 JD2005L(@jd2005l)开发并维护,当前版本 v3.6.7。
推荐 Skills