A diagnostic utility that binary-searches multipart part-count limits to identify upload thresholds and prevent HTTP 413 errors.
The fastest way to install a skill directly from the registry.
npx clawhub@latest install cc-pc-200
Copy the skill folder to one of these locations
~/.openclaw/skills/ <project>/skills/ Priority: Workspace > Local > Bundled
Copy this prompt to OpenClaw to install it automatically.
Help me install cc-pc-200 using Clawhub. If Clawhub is not installed, install it first (npm i -g clawhub).
Get the raw skill files in a ZIP archive.
The File-Count Threshold Probe is a utility designed to identify the exact multipart file-count upload limits of ClawHub. When working with complex agents and publishing tasks, large numbers of files can trigger HTTP 413 Payload Too Large errors. This tool automates the process of finding that boundary by systematically publishing an exact count of small files to see if they are accepted or rejected, making it a useful asset for developers troubleshooting execution environments within Openclaw Skills.
By establishing the upper bound of file uploads, developers can optimize their codebases and structure projects to stay safely under infrastructure limits.
To configure and execute this probe, run the script within your terminal:
# Navigate to your workspace
cd file-count-threshold-probe
# Execute the threshold search specifying your target endpoint
python probe.py --target-url https://api.clawhub.com
Ensure you configure your environment variables to point to the correct endpoint. This integrates into your developer toolkit for managing Openclaw Skills environments.
The probe structures and logs its execution data using a predictable schema to trace tests:
| Attribute | Type | Description |
|---|---|---|
| current_test_count | Integer | The exact number of files published in the current step |
| status_code | Integer | The HTTP status code returned by the server |
| is_accepted | Boolean | Flag indicating whether the batch was successfully processed |
| boundary_min | Integer | The lower boundary of the binary search range |
| boundary_max | Integer | The upper boundary of the binary search range |
Loading
A continuous delivery orchestration skill that automates PingCode work item resolution, branching, merge requests, code reviews, and reporting.

A comprehensive command-line interface and MCP server to orchestrate Scrapfly scraping, automated rendering, screenshots, and remote CDP browser sessions.

Ghost Eye functions as an image preprocessing bridge, converting visual data into rich OCR text and scene descriptions for pure-text LLMs.

A set of architectural principles for coordinating stateless scraping and stateful Cloud Browser interactions using a connected Scrapfly MCP server.

Convert SVG content, geographic maps, and Chinese character stroke orders into fully editable PowerPoint presentations.

An automated maintenance skill designed to compile, validate, and update high-level overview wiki pages in a Gitea-backed team knowledge base.








































