agentsclimarketplace

Fetcher openapi types

Skill Ahoo-Wang/skills/plugins/ahoo-fetcher-skills/skills/fetcher-openapi-types

Use when modeling OpenAPI 3.x documents in TypeScript, including schemas, operations, parameters, responses, security schemes, components, references, extensions, media types, request bodies, and reusable utility types.From its SKILL.md

Install
npx -y skills add Ahoo-Wang/skills --skill fetcher-openapi-types

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

SKILL.md

2.0 KB, 352 tokens by cl100k_base, as published. Nobody here has run it

fetcher-openapi-types

Use This Skill When

  • The task is about OpenAPI type definitions, not code generation execution.
  • The task mentions OpenAPI schemas, operations, parameters, responses, components, references, or extensions.
  • The task needs to model security schemes, media types, request bodies, or reusable document fragments.
  • The task needs accurate TypeScript shapes for generator or validation work.

Workflow

  1. Identify the OpenAPI object category first: document, path, operation, schema, parameter, response, security, component, or extension.
  2. Use reference-aware types when values may be inline objects or $ref references.
  3. Keep extension fields behind explicit extension types instead of broad untyped records when possible.
  4. Use generator-focused types only when the task needs code generation metadata.
  5. Load references/api.md for the full exported type map and quick reference.

Key Practices

  • Do not use this skill to generate clients; hand off to fetcher-openapi-generator for generation workflows.
  • Prefer precise OpenAPI vocabulary over informal API terms when naming types.
  • Keep schema composition and polymorphism explicit so generator behavior remains predictable.

References

  • references/api.md: Detailed package API, examples, and edge-case guidance. Load it only when the task needs complete exported type lists, schema variants, operation fields, parameter and response types, security types, components, references, and extension utilities.

Related Skills

  • $fetcher-openapi-generator: Use when the task must generate Fetcher client code.
  • $fetcher-wow-cqrs: Use when OpenAPI metadata maps to Wow CQRS clients.
  • $fetcher-integration: Use for runtime HTTP client behavior.

What ships with it: 2 files

13.5 KB alongside SKILL.md

agents/

references/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.