← 返回 Skills 市场
Bs Detector
作者
1477009639zw-blip
· GitHub ↗
· v1.0.0
· MIT-0
127
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install bs-detector
功能描述
Detects key claims in long messages and summarizes the real point. Uses NLP to find what someone is actually saying vs. what they want you to believe.
使用说明 (SKILL.md)
BS Detector — Find the Real Point
Detects claims, identifies fluff, and extracts the actionable truth from long messages.
Usage
python3 detect.py --input message.txt
python3 detect.py --text "Your long slack message here..."
Features
- Claim extraction from long text
- Fluff detection (filler, buzzwords, corporate speak)
- Core point summarization
- Sentiment analysis
- Key numbers and facts highlighted
Example
Input: Long corporate email Output: "Core message: Deadline is Friday. Key ask: Approval by EOD Thursday."
安全使用建议
This skill appears safe and coherent: it runs a local Python script that analyzes text using simple heuristics and prints results. It does not contact the network or request credentials. Two practical notes: (1) The implementation is basic — phrases and regexes, not advanced NLP — so results are approximate and may miss nuance. (2) Do not pass highly sensitive secrets or files you wouldn't want printed to stdout, because the script reads and echoes input-derived summaries. If you need stronger NLP/sentiment accuracy, look for a skill that explicitly depends on an NLP library or model.
功能分析
Type: OpenClaw Skill
Name: bs-detector
Version: 1.0.0
The skill is a straightforward text analysis tool designed to identify buzzwords and summarize messages. The Python script (detect.py) uses basic string matching and regex to calculate 'fluff' density and lacks any network access, suspicious file operations, or execution vulnerabilities.
能力评估
Purpose & Capability
Name/description claim 'Uses NLP' and 'sentiment analysis', but the included detect.py implements simple keyword/regex heuristics rather than ML/NLP libraries — capability is more limited than marketing wording, but otherwise aligned. Required binary (python3) matches the implementation and is proportionate.
Instruction Scope
SKILL.md only instructs running detect.py with --input or --text; the script reads the provided file or standard input and prints results. There are no instructions to read unrelated files, environment variables, or to transmit data externally.
Install Mechanism
No install spec (instruction-only) and no downloads — the skill ships a small script and expects python3 on PATH. Low-risk; nothing is written to disk beyond the included file.
Credentials
No environment variables, credentials, or config paths are required. The skill does not request unrelated secrets or system access.
Persistence & Privilege
always:false and user-invocable:true (default). The skill does not attempt to persist configuration, modify other skills, or request elevated/system-wide privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install bs-detector - 安装完成后,直接呼叫该 Skill 的名称或使用
/bs-detector触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
bs-detector 1.0.0
- Initial release of BS Detector.
- Extracts key claims and summarizes main points from long messages.
- Detects fluff, filler language, and buzzwords.
- Highlights core facts, numbers, and summarizes actionable items.
- Provides sentiment analysis of message tone.
元数据
常见问题
Bs Detector 是什么?
Detects key claims in long messages and summarizes the real point. Uses NLP to find what someone is actually saying vs. what they want you to believe. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 127 次。
如何安装 Bs Detector?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install bs-detector」即可一键安装,无需额外配置。
Bs Detector 是免费的吗?
是的,Bs Detector 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Bs Detector 支持哪些平台?
Bs Detector 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Bs Detector?
由 1477009639zw-blip(@1477009639zw-blip)开发并维护,当前版本 v1.0.0。
推荐 Skills