ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

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-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1477009639zw-blip/betabsdet
Or

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."

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-1477009639zw-blip-betabsdet": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.