← Back to Skills Marketplace
292
Downloads
1
Stars
0
Active Installs
31
Versions
Install in OpenClaw
/install nephesh-studio
Description
完整智能团队协作架构,11个专业岗位分工协作,CEO全程调度,通过文件知识库持续成长。处理大型复杂任务,隔离执行不打扰,稳定交付高质量结果。
Usage Guidance
Before installing or enabling this skill, consider the following:
- The skill requires you to add a persistent identity block to your own SOUL.md (a file outside the skill). Back up SOUL.md and inspect it before editing; avoid adding anything you wouldn’t want to be remembered permanently.
- The SKILL.md instructs child agents to read ~/.openclaw/workspace/TOOLS.md (a global config). Review TOOLS.md for any secrets or tokens — if it contains credentials, do not allow subagents to read it or sanitize it first.
- The recommended cron configuration runs the daily-check in the 'main' session (sessionTarget: main). That means scheduled runs will share the main conversation/context and could surface project data into your main chat. If you need periodic checks, prefer scheduling with an isolated sessionTarget or narrower scope.
- The skill enforces absolute paths and global reads; if you want to use it, confine its files to a dedicated workspace and adjust templates to remove reads of global files (SOUL.md/TOOLS.md) where possible.
- If you are not comfortable granting scheduled jobs or global config reads, do not add the cron or modify SOUL.md. Instead run the skill manually and keep its workspace isolated.
Overall: the content is coherent with an orchestration assistant, but the outside-file modifications and global-config reads are surprising and elevate risk — proceed only after reviewing and limiting what global files the skill can access.
Capability Analysis
Type: OpenClaw Skill
Name: nephesh-studio
Version: 6.0.13
The 'nephesh-studio' skill bundle is a comprehensive multi-agent orchestration framework designed to simulate a professional team environment with 11 distinct roles (CEO, PM, Developers, etc.). It utilizes a structured workflow involving task planning, execution, QA, and a 'learning' system that persists experience in Markdown files. While it requires the user to modify their core identity (SOUL.md) and suggests a cron job for daily auditing (daily-checklist.md), these actions are transparently documented and strictly aligned with the framework's operational logic to prevent execution loops and ensure quality control. No evidence of data exfiltration, malicious execution, or harmful prompt injection was found.
Capability Assessment
Purpose & Capability
The skill claims to provide an 11-role team orchestration system and all included role docs, workflows, and templates are consistent with that purpose. However, the SKILL.md requires adding a persistent identity entry into the user's SOUL.md (outside the skill directory) and requires reading a global ~/.openclaw/workspace/TOOLS.md; these are not obviously necessary for a team orchestration skill and are unusual design choices.
Instruction Scope
Runtime instructions mandate reading many files under the skill directory (expected) but also: (1) require the caller to add an identity block to a user-owned SOUL.md (a file outside the skill), and (2) require child agent templates to read ~/.openclaw/workspace/TOOLS.md (a global tool/config file). The daily-check cron example further instructs running checks in the 'main' session so results are posted to the main conversation. Both cross-scope reads (SOUL.md and TOOLS.md) and running periodic jobs in the main session broaden the data the skill will access and expose.
Install Mechanism
Instruction-only skill with no install spec and no code files — lowest install risk. Nothing is downloaded or written by the skill bundle itself. The only persistent action it suggests is that the user create/modify files and optionally add an openclaw cron entry (user-operated).
Credentials
The skill does not request environment variables or credentials, which is appropriate. However, it instructs reading a global TOOLS.md (likely to contain tool configuration and possibly credentials/pointers) and modifying a user-owned SOUL.md. Asking the agent to read global configuration files is disproportionate to a skill that could operate only inside its own skill workspace.
Persistence & Privilege
The skill itself is not always:true and cannot autonomously install binaries, but it recommends creating a cron job that runs in the 'main' session and posts results there. That creates a persistent scheduled job with access to the main session's context if the user sets it up. This increases the skill's operational persistence and blast radius even though the skill bundle doesn't request elevated flags itself.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install nephesh-studio - After installation, invoke the skill by name or use
/nephesh-studio - Provide required inputs per the skill's parameter spec and get structured output
Version History
v6.0.13
nephesh-studio 6.0.13
- No file changes detected in this version.
- No updates to features, configuration, or documentation.
- Behavior and usage remain unchanged from the previous version.
v6.0.12
- 增加美术设计师(画坊)岗位,团队由10人扩展为11人,分工更细致。
- 所有相关岗位列表、团队编制、说明文档等同步更新为11人结构。
- 新增roles/art-designer.md,目录结构及示例均已反映该岗位。
- 其它功能及流程未变,整体架构稳定。
v6.0.11
- 新增 Art Designer(美术设计师)岗位支持,完善多岗位团队体系
- 新增 `roles/art-designer.md` 岗位说明书
- 新增 `learning/art-designer.md` 持久化知识库,用于经验沉淀与岗位成长
v6.0.10
nephesh-studio 6.0.10
- No file changes detected in this version.
- No functional or documentation updates have been made.
- The skill's usage, workflow, and core features remain unchanged.
v6.0.9
nephesh-studio 6.0.9
- No changes detected in this version.
- All features, workflow, and configuration instructions remain the same as the previous release.
v6.0.8
No functional or documentation changes in this release.
- Version bumped to 6.0.8 with no detected file changes.
v6.0.7
nephesh-studio 6.0.7
- 增补了“强制子代理调用模板”部分,详细规范子代理 spawn 时的任务分发流程,指定岗位说明书、知识库和全局配置文件的读取顺序。
- 明确强调 CEO 必须严格按照该模板进行 sessions_spawn,以避免岗位职责遗漏。
- 其余功能、结构和工作流程未发生变化。
v6.0.6
v6.0.6 (no file changes)
- No changes detected in this version.
- Functionality, instructions, and configuration remain identical to the previous release.
v6.0.5
nephesh-studio 6.0.5
- No file changes detected in this version.
- No modifications to documentation, code, or configuration.
- Functionality and behavior remain unchanged from the previous version.
v6.0.4
nephesh-studio 6.0.4
- No code or documentation changes detected in this version.
- All features and configuration instructions remain identical to the previous release.
v6.0.3
- 新增 `SUBAGENT-SCHEDULING.md` 文件,详细说明子代理调度。
- 移除 `session-keys.json`,已不再需要。
- CEO启动顺序中增加强制阅读 `SUBAGENT-SCHEDULING.md`,确保对子代理调度规则的理解。
- 文档细节同步调整,突出子代理管理要求。
v6.0.2
## nephesh-studio 6.0.2
- 新增 session-keys.json 文件,为技能增加会话密钥相关支持。
- 其余技能架构及说明文档无变更。
v6.0.1
nephesh-studio 6.0.1
- No file changes detected in this version.
- All existing functionality, documentation, and configuration remain unchanged.
- This is likely a metadata or maintenance release with no impact on usage.
v6.0.0
Nephesh Studio 6.0.0 introduces a comprehensive intelligent team collaboration framework with strict CEO身份机制和多岗位持久化成长。
- 全新“10岗位分工 + CEO调度”智能团队结构,确保执行隔离与高质量结果交付。
- 引入CEO身份强校验,要求首次运行前在SOUL.md声明CEO身份,防止嵌套死循环。
- 每个岗位拥有独立知识库,任务与经验沉淀文件化,增强自我成长与规范遵守。
- 全面隔离项目与岗位会话,按严格工作流程闭环交付,多层质检,CEO终审否决权。
- 新增每日自动检查机制,cron按schedule推送工作规范自查报告并日志化。
- 支持OpenClaw全渠道任务路由,详细cron配置、目录结构与初始化流程说明。
v5.0.0
Initial release of nephesh-studio:
- Introduces a complete intelligent team collaboration framework with 10 specialized roles coordinated by a CEO.
- Features persistent knowledge growth for each role via independent file-based knowledge bases.
- Ensures stable, high-quality project delivery through strict workflow, path isolation, and multi-layered quality checks.
- Provides minimal user interruption with clear reporting nodes and automated daily project compliance checks.
- Includes detailed documentation, role definitions, and OpenClaw integration guidance for scheduled tasks and session management across all supported channels.
v3.0.7
Fix: add complete configPaths for projects and roles directories, resolve registry validation warning
v4.0.0
Nephesh Studio v1.0.0 - 初始发布
- 提供完整的智能团队协作架构,配置10个专业岗位分工协作,由CEO全程调度。
- 每个岗位有独立知识库与详细职责说明,实现经验积累和持续成长。
- 支持复杂任务顺序闭环流转,严格权限和交付流程,三层质量把关(岗位自检、QA审核、CEO终审)。
- 实现项目和岗位隔离,所有输出和知识持久化存储,防止干扰与混淆。
- 每日定时自动检查,确保团队工作规范和文档完整。
- 详细支持OpenClaw全渠道,适配各大主流IM平台。
v3.0.6
Fix: add openclaw.plugin.json for flowEntry registration, correct plugin binding
v3.0.5
- 支持跨项目目录依赖(新增 requires 对 TOOLS.md 的依赖,方便技能间扩展集成)
- 项目工作流更灵活:允许项目流程步数可调,执行岗位按需增减
- 明确分工铁律:项目经理仅负责任务拆解与检查,所有任务 spawn 操作由 CEO 统一调度
- 删除 skill.json,采用 SKILL.md 及相关配置文件
- 其它流程、描述和细节同步简化优化,保持高可扩展性和稳定性
v3.0.4
- 新增对 "~/.openclaw/workspace/TOOLS.md" 的配置路径要求,便于技能集成与扩展工具管理
- 其他内容未变,功能、使用方式和流程一致
Metadata
Frequently Asked Questions
What is nephesh-studio?
完整智能团队协作架构,11个专业岗位分工协作,CEO全程调度,通过文件知识库持续成长。处理大型复杂任务,隔离执行不打扰,稳定交付高质量结果。 It is an AI Agent Skill for Claude Code / OpenClaw, with 292 downloads so far.
How do I install nephesh-studio?
Run "/install nephesh-studio" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is nephesh-studio free?
Yes, nephesh-studio is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does nephesh-studio support?
nephesh-studio is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created nephesh-studio?
It is built and maintained by xRay (@raydoomed); the current version is v6.0.13.
More Skills