api-developmentMeta-skill that orchestrates the full API development lifecycle — from design through documentation — by coordinating specialized skills, agents, and commands into a seamless build workflow.
Install via ClawdBot CLI:
clawdbot install wpank/api-developmentGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/wpank/ai/tree/main/skills/api/api-developmentAudited Apr 16, 2026 · audit v1.0
Generated Mar 21, 2026
A retail company needs to add new endpoints for a loyalty program and real-time inventory tracking to their existing REST API. This involves designing new resources, implementing business logic for points calculation, and ensuring secure authentication for user data. The skill orchestrates design, testing, and documentation to maintain consistency with the current API version.
A healthcare provider is building a new GraphQL API to aggregate patient records from multiple internal systems, allowing flexible queries by clinicians. The skill guides the design of schemas for relational data, implements authorization for HIPAA compliance, and generates documentation with usage examples for developers.
A financial technology startup is developing internal microservices for payment processing and fraud detection using gRPC for high-throughput communication. The skill helps define protobuf schemas, implement service-layer logic with error handling, and run contract tests to ensure reliability between services.
A software-as-a-service company is refactoring their public REST API to improve performance and add versioning for backward-compatible changes. The skill coordinates the redesign of endpoints, updates OpenAPI specs, and deploys the new version with proper changelog entries and deprecation headers.
An IoT company is creating an API from scratch to manage connected devices, including real-time data streaming and device configuration. The skill orchestrates the design of WebSocket endpoints for real-time updates, implements rate limiting for device communications, and documents authentication for API keys.
Monetize the API by offering tiered subscription plans with different rate limits and features, such as premium endpoints or higher data quotas. Revenue is generated through monthly or annual fees from developers and businesses integrating the API into their applications.
Charge users based on API usage metrics like number of requests, data volume, or specific endpoint calls. This model suits APIs with variable demand, allowing scalability and cost-effectiveness for consumers while generating revenue proportional to usage.
Offer custom API solutions with dedicated support, SLA guarantees, and white-label options for large enterprises. Revenue comes from one-time licensing fees or annual contracts that include maintenance, security audits, and priority access to new features.
💬 Integration Tip
Start by using the skill's orchestration flow to break down API projects into manageable steps, ensuring each phase from design to deployment is covered. Leverage the decision table to choose the right API paradigm early, avoiding rework later.
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).
Scaffold, test, document, and debug REST and GraphQL APIs. Use when the user needs to create API endpoints, write integration tests, generate OpenAPI specs, test with curl, mock APIs, or troubleshoot HTTP issues.
Twilio API integration with managed OAuth. SMS, voice calls, phone numbers, and communications. Use this skill when users want to send SMS messages, make voice calls, manage phone numbers, or work with Twilio resources. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway). Requires network access and valid Maton API key.
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.
OpenClaw skill that installs a Google Sheets CLI with setup steps and commands for read/write, batch, formatting, and sheet management.