← 返回 Skills 市场
113
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install title-replier
功能描述
为助手回复添加随机不重复称号 - 让对话更有趣、更个性化
安全使用建议
This skill appears to do exactly what it says: pick a random non-repeating title and store recent history in a local file. Before installing, note: 1) SKILL.md mentions features not present (titles.js file, import-titles command, and automatic config.yaml loading) — these are documentation mismatches, not evidence of malicious behavior. 2) The skill writes history.json in the skill folder; ensure that directory is appropriate and does not contain sensitive files you don't want overwritten. 3) There are no network calls or credential requests, which reduces risk. If you want to be extra cautious, open index.js yourself (it's short), run it in a sandbox or review it line-by-line, and confirm the agent integration will call the exported reply() function only when you expect.
功能分析
Type: OpenClaw Skill
Name: title-replier
Version: 1.0.0
The skill bundle is a simple utility designed to prepend randomized titles to assistant responses. The logic in index.js is limited to local file system operations for managing a history file (history.json) and lacks any network capabilities, sensitive data access, or command execution features. No indicators of malicious intent or prompt injection were found.
能力评估
Purpose & Capability
The name/description match the implementation: index.js provides reply/selectTitle and maintains history.json. Minor documentation mismatches: SKILL.md references a separate titles.js and an import-titles CLI command, but the package embeds the title lists in index.js and does not implement import-titles. These are likely documentation staleness, not malicious behavior.
Instruction Scope
SKILL.md states the skill '自动触发' (auto-insert titles) and shows a config.yaml example, but the code does not read config.yaml or provide an auto-hook—it only exports functions and offers simple CLI commands (test, list, history, reset). The docs also mention importing external title JSON (node index.js import-titles ...) which is not implemented. These inconsistencies are scope/documentation problems but do not indicate exfiltration or unexpected data access.
Install Mechanism
No install spec; single small Node.js file and package.json with no dependencies. No downloads or archives. Requires node binary which is proportional.
Credentials
The skill requires no environment variables, no credentials, and no external config paths. It reads/writes a local history.json in the skill directory only, which is proportional to its stated memory feature.
Persistence & Privilege
always is false and the skill does not request system-wide changes. It writes a local history.json (expected). Autonomous invocation is allowed by platform default but that alone is not a problem for this simple feature.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install title-replier - 安装完成后,直接呼叫该 Skill 的名称或使用
/title-replier触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
手动发布 - 完成技能迁移
元数据
常见问题
Title Replier 是什么?
为助手回复添加随机不重复称号 - 让对话更有趣、更个性化. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 113 次。
如何安装 Title Replier?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install title-replier」即可一键安装,无需额外配置。
Title Replier 是免费的吗?
是的,Title Replier 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Title Replier 支持哪些平台?
Title Replier 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(win32, darwin, linux)。
谁开发了 Title Replier?
由 guowaa223(@guowaa223)开发并维护,当前版本 v1.0.0。
推荐 Skills