← 返回 Skills 市场
154
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install sign-off
功能描述
在每次完整输出后追加个性化落款签名。像对讲机的 Over,让用户明确知道 AI 说完了。Use when completing any response or after tool calls return results.
安全使用建议
This skill appears coherent and low-risk, but review a few things before installing:
- Inspect sign-off.json (workspace root) and templates so you know what will be read and what a rendered signature might contain.
- Be aware that telling the agent to "change your signature" implies writing to sign-off.json in your workspace; grant write access only if you trust the agent and the skill.
- The included render.js reads local files only and does not call external services; if you (or a future change to the skill) add a weather API or other network calls, review those endpoints and any required API keys.
- If installing from the suggested Git repo, verify the repository source/author (git clone URL in README) if provenance matters to you.
No credentials or special system privileges are requested by the skill as provided.
功能分析
Type: OpenClaw Skill
Name: sign-off
Version: 1.1.0
The 'sign-off' skill is a cosmetic tool designed to append personalized signatures to AI responses. It utilizes a local Node.js script (render.js) to process templates and time-based variables, reading from a local configuration file (sign-off.json). The skill lacks network access, sensitive data retrieval, or obfuscation, and its instructions in SKILL.md are strictly limited to the stated purpose of output formatting.
能力评估
Purpose & Capability
Name/description (append a signature) matches the delivered artifacts: SKILL.md describes reading a sign-off.json and templates/, and render.js plus template files implement variable rendering. No unrelated binaries, credentials, or config paths are requested.
Instruction Scope
Runtime instructions constrain the skill to reading sign-off.json in the workspace and rendering templates; render.js only reads local files and prints the rendered signature. SKILL.md mentions optional weather API usage as a possibility, but the included code does not call external APIs. The skill also describes updating sign-off.json via conversational commands — that implies the agent (or user) may write to a file in the workspace when configured to do so.
Install Mechanism
No install spec; this is instruction-only with source files bundled. There are no external downloads, package installs, or extract steps. package.json exists but has no dependencies; render.js is local and has no network calls.
Credentials
The skill requires no environment variables or credentials. The only environment read by the code is OPENCLAW_WORKSPACE (optional) to locate the workspace root — this is proportional to locating sign-off.json.
Persistence & Privilege
always is false and the skill does not request system-wide privileges. However, its operation expects access to the workspace root (reading sign-off.json and templates) and SKILL.md suggests updating sign-off.json via conversation — so installing/using it may result in writes to your workspace config if you accept or issue those changes.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install sign-off - 安装完成后,直接呼叫该 Skill 的名称或使用
/sign-off触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
v1.1.0: English SKILL, bilingual README, render.js auto-renderer, 3 new templates
v1.0.0
Initial release
元数据
常见问题
Sign-Off 是什么?
在每次完整输出后追加个性化落款签名。像对讲机的 Over,让用户明确知道 AI 说完了。Use when completing any response or after tool calls return results. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 154 次。
如何安装 Sign-Off?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install sign-off」即可一键安装,无需额外配置。
Sign-Off 是免费的吗?
是的,Sign-Off 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Sign-Off 支持哪些平台?
Sign-Off 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Sign-Off?
由 Z35th3rJJ(@z35th3rjj)开发并维护,当前版本 v1.1.0。
推荐 Skills