
ahoo-wang/fetcher
2 skills2 installs30 starsGitHub
Install
npx skills add https://github.com/ahoo-wang/fetcherSkills in this repo
1Fetcher Openai Clientfetcher-openai-client is a Claude Code skill for calling OpenAI Chat Completions through the @ahoo-wang/fetcher-openai TypeScript package. It covers configuring the OpenAI and ChatClient entry points, choosing streaming or non-streaming result extraction, adding interceptors for auth or tracing, and handling client errors. A developer uses it when building an OpenAI chat client on Fetcher rather than for general OpenAI platform questions.1installs2Fetcher Openapi Generatorfetcher-openapi-generator is a Claude Code skill that generates type-safe TypeScript API clients from OpenAPI 3.x specs using the @ahoo-wang/fetcher-generator package. It covers the fetcher-generator CLI, config files, and the programmatic CodeGenerator API, plus the parse-to-generation pipeline and Wow CQRS command/query client generation. A developer uses it to produce typed clients, models, and barrel exports from an OpenAPI document rather than hand-writing API clients.1installs