Token导航 LogoToken导航TokenDH.com
效率执行命令clawhub未标认证来源可访问clear审计通过

resoulresoul 分析

Agent Skill

resoul 用于辅助测试设计、自动化测试和回归验证,适合在 OpenClaw 中需要补充测试、分析失败日志或验证功能改动时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

3,770

周安装

154

GitHub Stars

1

下载量

1,207
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:resoul(resoul 分析)
来源仓库:https://github.com/tacitlab/resoul
安装命令:
openclaw skills install resoul
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install resoul

简介

resoul 用于完全重置 OpenClaw 的 persona/bootstrap 状态,并在确认后恢复官方 BOOTSTRAP.md。

  • 适用于 OpenClaw 环境,适合在需要清理缓存或重建初始配置时使用。
  • 需二次确认以防止误操作,确保不会丢失重要任务进度或数据。
  • 安装前请评估对当前工作流的影响,确认无关键任务正在运行。
  • 建议仅在必要时使用,并备份当前状态以防恢复失败。

SKILL.md

name
resoul
description
Fully reset OpenClaw's persona/bootstrap state and restore the latest official BOOTSTRAP.md after an explicit second confirmation. Use when the user wants to resoul, reset or reinitialize the assistant, restore the default official bootstrap, start over from a fresh identity setup, or clear SOUL.md, USER.md, and IDENTITY.md to begin again. Triggers on requests like "resoul", "reset your soul", "reset your persona", "reinitialize yourself", "restore default bootstrap", "start over with a fresh identity", "重置你的人设", "恢复初始人格", "清空你的身份设定重新开始", or similar full-reset phrasing. Do not use for ordinary edits to SOUL.md, USER.md, or IDENTITY.md.

ReSoul

Reset the workspace bootstrap state so the next fresh session can start from the official upstream BOOTSTRAP.md.

Primary workflow

  1. Warn that running resoul will fetch the official BOOTSTRAP.md, then archive the current SOUL.md, USER.md, and IDENTITY.md into .trash/ and remove them from the workspace root if they exist.
  2. Require an explicit second confirmation before executing anything. Do not treat vague replies like "ok" or "继续" as sufficient; require a clear confirmation that the user agrees to archive and remove the current SOUL.md, USER.md, and IDENTITY.md from the workspace root.
  3. Fetch the latest official upstream template to a temporary file first, and only continue if the fetch succeeds.
  4. Archive the current SOUL.md, USER.md, and IDENTITY.md into .trash/ if they exist.
  5. Write the fetched template to the workspace root as BOOTSTRAP.md.
  6. Tell the user to run /new after completion so the next session starts from the restored bootstrap flow.

Use the bundled script:

bash {{SKILL_DIR}}/scripts/fetch_official_bootstrap.sh <workspace-dir>

Example:

bash {{SKILL_DIR}}/scripts/fetch_official_bootstrap.sh /root/.openclaw/workspace

Upstream source:

https://raw.githubusercontent.com/openclaw/openclaw/main/docs/reference/templates/BOOTSTRAP.md

Constraints

  • Do not execute this skill without a second explicit confirmation in the current conversation.
  • Do not hand-author a replacement bootstrap unless the user explicitly asks for a customized variant after syncing the official file.
  • Only archive and remove SOUL.md, USER.md, and IDENTITY.md from the workspace root; do not delete memory, project files, skills, or other workspace content.
  • Fetch the official template successfully before archiving or removing any existing identity files.
  • Archive existing SOUL.md, USER.md, and IDENTITY.md into .trash/ before removing them from the workspace root when those files exist.
  • Do not execute the bootstrap ritual automatically after syncing; stop after preparing the workspace and instruct the user to run /new.
  • Mention that the official template is written for a fresh workspace and should be reviewed before reuse in an existing workspace.

Fallback

If the script cannot be used, run equivalent shell commands that (1) fetch the official BOOTSTRAP.md to a temporary file first, (2) archive existing SOUL.md, USER.md, and IDENTITY.md into .trash/ if present, (3) write the fetched template to the workspace root as BOOTSTRAP.md, and (4) avoid touching memory, project files, skills, or other workspace content.

Report back

Briefly report:

  • that the user gave the destructive confirmation
  • whether SOUL.md, USER.md, and IDENTITY.md were archived/cleared
  • that the latest official upstream template was fetched
  • the destination path
  • that the user should run /new to trigger the re-bootstrap flow

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

91.92%
按下载量换算1,109

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

执行命令

安装流程涉及命令执行,可能通过 openclaw skills install resoul 联网下载 Skill 或依赖。用户安装前应确认命令来源、仓库内容和执行环境。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills