| 5.2 | clawhub | Wget Tool wget-tool wraps the wget command-line utility for downloading files over http, https, or ftp protocols with resume, recursive mirroring, rate limits, and retry logic. suitable for batch automation and website archival. |
| 5.2 | clawhub | Uuid Tool uuid-tool generates multiple uuid versions (v1, v4, v5, v7) with bulk generation, deterministic namespace-based creation, and parsing. covers common distributed systems use cases but lacks explicit error handling and recovery guidance. |
| 5.2 | clawhub | Wc Tool wc-tool counts lines, words, characters (multibyte-aware), and bytes across files with per-file and total summaries. supports stdin piping, json output, and null-separated file lists for pipeline integration. |
| 5.2 | clawhub | Wc Lines Tool wc-lines-tool counts lines in text with categorization by type (blank, code, comment). supports file/stdin input, threshold alerts via exit codes, and json output for pipeline integration. |
| 4.8 | clawhub | Datetime Tool datetime-tool provides command-line date/time manipulation across multiple formats and timezones, but lacks explicit failure modes, outcome signals, and decision logic necessary for reliable skill orchestration. |
| 4.3 | clawhub | Backup Tool backup-tool wraps a python script for file backup/restore with optional gzip/bzip2/xz compression and aes-256 encryption. covers basic cli usage, cron scheduling, and incremental backups but lacks procedure depth and failure handling. |
| 4.2 | clawhub | Telegram Bot telegram-bot-pro provides basic scaffolding for telegram bot creation via command-line scripts and handler functions, covering message routing and webhook configuration without depth on production concerns. |
| 4.2 | clawhub | Xxd Tool xxd-tool wraps the standard xxd utility for hex dumping, binary conversion, and byte-level patching. command-line reference docs present but lack workflow guidance and failure handling. |
| 4.2 | clawhub | Uniq Tool uniq-tool filters or counts consecutive duplicate lines in sorted text. handles deduplication and frequency analysis via command-line flags without requiring workflow orchestration. |
| 4.2 | clawhub | Read Tool read-tool captures single lines from stdin into variables with optional prompts, timeouts, and password masking for shell scripts and interactive workflows. |
| 4.2 | clawhub | Image Processor dinghaibin-image-processor handles basic image transformations including resize, crop, compress, and format conversion via command-line interface. lacks explicit error handling and input validation guidance. |
| 4.2 | clawhub | Kill Tool kill-tool sends termination signals to processes by PID, supporting both graceful shutdown (SIGTERM) and forceful termination (SIGKILL) for process lifecycle control. |
| 4.2 | clawhub | Automation Workflow flow-automation provides yaml-based workflow orchestration with cron scheduling, webhooks, and multi-action chaining. execution model and error recovery remain underspecified. |
| 4.1 | clawhub | Urlencode Tool urlencode-tool encodes and decodes url-safe text per rfc 3986 across query strings, path segments, and form data. batch file processing and multiple output formats supported. |
| 4.1 | clawhub | Shuf Tool shuf-tool randomizes line order in text input for sampling and selection work. supports fixed-count output, numeric ranges, and replacement modes. |
| 4.1 | clawhub | Id Tool id-tool displays current user and group identity information including uid, gid, and supplementary groups. useful for permission debugging and security context validation on unix-like systems. |
| 4.1 | clawhub | Which Tool which-tool locates executable commands in system PATH and reports their absolute locations. useful for verifying installations, debugging missing commands, and detecting version conflicts via command-line or json output. |
| 3.9 | clawhub | Random Tool random-tool generates cryptographically secure random integers, passwords, and strings via command-line flags. suitable for test data generation and security token creation, but lacks integration depth and error handling documentation. |
| 3.9 | clawhub | Tree Tool tree-tool recursively displays directory structures as indented trees. supports depth limiting, filtering by type, and pattern exclusion for visualizing project hierarchies. |
| 3.9 | clawhub | Log Analyzer dinghaibin-log-analyzer provides CLI-based log parsing with regex pattern matching, error filtering, and summary statistics across common log formats. lacks actionable procedure depth and error handling guidance. |
| 3.9 | clawhub | Join Tool join-tool merges lines from sorted text files on a common field using configurable separators and join indices, mimicking sql join semantics for plain text data. |
| 3.9 | clawhub | Touch Tool touch-tool creates empty files and updates timestamps on existing files, supporting selective time changes and conditional file creation for build pipelines and file management tasks. |
| 3.9 | clawhub | Password Generator dinghaibin-password-generator provides command-line password and passphrase generation with configurable character sets and modes (pin, passphrase, batch), but lacks procedural depth and error handling documentation. |
| 3.9 | clawhub | Realpath Tool realpath-tool resolves relative paths and symbolic links to canonical absolute paths via command-line interface, supporting logical path preservation and relative-to directory output modes. |
| 3.9 | clawhub | Sha Tool sha-tool computes sha family hash values (sha1, sha256, sha512) for files and text, supporting basic integrity verification and checksum generation with minimal operational guidance. |
| 3.8 | clawhub | Yes Tool yes-tool outputs a repeated string (default 'y') for unattended script confirmation and pipeline testing. supports custom text, rate limiting, hex output, and json formatting. |
| 3.8 | clawhub | Split Tool split-tool fragments large files by line count, byte size, or chunk count. command-line interface with three splitting strategies and minimal operational guidance. |
| 3.8 | clawhub | Network Tool network-tool exposes basic interface enumeration and routing inspection via command flags, but lacks procedural depth, failure handling, and contextual guidance for actual diagnostic workflows. |
| 3.8 | clawhub | Mkdir Tool mkdir-tool wraps filesystem directory creation with parent hierarchy and permission mode support, but lacks integration context, error handling guidance, and decision logic for real automation workflows. |
| 3.8 | clawhub | Markdown Tool markdown-tool converts markdown to html with commonmark spec support, syntax highlighting, and table of contents generation. lacks actionable integration guidance and error handling documentation. |
| 3.8 | clawhub | Notify Tool notify-tool dispatches desktop notifications from scripts and automation with configurable title, message, and urgency levels. lacks depth on failure modes, daemon compatibility, and cross-platform behavior. |
| 3.8 | clawhub | Stat Tool stat-tool wraps unix stat functionality to retrieve file metadata, permissions, timestamps, and filesystem information via command-line flags and custom formatting options. |
| 3.8 | clawhub | Ls Tool ls-tool wraps directory listing with configurable output formats including permissions, sizes, and timestamps. basic file browsing without decision logic or structured automation. |
| 3.8 | clawhub | Groups Tool groups-tool queries unix group membership for a specified user, returning primary and supplementary groups from /etc/group. useful for permission auditing and access control verification without requiring elevated privileges. |
| 3.7 | clawhub | Nslookup Tool nslookup-tool resolves domain names and ip addresses via dns queries. supports forward and reverse lookups plus custom record type queries against specified nameservers. |
| 3.5 | clawhub | Test Tool test-tool evaluates shell conditionals for file existence, directory checks, string comparisons, and numeric arithmetic. returns posix exit codes (0 for true, 1 for false) suitable for script branching logic. |
| 3.5 | clawhub | Env Tool env-tool displays and manages shell environment variables. covers inspection, temporary assignment, and variable querying for runtime environment control. |
| 3.5 | clawhub | Date Tool date-tool provides command-line date formatting and timezone conversion. lacks procedural depth, decision logic, and explicit failure handling for real-world usage. |
| 3.4 | clawhub | Qrcode Tool dinghaibin-qrcode-tool generates qr codes from text and urls with ascii or image output, but lacks actionable workflow steps and error handling documentation. |
| 3.3 | clawhub | Screenshot Tool dinghaibin-screenshot-tool provides cli-based screenshot and screen recording via python script with support for full screen, window, and region capture modes. |
| 3.2 | clawhub | Grep Tool grep-tool wraps standard grep functionality for pattern matching across files and directories. covers basic regex search with common flags but lacks actionable procedures and failure handling. |
| 3.2 | clawhub | Top Tool top-tool displays real-time process activity with filtering and sorting options. covers basic system resource monitoring via command-line interface with configurable update intervals. |
| 3.2 | clawhub | System Monitor sys-monitor-dhb provides command-line metric collection for cpu, memory, disk, and network with basic alert thresholds, but lacks intent clarity, decision logic, and failure handling necessary for production monitoring. |
| 3.2 | clawhub | Umask Tool umask-tool displays or sets the file creation permission mask, controlling default permissions on new files and directories by subtracting from base modes 666 (files) and 777 (directories). |
| 3.2 | clawhub | Time Tool time-tool wraps command execution to measure wall-clock, user, and system cpu time. suitable for basic performance profiling and script latency analysis. |
| 3.2 | clawhub | Tr Tool tr-tool wraps the unix tr utility for character translation, deletion, and squeezing. provides basic examples but lacks procedural depth and error handling guidance. |
| 3.2 | clawhub | Table Tool table-tool formats delimited data into aligned columns with configurable separators and auto-fit widths, but lacks actionable procedure steps and error handling guidance. |
| 3.2 | clawhub | Rev Tool rev-tool reverses characters on each line of text input via stdin or file argument. minimal documentation covers basic usage without addressing failure modes or output contracts. |
| 3.2 | clawhub | Pwd Tool pwd-tool outputs the current working directory path. supports logical and physical path resolution via flags. minimal procedural depth for a filesystem navigation utility. |
| 3.2 | clawhub | Nc Tool nc-tool wraps netcat for TCP/UDP network operations. covers port scanning, listening, and data transfer but lacks actionable procedures and error handling guidance. |
| 3.2 | clawhub | Hex Tool hex-tool provides basic conversion between hexadecimal, decimal, binary, and ascii formats via command-line interface. suitable for developers examining binary data and file headers during debugging work. |
| 3.2 | clawhub | Curl Tool curl-tool wraps http/https/ftp data transfer with support for custom headers, authentication, and file downloads. lacks actionable procedure and failure handling. |
| 3.2 | clawhub | Sysinfo Tool sysinfo-tool collects and reports hardware and os metrics via command-line flags. lacks procedural depth, error handling, and decision logic for practical automation contexts. |
| 3.2 | clawhub | Text To Speech dinghaibin-text-to-speech converts text to audio via command-line interface with language selection, voice options, and speed control. lacks error handling documentation and operational context for integration. |
| 3.2 | clawhub | Tail Tool tail-tool displays the last lines of files with basic options for line count, byte count, and real-time following. covers common log monitoring use cases with minimal configuration. |
| 3.2 | clawhub | Ascii Tool ascii-tool converts between character codes and text encodings in decimal, hex, and binary formats. basic character lookup and ascii table generation included. |
| 3.2 | clawhub | Regex Tool regex-tool provides basic command-line regex matching with flags for case-insensitive search, replacement, and global matching. lacks procedural depth and failure guidance. |
| 3.2 | clawhub | Netstat Tool netstat-tool wraps the netstat command for viewing active connections, listening ports, and routing tables. suitable for basic network diagnostics but lacks procedural depth and error handling guidance. |
| 3.2 | clawhub | Tar Tool tar-tool wraps standard tar operations (create, extract, list) with support for gzip, bzip2, and xz compression. lacks decision logic, error handling guidance, and integration context. |
| 3.2 | clawhub | Ping Tool ping-tool sends icmp echo requests to measure network connectivity and latency. lacks procedural depth, decision logic, and explicit handling of common failure modes like timeouts or unreachable hosts. |
| 3.2 | clawhub | Fmt Tool fmt-tool reformats text paragraphs to specified widths, normalizes whitespace, and cleans up messy files via command-line flags. basic unix utility with minimal workflow integration. |
| 3.2 | clawhub | Sudo Tool sudo-tool wraps superuser command execution via sudoers configuration. minimal procedural guidance, no error handling or decision logic. |
| 3.2 | clawhub | Json Tool json-tool provides basic json formatting, validation, and conversion operations via command-line interface. covers pretty printing, minification, path queries, and output to yaml/csv/xml. |
| 3.2 | clawhub | True Tool true-tool returns exit code 0 unconditionally, serving as a no-op placeholder in shell scripts, loops, and conditional expressions where success is guaranteed. |
| 3.2 | clawhub | Sha1 Tool sha1-tool computes 160-bit sha-1 hashes for file integrity verification and data fingerprinting via command line interface. |
| 3.1 | clawhub | Paste Tool paste-tool merges corresponding lines from multiple files into columnar output with configurable delimiters. intended for aligning data from separate sources into tabular format. |
| 2.9 | clawhub | Tac Tool tac-tool reverses file line order for log inspection and content processing. minimal documentation covers basic syntax without operational depth or failure handling. |
| 2.8 | clawhub | Cat Tool cat-tool wraps the unix cat command for file concatenation and display. it supports multiple files, line numbering, and blank line squeezing via command-line flags. |
| 2.8 | clawhub | Chmod Tool chmod-tool wraps standard file permission modification with support for both symbolic and numeric modes, but lacks actionable procedure and failure handling. |
| 2.5 | clawhub | Alias Tool alias-tool documents basic shell alias creation and management. lacks actionable procedure, edge case handling, and systematic skill structure. |
| 2.5 | clawhub | Calc Tool calc-tool provides command-line arithmetic, trigonometric functions, and unit conversion via a simple expression interface, but lacks actionable procedural guidance. |
| 2.3 | clawhub | Clear Tool clear-tool provides command-line operations with standard flags and pipe compatibility, but the skill definition lacks actionable intent, concrete procedures, and use-case specificity. |
| 2.1 | clawhub | Cal Tool cal-tool is a command-line utility for calendar operations, though the skill definition lacks actionable procedures, concrete examples, and failure handling guidance. |
| — | clawhub | Rss Aggregator Parse, aggregate and process RSS/Atom feeds. Use when user wants to track multiple RSS feeds, create personalized news digest, monitor blog updates, or build... |
| — | clawhub | Notion Integration Work with Notion databases, pages, and APIs. Use when user needs to create, read, update, or delete Notion pages and databases; automate Notion workflows; sy... |
| — | clawhub | Data Scraper Extract data from websites and APIs for analysis. Use when user needs to collect product prices from e-commerce sites, gather news articles, extract structur... |
| — | clawhub | Base64 Tool Encode and decode base64 data. Support for standard and URL-safe variants. |
| — | clawhub | Chown Tool Perform chown-tool operations from the command line. |
| — | clawhub | Clipboard Tool Perform clipboard-tool operations from the command line. |
| — | clawhub | Cut Tool Extract specific fields or columns from text files using delimiter-based parsing. Use when you need to select columns from CSV, TSV, or delimited data. |
| — | clawhub | Fold Tool Wrap long lines of text to a specified width. Use for formatting text files to fit within column limits. |
| — | clawhub | Format Tool Format and beautify text output for better readability. Use for cleaning up structured data and aligning columns. |
| — | clawhub | Free Tool Display amount of free and used memory in the system. Use for monitoring memory usage and diagnosing performance issues. |
| — | clawhub | Git Tool Useful Git commands for repository management. Use when user needs to manage git repositories, create branches, view history, stash changes, or automate git... |
| — | clawhub | Head Tool Display the first lines of files. Use for quickly previewing file contents, checking headers, or sampling data. |
| — | clawhub | Hash Tool Compute cryptographic hash values of files and text. Use for verifying file integrity, checksums, and data validation. |
| — | clawhub | Hostname Tool Display or set the system hostname. Use for identifying the current machine on a network and configuring system identity. |
| — | clawhub | Hexdump Tool Display file contents in hexadecimal and ASCII format. Use for binary file analysis, forensic examination, and low-level data inspection. |
| — | clawhub | Ln Tool Create hard and symbolic links between files. Use for file referencing, shortcuts, and directory organization. |
| — | clawhub | Less Tool View file contents with interactive scrolling and search. Use for reading log files, code, and large text documents with pagination. |
| — | clawhub | Md5 Tool Compute MD5 cryptographic hash values for files and text. Use for file integrity verification and checksum validation. |
| — | clawhub | Mv Tool Move or rename files and directories. Use for file organization, relocation, and renaming operations. |
| — | clawhub | Nl Tool Number lines of text files, showing line numbers alongside content. Use for reference, indexing, and code line numbering. |
| — | clawhub | Od Tool Dump file contents in octal, decimal, hexadecimal, and ASCII formats. Use for binary data inspection and low-level file analysis. |
| — | clawhub | Pdf Tool Work with PDF files including merge, split, extract text, and convert. Use when user needs to combine multiple PDFs, split a PDF into pages, extract text fro... |
| — | clawhub | Ps Tool Display information about active processes. Use for monitoring running programs, checking resource usage, and system diagnostics. |
| — | clawhub | Printf Tool Format and print data with precise control over output format. Use for formatted output with padding, precision, and type specifications. |
| — | clawhub | Print Tool Output text and variable values to standard output. Use for displaying messages, script output, and debug information. |
| — | clawhub | Readlink Tool Display the target of a symbolic link. Use for resolving symlinks to find the actual file or directory they point to. |
| — | clawhub | Reverse Tool Reverse the order of lines or characters in text input. Use for text transformation, palindrome checking, and data reordering. |
| — | clawhub | Sed Tool Stream editor for filtering and transforming text using scripts. Use for find-and-replace, text manipulation, and batch file editing. |
| — | clawhub | Seq Tool Generate sequences of numbers with configurable start, end, and increment values. Use for creating numbered lists, loops, and ranges. |
| — | clawhub | Scp Tool Securely copy files between local and remote hosts over SSH. Use for file transfers, remote backups, and deployment tasks. |
| — | clawhub | Sha256 Tool Compute SHA-256 cryptographic hash values for files and text. Use for secure data verification and integrity checks. |
| — | clawhub | Sort Tool Sort lines of text files alphabetically or numerically. Use for data preparation, list organization, and output formatting. |
| — | clawhub | Sleep Tool Delay execution for a specified amount of time. Use for timing in scripts, waiting between operations, and scheduling delays. |
| — | clawhub | Sort Lines Tool Sort lines of text alphabetically or numerically. Use for data organization, list management, and text file preparation. |
| — | clawhub | System Monitor Monitor system metrics like CPU, memory, disk, and network. Use when user needs to track server performance, set up alerts for high resource usage, monitor u... |
| — | clawhub | Template Tool Process text templates with variable substitution. Use for generating dynamic content from template files. |
| — | clawhub | Tee Tool Read from stdin and write to both stdout and files. Use for saving pipe output while still displaying it on screen. |
| — | clawhub | Timestamp Tool Convert between Unix timestamps and human-readable dates. Use for time conversion, log analysis, and date arithmetic. |
| — | clawhub | Transform Tool Apply data transformations like case changes, encoding conversion, and format conversion. Use for text processing and data cleaning. |
| — | clawhub | Traceroute Tool Trace network path to a destination host. Use for network diagnostics, latency analysis, and routing path discovery. |
| — | clawhub | Unexpand Tool Convert spaces to tabs in text files. Use for consistent indentation and reducing file size by replacing spaces with tabs. |
| — | clawhub | Unzip Tool List, test, and extract files from ZIP archives. Use when you need to decompress or inspect ZIP file contents. |
| — | clawhub | Url Shortener Create and manage short URLs with custom aliases and tracking. Use when user needs to shorten long URLs, create memorable custom links, track click statistic... |
| — | clawhub | Validator Tool Validate data formats including JSON, email, URL, file paths, IP addresses, and phone numbers with detailed error reporting and batch processing. |
| — | clawhub | Uptime Tool Show system uptime, load average, active user count, and boot time. Use for system health checks, monitoring, and diagnostics. |
| — | clawhub | Video Downloader Download videos from YouTube and other video platforms. Use when user needs to download videos for offline viewing, extract audio from videos, or save video... |
| — | clawhub | Wc Chars Tool Count characters in text input — total, non-whitespace, CJK, and Unicode-aware character counts. Useful for text analysis, content length limits, and i18n va... |
| — | clawhub | Weather Tool Get current weather and forecasts. Use when user needs to check current weather, get forecast for travel planning, or monitor weather conditions. |
| — | clawhub | Wc Words Tool Count words in text — total, unique, per-line, with frequency analysis. Useful for readability metrics, content analysis, translation estimation, and documen... |
| — | clawhub | Web Monitor Monitor web pages for content changes with CSS selector targeting, change detection via hashing, and notification integration. Use for price tracking, conten... |
| — | clawhub | Whoami Tool Print the current effective username. Simple identity query for scripts, session tracking, and access control verification. |
| — | clawhub | Xargs Tool Build and execute command lines from standard input — batch process arguments, parallel execution, argument substitution, and delimiter control. |
| — | clawhub | Zip Tool Package and compress files into ZIP archives with configurable compression levels, password protection, directory recursion, and cross-platform compatibility... |
| — | clawhub | Whoami Tool Check Identity verification utility — validate current user against expected roles, check sudo access, and audit user capabilities. Extended whoami for security an... |
| — | clawhub | Cron Tool Perform cron-tool operations from the command line. |
| — | clawhub | Rm Tool Remove files and directories permanently. Use for file deletion, cleanup, and disk space management. |
| — | clawhub | Ssh Tool Securely connect to remote systems via the SSH protocol. Use for remote server management, file transfer, and tunneling. |
| — | clawhub | Schedule Task Schedule and run recurring tasks on Linux/Unix systems. Use when user wants to set up cron jobs, scheduled backups, periodic data sync, automated reports, or... |