webiny-api-opensearch-catalog
$
npx mdskill add webiny/webiny-js/webiny-api-opensearch-catalogInitialize OpenSearch clients for catalog operations.
- Enables agents to create and manage OpenSearch connections.
- Depends on webiny/api-opensearch client and factory abstractions.
- Agents configure clients via factory patterns for specific needs.
- Returns initialized client instances ready for catalog queries.
SKILL.md
.github/skills/webiny-api-opensearch-catalogView on GitHub ↗
---
name: webiny-api-opensearch-catalog
context: webiny-api
description: >
api/opensearch — 4 abstractions.
---
# api/opensearch
## How to Use
1. Find the abstraction you need below
2. Read the source file to get the exact interface and types
3. Import: `import { Name } from "<importPath>";`
4. See `webiny-use-case-pattern` or `webiny-event-handler-pattern` skills for implementation patterns
## Abstractions
---
**Name:** `createOpenSearchClient`
**Import:** `import { createOpenSearchClient } from "webiny/api/opensearch"`
**Source:** `@webiny/api-opensearch/client.ts`
---
**Name:** `OpenSearchClient`
**Import:** `import { OpenSearchClient } from "webiny/api/opensearch"`
**Source:** `@webiny/api-opensearch/features/OpenSearchClient/abstraction.ts`
---
**Name:** `OpenSearchClientFactory`
**Import:** `import { OpenSearchClientFactory } from "webiny/api/opensearch"`
**Source:** `@webiny/api-opensearch/features/OpenSearchClientFactory/abstraction.ts`
---
**Name:** `OpenSearchContext`
**Import:** `import { OpenSearchContext } from "webiny/api/opensearch"`
**Source:** `@webiny/api-opensearch/features/OpenSearchContext/abstraction.ts`
---
More from webiny/webiny-js
- testerUse when running tests. Shows how to run tests for a single package, including OpenSearch (ddb-os) tests when applicable.
- webiny-admin-aco-catalog>
- webiny-admin-architect>
- webiny-admin-build-params-catalog>
- webiny-admin-catalog>
- webiny-admin-cms-catalog>
- webiny-admin-configs-catalog>
- webiny-admin-env-config-catalog>
- webiny-admin-form-catalog>
- webiny-admin-graphql-client-catalog>