ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified utilities Safety 4/5

Check Test

Skill by 1227323804

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/1227323804/check-test
Or

What This Skill Does

The Check Test skill is a powerful, FastAPI-based sensitive content detection engine designed to maintain high standards of textual integrity. It acts as a specialized filter that analyzes incoming text to identify three critical categories: sensitive vocabulary, common typos or spelling errors, and non-compliant or prohibited phrasing. By processing user-provided content, it returns detailed metadata, including error levels, specific corrections, and the precise location of the problematic text within the document. This tool is essential for organizations that require rigorous content moderation, ensuring that communications are professional, accurate, and aligned with internal compliance guidelines.

Installation

To integrate this skill into your environment, use the OpenClaw command line interface. Execute the following command in your terminal:

clawhub install openclaw/skills/skills/1227323804/check-test

Ensure that you have Python 3.11+ installed on your host system. After installation, verify the requirements using the provided requirements.txt file and ensure your environment variables (such as the upstream API URL and timeout settings) are correctly configured in your .env file to ensure seamless connectivity.

Use Cases

  • Corporate Compliance: Automatically scan internal documentation, emails, or marketing materials to prevent the accidental use of non-compliant terminology.
  • Content Moderation: Implement a gatekeeping mechanism for user-generated content in forums or commenting systems to filter out offensive language.
  • Automated Proofreading: Integrate the skill into writing assistance workflows to catch typos and grammatical irregularities that manual review might miss.

Example Prompts

  1. "Check the following text for sensitive content and spelling errors: [Insert your paragraph here]"
  2. "Run a compliance scan on the marketing copy I just drafted to ensure it follows standard corporate terminology."
  3. "Can you identify any offensive words or typos in this document and provide the corrected suggestions?"

Tips & Limitations

  • API Connectivity: This tool relies on an upstream service. Always verify the SAFEGUARD_API_URL environment variable if you encounter connection errors.
  • Performance Tuning: The API_TIMEOUT setting can be adjusted based on the expected length of your text content; longer documents may require a higher timeout threshold.
  • Granularity: Utilize the sensitiveCodeList parameter to narrow down the specific types of checks, which can significantly improve processing speed for specific use cases.

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-1227323804-check-test": {
      "enabled": true,
      "auto_update": true
    }
  }
}

Tags(AI)

#content-moderation#spelling-checker#compliance#text-analysis#data-quality
Safety Score: 4/5

Flags: network-access, external-api