curl-httpEssential curl commands for HTTP requests, API testing, and file transfers.
Install via ClawdBot CLI:
clawdbot install Arnarsson/curl-httpRequires:
Grade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Sends data to undocumented external endpoint (potential exfiltration)
POST → https://api.example.com/usersCalls external URL not in known-safe list
https://curl.se/Uses known external API (expected, informational)
api.github.comAI Analysis
This is a standard documentation skill for the curl command-line tool. All example URLs (api.example.com, example.com, api.github.com) are clearly illustrative placeholders for educational purposes, not instructions to send user data to specific, unauthorized endpoints. The skill's behavior is fully transparent and consistent with its stated purpose.
Generated Mar 1, 2026
Developers and QA engineers use curl to test REST APIs by sending GET, POST, PUT, and DELETE requests with custom headers and JSON payloads. This helps verify endpoints, debug issues with verbose output, and ensure API reliability before deployment in web or mobile applications.
IT administrators and data engineers utilize curl for automated file downloads, uploads via FTP or HTTP, and handling large datasets with resume capabilities. This supports data pipelines, backup systems, and content distribution in media, finance, and logistics industries.
Analysts and DevOps teams employ curl to fetch web content, extract specific data with range requests, and monitor website availability by checking HTTP status codes. This aids in competitive analysis, uptime tracking, and performance testing for e-commerce and news platforms.
Security professionals leverage curl to test authentication mechanisms like bearer tokens, API keys, and SSL/TLS configurations, including client certificates. This ensures secure API access, identifies vulnerabilities, and complies with standards in banking and healthcare sectors.
Network engineers use curl to configure and test proxy settings, including HTTP and SOCKS proxies with authentication, for routing requests in corporate environments. This facilitates access control, traffic management, and troubleshooting in telecommunications and enterprise IT.
Companies offer API platforms where curl is used by customers to integrate and test endpoints, driving subscription fees based on usage tiers. This model supports scalable revenue from developers and businesses in tech and SaaS industries.
Firms provide data aggregation services using curl to collect web data, which is then analyzed and sold as reports or dashboards. Revenue comes from licensing insights to clients in marketing, finance, and research sectors.
Businesses develop tools that incorporate curl for monitoring, automation, and file transfers, sold as software or cloud services. This generates revenue through one-time purchases or recurring fees from IT and operations teams.
💬 Integration Tip
Integrate curl into scripts for automation, using flags like -s for silent mode and -w for custom output to streamline workflows and reduce manual effort in testing and data handling.
Scored Apr 19, 2026
Audited Apr 16, 2026 · audit v1.0
Control remote Windows machines via SSH. Use when executing commands on Windows, checking GPU status (nvidia-smi), running scripts, or managing remote Windows systems. Triggers on "run on Windows", "execute on remote", "check GPU", "nvidia-smi", "远程执行", "Windows 命令".
Perform reverse lookup of gTLD domains hosted on a specified nameserver with optional filters by TLD and domain prefix length.
Configure OpenClaw installations with optimized settings, channel setup, security hardening, and production recommendations.
Connect to remote desktops via RDP, VNC, and SSH X11 with secure tunneling and troubleshooting.
Deploy and manage Vercel projects. Use when deploying applications to Vercel, managing environment variables, checking deployment status, viewing logs, or performing Vercel operations. Supports production and preview deployments. Practical infrastructure operations - no "AI will build your app" magic.
Monitor web pages for content changes and get alerts. Track URLs, detect updates, view diffs. Use when asked to watch a website, track changes on a page, mon...