← 返回 Skills 市场
Skill 编排核心
作者
fish1981bimmer
· GitHub ↗
· v1.0.0
· MIT-0
57
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-orchestration-core
功能描述
Skill 编排核心 - 上下文管理、流程编排、质量保证
安全使用建议
What to check before installing or running this skill:
- Review the full implementation of WorkflowOrchestrator._executeStage (file was truncated in the review). Confirm it does not invoke external network endpoints, execute arbitrary shell commands, or call other skill binaries unexpectedly.
- Ensure required Node dependencies (e.g., js-yaml) are installed in a controlled way. The package provides no install spec; avoid running ad-hoc npm installs from untrusted repos.
- The scripts read/write files under the project directory and create ~/.hermes/... paths in examples. If you plan to run it, inspect paths referenced in templates and the SKILL.md to avoid accidental reads of sensitive files in your home directory.
- The SKILL.md uses a 'hermes-orchestrate' CLI name not present in the bundle; templates show running the scripts via node using an expected install location. Confirm how the skill will be invoked in your environment (wrapper CLI vs direct node execution).
- Run the skill in an isolated/test project (not on sensitive repositories) first to verify behavior and to confirm there are no hidden network calls or side effects.
Why this is 'suspicious' (not 'malicious'):
- The code you can see is coherent with the stated purpose and contains no obvious exfiltration or credential access, but there are operational inconsistencies (missing install/dependency info and a truncated execution path) that create uncertainty about runtime behavior. If the truncated _executeStage is benign, this skill is likely fine; if it invokes shell/network operations, that would raise higher concern.
功能分析
Type: OpenClaw Skill
Name: skill-orchestration-core
Version: 1.0.0
The skill bundle provides a legitimate framework for managing AI agent workflows, context, and output quality. The included Node.js scripts (scripts/context-manager.js, scripts/workflow-orchestrator.js, and scripts/output-validator.js) perform standard file system operations to maintain state and configuration within a local .orchestration directory. The logic is transparent, well-documented, and lacks any indicators of data exfiltration, malicious execution, or prompt injection.
能力评估
Purpose & Capability
Name/description align with the included files: context-manager, workflow-orchestrator, and output-validator implement context, workflow parsing, and quality checks. No unrelated credentials, binaries, or surprising permissions are requested.
Instruction Scope
SKILL.md and templates instruct the agent and user to read/write project files under the project directory and .orchestration, and to run CLI commands. Templates reference copying from ~/.hermes/... which assumes a particular install path. The instructions are mostly scoped to project files, but they reference a 'hermes-orchestrate' command that is not provided in the bundle (templates also show calling the scripts directly with node). Review is recommended to confirm the actual runtime behavior.
Install Mechanism
No install spec is provided even though the skill includes JS scripts that require dependencies (e.g., 'js-yaml'). There is no guidance to install those NPM packages; lack of dependency/install instructions can cause unexpected failures or lead operators to run ad-hoc installs. The package files themselves are bundled (no external downloads), which lowers supply-chain risk, but missing declared dependency installation is an operational/consistency issue.
Credentials
The skill declares no environment variables, credentials, or unrelated config paths. The code only reads/writes files under the provided project path and .orchestration; that access is proportional to an orchestration tool.
Persistence & Privilege
The skill does not request always:true and does not appear to modify system-wide settings or other skills. It persists state under the project's .orchestration directory and creates checkpoint files there, which is consistent with its purpose.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install skill-orchestration-core - 安装完成后,直接呼叫该 Skill 的名称或使用
/skill-orchestration-core触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
v1.0.0 初始版本 - 上下文管理、流程编排、质量保证三大核心功能
元数据
常见问题
Skill 编排核心 是什么?
Skill 编排核心 - 上下文管理、流程编排、质量保证. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 57 次。
如何安装 Skill 编排核心?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install skill-orchestration-core」即可一键安装,无需额外配置。
Skill 编排核心 是免费的吗?
是的,Skill 编排核心 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Skill 编排核心 支持哪些平台?
Skill 编排核心 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Skill 编排核心?
由 fish1981bimmer(@fish1981bimmer)开发并维护,当前版本 v1.0.0。
推荐 Skills