simplehttpskillMake HTTP requests (GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS) with custom headers, automatic retries, and graceful error handling. Use when the user need...
Install via ClawdBot CLI:
clawdbot install stephen-standridge/simplehttpskillGrade Limited — 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/itemsCalls external URL not in known-safe list
https://api.example.com/itemsAI Analysis
The skill is a generic HTTP client utility designed to make requests to user-specified URLs, not to send data to predefined unauthorized endpoints. The example URLs (api.example.com) are illustrative placeholders consistent with the skill's stated purpose. No hidden instructions, credential harvesting, or obfuscation are present.
Audited Apr 17, 2026 · audit v1.0
Generated Mar 21, 2026
Automate order confirmations and inventory updates by calling REST APIs from suppliers and payment gateways. The skill handles retries for transient network issues during peak sales, ensuring reliable data synchronization without manual intervention.
Poll sensors and send commands to IoT devices via HTTP endpoints in manufacturing or smart home systems. Automatic retries manage intermittent connectivity, while timeout settings prevent hangs from unresponsive devices, maintaining real-time monitoring.
Fetch and combine data from multiple news or social media APIs to create aggregated feeds. Custom headers support API authentication, and error handling gracefully logs failures without crashing the service, ensuring continuous operation.
Integrate with electronic health record systems to book appointments and send reminders via webhooks. The skill's JSON body serialization simplifies data exchange, and retries handle temporary server outages, improving patient communication reliability.
Sync transaction data between banking APIs and internal accounting software using POST and GET requests. Exponential backoff manages rate limits during high-volume updates, and timeout settings ensure timely processing without blocking other operations.
Offer this skill as part of a low-code platform for businesses to connect APIs without coding. Revenue comes from subscription tiers based on request volume and advanced features like custom retry policies, targeting SMEs needing automation.
Deploy the skill as a proxy layer to manage external API calls for clients, adding reliability through retries and error handling. Charge per request or via monthly retainers, focusing on startups that lack robust infrastructure.
Use the skill in custom solutions for enterprises, such as building internal tools or integrating legacy systems. Revenue is generated through project fees and ongoing support contracts, leveraging the skill's dependency-free nature for easy deployment.
💬 Integration Tip
Start by setting default headers for authentication in the client constructor to simplify repeated calls, and adjust timeout based on target API response times to avoid unnecessary retries.
Scored Apr 19, 2026
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.
Essential curl commands for HTTP requests, API testing, and file transfers.
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.