Clear Tool

v1.0.0

Perform clear-tool operations from the command line.

0· 44·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 dinghaibin/clear-tool.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "Clear Tool" (dinghaibin/clear-tool) from ClawHub.
Skill page: https://clawhub.ai/dinghaibin/clear-tool
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 clear-tool

ClawHub CLI

Package manager switcher

npx clawhub@latest install clear-tool
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description (clear-tool) matches the included code's behavior (printing ANSI sequences to clear the terminal). Minor inconsistency: SKILL.md shows usage as a 'clear-tool' binary but the repository contains a single scripts/clear.py and no install instructions, so the binary name/installation is not provided by the package.
Instruction Scope
SKILL.md only documents running the CLI (help, piping). It does not instruct reading files, environment variables, or contacting external endpoints.
Install Mechanism
There is no install spec (instruction-only). The included script is tiny (prints escape codes) and does not download or execute external code.
Credentials
No environment variables, credentials, or config paths are requested or used; the script has no need for secrets.
Persistence & Privilege
Skill does not request always:true and does not modify system or other skills. It has no persistent privileges.
Assessment
This skill is low-risk: its single script simply prints ANSI codes to clear a terminal and asks for no credentials. The main practical issue is that SKILL.md references a 'clear-tool' command but no install step is provided — installing would require you to place the script on your PATH or create a wrapper. If you install it, inspect or run the script locally before making it executable; avoid running unknown installers or placing files into system directories you don't control.

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

latestvk97ak99c3vn3dszzr75xxafpgn85nfq9
44downloads
0stars
1versions
Updated 16h ago
v1.0.0
MIT-0

Clear - CLI Utility

Command-line utility for clear operations.

Quick Start

clear-tool --help

Features

  • Standard command-line interface
  • Common flags and arguments
  • Pipe and redirect compatible
  • Shell integration

Examples

# Show help
clear-tool --help

# Basic usage
clear-tool [options] [arguments]

# Pipe input
echo "input" | clear-tool [options]

Comments

Loading comments...