📦 Algernon Orchestrator — 学习主控
v1.0.0OpenAlgernon 个人学习系统的核心调度器,每次学习会话启动或用户输入 /algernon 时自动激活,统筹管理学习流程与资源。
0· 197·0 当前·0 累计
下载技能包
最后更新
2026/4/22
安全扫描
OpenClaw
可疑
medium confidenceNULL
评估建议
This skill looks like a local session orchestrator and will read files under ~/.openalgernon and run sqlite3 and possibly an init script. Before installing or invoking it: 1) verify the skill's source/trustworthiness (there's no homepage or owner info beyond an ID); 2) inspect the contents of ~/.openalgernon (especially any scripts under src/scripts/init-db.sh) to ensure they are safe; 3) ensure sqlite3 is the expected binary on your PATH (or run it in a sandbox/container); 4) back up any import...详细分析 ▾
⚠ 用途与能力
The SKILL.md's behavior (reading MEMORY.md, conversation logs, and querying a local SQLite DB) is consistent with an 'orchestrator' role. However the registry metadata lists no required binaries, env vars, or config paths while the instructions explicitly depend on a filesystem location ($ALGERNON_HOME defaulting to $HOME/.openalgernon) and sqlite3. The absence of declared requirements/config paths is an incoherence.
ℹ 指令范围
Runtime instructions are focused on study-session tasks (read MEMORY.md, check today's conversation log, count due cards via sqlite3). Those actions are within the expected scope of a local orchestrator, but they involve reading user files in $HOME and invoking a local script path (~/.openalgernon/src/scripts/init-db.sh) which could execute or surface additional code. The instructions do not attempt to access unrelated system paths or external endpoints, but they do assume local file access and command execution.
✓ 安装机制
This is an instruction-only skill with no install spec and no code files, which is low risk from an installer perspective. Nothing is downloaded or extracted by the registry metadata.
⚠ 凭证需求
The skill declares no required env vars, but the SKILL.md uses ALGERNON_HOME (defaulting to $HOME/.openalgernon) and expects sqlite3. Not declaring sqlite3 or the config/data paths is a mismatch. Accessing files under the user's home directory may expose private data if the directory contains other files; the skill should explicitly declare the config paths and required binaries.
✓ 持久化与权限
The skill is not marked always:true and does not request any special platform privilege. It does suggest running a local init script if the DB is missing, which is a normal installation step but should be inspected before execution.
安全有层次,运行前请审查代码。
运行时依赖
无特殊依赖
版本
latestv1.0.02026/3/16
NULL
● 无害
安装命令
点击复制官方npx clawhub@latest install algernon-orchestrator
镜像加速npx clawhub@latest install algernon-orchestrator --registry https://cn.longxiaskill.com