跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

C Network

技能 警告 活跃

DNS lookups with doggo and readable HTTP requests with httpie — modern networking tools for the terminal.

目的

To equip users with modern, readable command-line tools for debugging DNS and interacting with APIs, simplifying common networking tasks.

功能

  • Perform DNS lookups for various record types
  • Make human-friendly HTTP requests (GET, POST, etc.)
  • Colorized and formatted output for readability
  • Support for custom nameservers and DoH
  • Download files and perform form uploads via HTTP

使用场景

  • Debugging DNS resolution issues
  • Testing API endpoints with readable requests
  • Quickly checking network connectivity
  • Replacing `dig`, `nslookup`, and `curl` with more user-friendly alternatives

非目标

  • Performing complex network diagnostics beyond basic DNS and HTTP
  • Acting as a full-featured network analysis suite
  • Managing network infrastructure

Practical Utility

  • info:Edge casesWhile happy path examples are shown, specific failure modes or recovery steps for edge cases like invalid DNS queries or non-existent URLs are not explicitly documented.

Documentation

  • info:Configuration & parameter referenceThe parameters for 'doggo' and 'httpie' are demonstrated in examples but not explicitly documented with default values or a comprehensive reference.

Maintenance

  • critical:Commit recencyThe last commit was on March 6, 2026, which is over 2 months ago and indicates potential unmaintained status.

Trust

  • warning:Issues AttentionThere is 1 open issue and 0 closed issues in the last 90 days, indicating slow responsiveness or lack of maintenance.

Code Execution

  • info:Error HandlingError handling is dependent on the underlying CLI tools; explicit structured error reporting for the skill itself is not evident.

Install

  • warning:Installation instructionWhile the README demonstrates usage, explicit installation instructions for 'doggo' and 'httpie' themselves are missing; users are expected to manage tool installation.

Errors

  • info:Actionable error messagesError messages are dependent on the underlying CLI tools. While they typically indicate issues, remediation steps are not explicitly provided by the skill's documentation.

安装

npx skills add daxaur/openpaw

通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。

质量评分

警告
75 /100
1 day ago 分析

信任信号

最近提交2 months ago
星标137
许可证MIT
状态
查看源代码

类似扩展

High Performance Browser Networking

100

Optimize web performance through network protocols, resource loading, and browser rendering internals. Use when the user mentions "page load speed", "Core Web Vitals", "HTTP/2", "resource hints", "network latency", "render blocking", "TCP optimization", "service worker", or "critical rendering path". Also trigger when diagnosing slow page loads, optimizing time to first byte, choosing between WebSocket and SSE, or reducing bundle sizes. Covers TCP/TLS optimization, caching strategies, WebSocket/SSE, and protocol selection. For UI visual performance, see refactoring-ui. For font loading, see web-typography.

技能
wondelai

Flutter Use Http Package

94

Use the `http` package to execute GET, POST, PUT, or DELETE requests. Use when you need to fetch from or send data to a REST API.

技能
flutter

Vercel Networking Domains

75

Vercel networking and routing for domains, DNS, redirects, rewrites, headers, CDN, edge cache, and regions. Use when configuring routing or traffic behavior on Vercel.

技能
bobmatnyc

Digitalocean Networking

75

DigitalOcean networking services including VPC, firewalls, load balancers, reserved IPs, DNS, IPv6, and NAT gateway. Use when designing or securing network connectivity for DigitalOcean workloads.

技能
bobmatnyc

Trader Regime

100

Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy

技能
ruvnet

Setup

100

Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow

技能
Yeachan-Heo