api-testerPerform structured HTTP/HTTPS requests (GET, POST, PUT, DELETE) with custom headers and JSON body support. Use for API testing, health checks, or interacting...
Install via ClawdBot CLI:
clawdbot install wanng-ide/api-testerGrade 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/submitCalls external URL not in known-safe list
https://api.example.com/dataAI Analysis
The skill's purpose is explicitly to make user-specified HTTP requests; the example URLs (api.example.com) are standard placeholders for documentation, not hidden endpoints. No credential harvesting, hidden instructions, or obfuscation is present. The skill functions as a generic HTTP client tool.
Audited Apr 17, 2026 · audit v1.0
Generated Mar 1, 2026
Continuously test endpoints of microservices in a distributed system to ensure uptime and performance. This skill can automate periodic GET requests to health check endpoints, logging status codes and response times for alerting on failures or latency spikes.
Simulate customer orders by sending POST requests with JSON payloads to an e-commerce platform's API. This allows testing of order creation, payment processing, and inventory updates without manual intervention, ensuring the API handles data correctly and returns expected responses.
Send sensor data from IoT devices to a cloud server via HTTP POST requests with custom headers for authentication. This skill can be used to test the reliability of data ingestion pipelines, validate JSON formatting, and handle network errors in remote deployments.
Perform structured requests to banking or payment APIs to verify compliance with security standards like OAuth2. This involves testing GET and DELETE methods for account data retrieval and transaction cancellation, ensuring headers and error responses meet regulatory requirements.
Automate updates to a CMS by using PUT requests to modify articles or media metadata via REST APIs. This skill helps test bulk editing workflows, validate JSON body structures for content changes, and monitor response times for performance optimization.
Offer a cloud-based service where users can schedule and run API tests using this skill, with dashboards for results and alerts. Revenue is generated through subscription tiers based on test frequency, number of endpoints, and advanced features like custom scripts.
Provide consulting services to businesses needing to integrate or test APIs, using this skill to build custom testing scripts and automation workflows. Revenue comes from project-based fees or hourly rates for development, testing, and troubleshooting support.
Sell this skill as part of a marketplace for developer tools, targeting individual developers or teams who need a lightweight HTTP client. Revenue is generated through one-time purchases or freemium models with premium features like extended timeout settings or batch requests.
💬 Integration Tip
Use environment variables for sensitive data like API keys in headers, and wrap requests in try-catch blocks to handle errors gracefully without crashing the application.
Scored Apr 19, 2026
YouTube Data API integration with managed OAuth. Search videos, manage playlists, access channel data, and interact with comments. Use this skill when users want to interact with YouTube. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Trello API integration with managed OAuth. Manage boards, lists, cards, members, and labels. Use this skill when users want to interact with Trello for project management. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).
Fetch up-to-date library documentation via Context7 API. Use PROACTIVELY when: (1) Working with ANY external library (React, Next.js, Supabase, etc.) (2) User asks about library APIs, patterns, or best practices (3) Implementing features that rely on third-party packages (4) Debugging library-specific issues (5) Need current documentation beyond training data cutoff Always prefer this over guessing library APIs or using outdated knowledge.
API reference for CoinMarketCap DEX endpoints including token lookup, pools, transactions, trending, and security analysis. Use this skill whenever the user...
Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.
Lightweight API mock server for prototyping and testing, supporting JSON/JSON Schema responses, dynamic data, validation, latency, and webhook simulation.