Cn Smart Reply

v1.2.0

Smart Reply skill. 自动生成,无人工审查。

0· 162·0 current·0 all-time

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for freedompixels/cn-smart-reply.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Cn Smart Reply" (freedompixels/cn-smart-reply) from ClawHub.
Skill page: https://clawhub.ai/freedompixels/cn-smart-reply
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install cn-smart-reply

ClawHub CLI

Package manager switcher

npx clawhub@latest install cn-smart-reply
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
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.
Assessment
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.

Like a lobster shell, security has layers — review code before you run it.

Runtime requirements

🔧 Clawdis
latestvk97awmmhn42wp4z0bk2ttva34h85mcda
162downloads
0stars
3versions
Updated 5h ago
v1.2.0
MIT-0

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: "💬 泻药。亲身经历来说..."

Comments

Loading comments...