← 返回 Skills 市场
455
总下载
0
收藏
2
当前安装
2
版本数
在 OpenClaw 中安装
/install skill-cortex
功能描述
Skill Cortex is the system's capability cortex. When lacking ability, it autonomously acquires Skills from ClawHub or GitHub, then releases them after use. E...
安全使用建议
This Skill is internally coherent and designed to manage its own temporary Skill installs, but review these points before installing:
- Understand that Skill Cortex will create and update a local file at ~/.openclaw/skill-cortex/cortex.json that contains learned signal words, routing metadata, candidate Skill records, and recorded lesson entries (it claims to strip concrete personal entities and never store secret values). Treat that file as sensitive — if other third-party Skills can read or upload it, it could reveal what services you use.
- The Skill will call `clawhub install/uninstall` to fetch third-party Skills. It asks for explicit approval in standard mode, but reflex mode skips execution-plan confirmation and shows a brief notification you must cancel if you object — reflex is explicitly blocked for Skills that declare write/shell/delete side effects.
- The flow references searching GitHub if ClawHub results are sparse, but the SKILL.md does not declare which tool to use for GitHub searches (no `gh` binary required). Expect the agent to rely on whatever web/search capability it has available.
- If you keep this Skill, protect the cortex.json file and limit which other Skills can read files in ~/.openclaw to avoid leakage of routing/data about your habits or environment.
If these behaviors and local file storage are acceptable given your threat model, the skill appears consistent with its description. If you need stricter guarantees (no persistent local state, stronger confirmation for installs, or blocking any auto-search of external repos), request those changes or decline installation.
功能分析
Type: OpenClaw Skill
Name: skill-cortex
Version: 1.0.1
The skill-cortex bundle is designed with strong security and privacy controls, notably the mandatory 'Entity Filtering' (SKILL.md, Phase 4.2; DESIGN.md) which explicitly prevents the storage of sensitive user data, and multiple layers of user confirmation for skill installation and system dependency changes. However, the instruction for the AI agent to 'Semantically match' user tasks using 'its own judgment on intent alignment' (SKILL.md, Phase 1.2) introduces a prompt injection vulnerability, as an attacker could potentially craft inputs to steer the agent's interpretation or selection of skills, even if the intent is not explicitly malicious within this skill's instructions. The core functionality of installing and executing arbitrary skills from ClawHub, while gated by user consent, also represents an inherent supply chain risk.
能力评估
Purpose & Capability
The skill claims to find/install Skills from ClawHub/GitHub and to manage a local short-term memory; the only required binary is `clawhub`, which matches the documented install/uninstall commands. There are no unrelated credentials, binaries, or config paths requested.
Instruction Scope
SKILL.md instructs the agent to read and write a local file (~/.openclaw/skill-cortex/cortex.json), to search ClawHub (and optionally GitHub), to install/uninstall Skills, and to read installed Skills' SKILL.md. Those actions are within the stated scope, but the GitHub search step is underspecified (no helper CLI declared) and the skill will persist structured metadata and signal words to disk — worth noting because those files reflect user behavior patterns.
Install Mechanism
Instruction-only skill (no install spec, no downloaded archives). No on-disk installers are included by the package itself; it relies on the `clawhub` CLI to fetch other Skills.
Credentials
This skill itself requests no environment variables or credentials. It records metadata about candidate Skills (including side-effect tags like `read:env:TODOIST_API_KEY`) and may record 'env_ready' lessons that include environment variable names (but not values). Storing these variable names and learned signal words in cortex.json could reveal which services you use if that file is later read or exfiltrated by another Skill — the skill documents entity filtering, which mitigates but does not eliminate that risk.
Persistence & Privilege
always:false (no forced global presence). The skill can be invoked autonomously by the agent (normal), and it supports a 'reflex' fast path that skips execution-plan confirmation (but still issues an install notification). Reflex behavior reduces friction and could cause quicker installs with only a brief 'say cancel to abort' window — the design forbids reflex for Skills with write/delete/shell side effects, which limits risk, but users should be aware of the reduced confirmation in reflex cases.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-cortex - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-cortex触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
No user-facing changes in this version.
- No file changes detected between versions 1.0.0 and 1.0.1.
- Documentation and functionality remain the same.
v1.0.0
- Initial release of Skill Cortex: a dynamic capability manager for autonomous Skill acquisition and reflex-based execution.
- Automatically finds, installs, and releases Skills from ClawHub or GitHub when needed, with a learning mechanism that reinforces frequent tasks into fast reflexes.
- Ensures user control with confirmation steps for installation, execution planning, and failure recovery; reflex execution only on safe, read-only operations.
- Implements ongoing self-optimization: Skills' effectiveness tracked and updated using reinforcement and decay, with structured learning from failures and successes.
- Enforces strict boundaries—never interferes with long-term skills, always notifies users before installation, and prunes outdated memory for efficiency.
元数据
常见问题
Skill Cortex 是什么?
Skill Cortex is the system's capability cortex. When lacking ability, it autonomously acquires Skills from ClawHub or GitHub, then releases them after use. E... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 455 次。
如何安装 Skill Cortex?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-cortex」即可一键安装,无需额外配置。
Skill Cortex 是免费的吗?
是的,Skill Cortex 完全免费(开源免费),可自由下载、安装和使用。
Skill Cortex 支持哪些平台?
Skill Cortex 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill Cortex?
由 Ank Wu(@ankwu001)开发并维护,当前版本 v1.0.1。
推荐 Skills