Install any skill in seconds. Free to start, no credit card required.
Get Started Free →TCP ping tool for testing connectivity to TCP ports. Uses TCP protocol with curl to establish connections. Supports heatmap, bar chart, and verbose output modes. **Dependency**: This is an x-cmd module. Install x-cmd first (see x-cmd skill for installation options). see x-cmd skill for installation.
.claude/skills/x-cmd-x-tping/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-01 | ✗→✓ | ▲ Improved | -39% | 0% |
| case-02 | ✗→✓ | ▲ Improved | -19% | 0% |
| case-03 | ✗→✓ | ▲ Improved | -44% | 0% |
| case-04 | ✗→✓ | ▲ Improved | -31% | 0% |
| case-05 | ✗→✓ | ▲ Improved | -16% | 0% |
> Ping TCP ports to test connectivity using TCP protocol.
bash# Ping default port 80 x tping bing.com # Ping specific port x tping bing.com:443 # Heatmap visualization x tping --heatmap bing.com
| Command | Description | |---------|-------------| | x tping <host> | Ping host on port 80 (default) | | x tping <host>:<port> | Ping specific port | | x tping -n <count> | Limit ping count (recommended) | | x tping --verbose | Verbose output (default) | | x tping --heatmap | Heatmap visualization | | x tping --bar | Bar chart visualization | | x tping --csv | CSV format output | | x tping --tsv | TSV format output | | x tping --raw | Raw format output |
bash# Ping port 80 (default) - runs indefinitely until Ctrl+C x tping bing.com # Ping with count limit (recommended - stops after N times) x tping -n 10 bing.com x tping -n 20 bing.com:443 # Ping port 443 x tping bing.com:443 # Ping specific IP and port x tping 8.8.8.8:53
bash# Heatmap mode x tping --heatmap bing.com # Bar chart mode x tping --bar bing.com:80
bash# CSV output x tping --csv bing.com # TSV output x tping --tsv bing.com:443
| Feature | Traditional Ping | x tping | |---------|-----------------|---------| | Protocol | ICMP | TCP | | Port-specific | No | Yes | | Firewall-friendly | Often blocked | Usually allowed | | Output | Text | Visual modes + Data formats |
Uses curl for TCP connections. On Windows and older curl versions (<8.4), uses x cosmo curl to avoid connection issues.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→pass | 10,049 | 4,806 | -52% | 1 | 1 | 0% | 1,656 | 1,012 | -39% | 0 | 0 | — |
case-02 | fail→pass | 9,628 | 9,372 | -3% | 1 | 1 | 0% | 1,621 | 1,310 | -19% | 0 | 0 | — |
case-03 | fail→pass | 18,209 | 4,498 | -75% | 1 | 1 | 0% | 2,027 | 1,130 | -44% | 0 | 0 | — |
case-04 | fail→pass | 8,809 | 4,268 | -52% | 1 | 1 | 0% | 1,419 | 985 | -31% | 0 | 0 | — |
case-05 | fail→pass | 8,816 | 2,969 | -66% | 1 | 1 | 0% | 1,185 | 1,001 | -16% | 0 | 0 | — |
case-06 | fail→pass | 8,193 | 3,840 | -53% | 1 | 1 | 0% | 1,471 | 1,148 | -22% | 0 | 0 | — |
case-07 | pass→pass | 11,844 | 4,529 | -62% | 1 | 1 | 0% | 2,022 | 1,133 | -44% | 0 | 0 | — |
case-08 | fail→pass | 17,530 | 3,554 | -80% | 1 | 1 | 0% | 1,512 | 1,031 | -32% | 0 | 0 | — |
case-09 | pass→pass | 12,062 | 3,693 | -69% | 1 | 1 | 0% | 1,023 | 1,036 | +1% | 0 | 0 | — |
case-10 | fail→pass | 17,508 | 6,784 | -61% | 1 | 1 | 0% | 2,632 | 1,195 | -55% | 0 | 0 | — |
case-11 | fail→pass | 15,708 | 6,719 | -57% | 1 | 1 | 0% | 2,554 | 1,053 | -59% | 0 | 0 | — |
case-12 | fail→pass | 7,336 | 2,642 | -64% | 1 | 1 | 0% | 1,077 | 948 | -12% | 0 | 0 | — |
case-13 | fail→pass | 24,110 | 5,306 | -78% | 1 | 1 | 0% | 3,291 | 1,327 | -60% | 0 | 0 | — |
case-14 | pass→pass | 12,402 | 12,832 | +3% | 1 | 1 | 0% | 2,124 | 2,715 | +28% | 0 | 0 | — |
case-15 | pass→pass | 4,887 | 2,946 | -40% | 1 | 1 | 0% | 683 | 885 | +30% | 0 | 0 | — |
case-16 | fail→pass | 8,639 | 3,268 | -62% | 1 | 1 | 0% | 1,557 | 982 | -37% | 0 | 0 | — |
case-17 | fail→pass | 25,702 | 4,702 | -82% | 1 | 1 | 0% | 2,203 | 1,083 | -51% | 0 | 0 | — |
case-18 | fail→pass | 17,763 | 3,075 | -83% | 1 | 1 | 0% | 3,091 | 1,079 | -65% | 0 | 0 | — |
case-19 | pass→pass | 12,633 | 27,882 | +121% | 1 | 1 | 0% | 2,050 | 1,793 | -13% | 0 | 0 | — |
case-20 | pass→pass | 4,336 | 8,695 | +101% | 1 | 1 | 0% | 552 | 1,229 | +123% | 0 | 0 | — |
case-21 | pass→pass | 9,844 | 8,639 | -12% | 1 | 1 | 0% | 1,544 | 1,864 | +21% | 0 | 0 | — |
case-22 | pass→pass | 10,693 | 12,204 | +14% | 1 | 1 | 0% | 1,776 | 1,905 | +7% | 0 | 0 | — |
case-23 | pass→pass | 16,134 | 10,535 | -35% | 1 | 1 | 0% | 2,730 | 2,296 | -16% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 23 cases were attempted. The headline lift of +61 percentage points is the difference between those two pass rates over the 23 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.