← 返回 Skills 市场
Cn Smart Reply
作者
freedompixels
· GitHub ↗
· v1.2.0
· MIT-0
171
总下载
0
收藏
0
当前安装
3
版本数
在 OpenClaw 中安装
/install cn-smart-reply
功能描述
Smart Reply skill. 自动生成,无人工审查。
使用说明 (SKILL.md)
name: 智能回复生成器
description: 微信/邮件/知乎/小红书等场景的智能回复建议,10+种常见社交场景自动生成得体回复。 version: "1.0.0" entry: scripts/smart_reply.py install: ""
scope:
- 支持10+种回复场景(感谢/道歉/确认/拒绝/催促/安慰/祝贺/请教/介绍/知乎/小红书)
- 随机抽取多条候选回复
- 列出所有可用场景
- 中文社交回复规范
env: [] test: | python3 scripts/smart_reply.py --help python3 scripts/smart_reply.py 感谢 python3 scripts/smart_reply.py 催促 "项目进度"
example: input: "python smart_reply.py 感谢" output: "💬 太感谢了!真的帮了我大忙..." input: "python smart_reply.py 回复知乎" output: "💬 泻药。亲身经历来说..."
安全使用建议
This skill is a small local script that randomly returns preset Chinese replies; it does not exfiltrate data or require credentials. Note the README says "自动生成,无人工审查" — outputs are auto-generated and unmoderated, so review replies before sending them in sensitive contexts. If you want extra assurance, inspect the short Python file (it contains only a scenario dictionary and print logic) and run it locally rather than exposing it to external services.
功能分析
Type: OpenClaw Skill
Name: cn-smart-reply
Version: 1.2.0
The skill is a straightforward template-based response generator for social media platforms like WeChat and Zhihu. The core logic in `scripts/smart_reply.py` consists of a static dictionary of canned responses and simple command-line argument handling; it contains no network requests, file system access, or suspicious execution patterns.
能力评估
Purpose & Capability
Name/description promise smart reply generation; the included scripts/smart_reply.py implements exactly that (scenario dictionary + random selection). No unrelated dependencies, binaries, or env vars are requested.
Instruction Scope
SKILL.md points to the bundled Python script and test examples. The runtime instructions only run the script with arguments; the script reads no external files, environment variables, or network endpoints and only prints replies.
Install Mechanism
No install spec — instruction-only with an included Python script. Nothing is downloaded or written to arbitrary locations; risk from install mechanism is minimal.
Credentials
The skill declares no required env vars or credentials and the code does not access secrets, config paths, or external services. Requested environment access is proportional (none).
Persistence & Privilege
Skill has default invocation/persistence settings (not always:true). It does not modify system or other skills' configuration and does not persist credentials.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cn-smart-reply - 安装完成后,直接呼叫该 Skill 的名称或使用
/cn-smart-reply触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.2.0
- Updated skill metadata to include a new name ("cn-smart-reply"), version 1.2.0, and emoji.
- Added a summary and disclaimer ("自动生成,无人工审查。") in the English description.
- Reformatted SKILL.md with markdown frontmatter for improved structure and clarity.
v1.1.0
v1.1.0: 修复SKILL.md格式
v1.0.0
v1.0.0: initial release - generate polite replies for common social scenarios
元数据
常见问题
Cn Smart Reply 是什么?
Smart Reply skill. 自动生成,无人工审查。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 171 次。
如何安装 Cn Smart Reply?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cn-smart-reply」即可一键安装,无需额外配置。
Cn Smart Reply 是免费的吗?
是的,Cn Smart Reply 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Cn Smart Reply 支持哪些平台?
Cn Smart Reply 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Cn Smart Reply?
由 freedompixels(@freedompixels)开发并维护,当前版本 v1.2.0。
推荐 Skills