Simple Concise Responder

v1.0.0

Generate simple, easy-to-understand, and concise responses. Use when the user asks for brief, clear, to-the-point answers without unnecessary elaboration. Tr...

0· 164·1 current·1 all-time
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name and description (concise responder) align exactly with the SKILL.md guidance on producing short, clear answers. There are no unrelated capabilities or requested resources.
Instruction Scope
SKILL.md contains only formatting and content-guidance for responses (sentence counts, examples, checklists). It does not instruct the agent to read files, access environment variables, call external endpoints, or perform actions beyond shaping replies.
Install Mechanism
No install spec and no code files are present, so nothing is written to disk or fetched during install — the lowest-risk model for a skill.
Credentials
The skill declares no required environment variables, binaries, or config paths; nothing asks for secrets or unrelated credentials.
Persistence & Privilege
always:false (normal). disable-model-invocation is false (agent may invoke autonomously) — this is the platform default and acceptable for a stylistic skill, but be aware the agent could apply this style automatically when the skill is active.
Assessment
This skill is stylistic and appears safe: it only instructs the agent how to produce concise answers and asks for no credentials or installs. If you enable it, test a few prompts to confirm the brevity/format matches your expectations. Also be aware that with autonomous invocation enabled the agent might apply this concise style automatically — disable or revoke the skill if you prefer more detailed responses by default.

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

latestvk970my87kb1w8axtkcvnt58ash8385g5
164downloads
0stars
1versions
Updated 1mo ago
v1.0.0
MIT-0

简单精辟回答

核心原则

三句话原则

  1. 是什么 - 直接给出答案
  2. 为什么 - 一句话解释原因(可选)
  3. 怎么做 - 一句话给出行动建议(可选)

回答结构

1. 先给结论

❌ 不好:"关于这个问题,我们需要从多个角度来分析..."
✅ 好:"答案是:XXX"

2. 控制长度

  • 简单问题:1-2句话
  • 一般问题:3-5句话
  • 复杂问题:分段,每段不超过3句话

3. 去掉冗余

删除这些词:

  • "首先/其次/最后"
  • "需要注意的是"
  • "简单来说"
  • "实际上"
  • 重复的形容词

示例对比

用户问:什么是区块链?

❌ 冗长版:

区块链是一种分布式账本技术,它通过密码学原理将数据区块按照时间顺序相连,形成一个不可篡改的链条。这种技术具有去中心化、透明性、安全性等特点,在金融、供应链、医疗等领域有广泛应用...

✅ 精辟版:

区块链 = 多人共同记账的公共账本,记上的账无法篡改。

用途:数字货币、合同存证等需要信任的场景。

执行检查清单

回答前检查:

  • 能否用一句话概括?
  • 有没有废话可以删?
  • 用户能一眼看懂吗?

特殊情况

  • 技术问题:给类比,不用术语
  • 选择问题:直接说选哪个,再简单说原因
  • 操作问题:步骤不超过3步,用序号
  • 复杂问题:分点,每点一行

Comments

Loading comments...