Skip to main content

Documentation Index

Fetch the complete documentation index at: https://openclaw.ai2me.io/llms.txt

Use this file to discover all available pages before exploring further.

The plugin SDK is exposed as a set of narrow public subpaths under openclaw/plugin-sdk/. This page catalogs the commonly used subpaths grouped by purpose. The generated compiler entrypoint inventory lives in scripts/lib/plugin-sdk-entrypoints.json; package exports are the public subset after subtracting repo-local test/internal subpaths listed in scripts/lib/plugin-sdk-private-local-only-subpaths.json. Maintainers can audit the public export count with pnpm plugin-sdk:surface and active reserved helper subpaths with pnpm plugins:boundary-report:summary; unused reserved helper exports fail the CI report instead of staying in the public SDK as dormant compatibility debt. For the plugin authoring guide, see Plugin SDK overview.

Plugin entry

SubpathKey exports
plugin-sdk/plugin-entrydefinePluginEntry
plugin-sdk/coredefineChannelPluginEntry, createChatChannelPlugin, createChannelPluginBase, defineSetupPluginEntry, buildChannelConfigSchema, buildJsonChannelConfigSchema
plugin-sdk/config-schemaOpenClawSchema
plugin-sdk/provider-entrydefineSingleProviderPluginEntry
plugin-sdk/migrationMigration provider item helpers such as createMigrationItem, reason constants, item status markers, redaction helpers, and summarizeMigrationItems
plugin-sdk/migration-runtimeRuntime migration helpers such as copyMigrationFileItem, withCachedMigrationConfigRuntime, and writeMigrationReport
plugin-sdk/healthDoctor health-check registration, detection, repair, selection, severity, and finding types for bundled health consumers

Deprecated compatibility and test helpers

Deprecated subpaths stay exported for older plugins, but new code should use the focused SDK subpaths below. The maintained list is scripts/lib/plugin-sdk-deprecated-public-subpaths.json; CI rejects bundled production imports from it. Broad barrels such as compat, config-types, infra-runtime, text-runtime, and zod are compatibility only. Import zod directly from zod. OpenClaw’s Vitest-backed test-helper subpaths are repo-local only and are no longer package exports: agent-runtime-test-contracts, channel-contract-testing, channel-target-testing, channel-test-helpers, plugin-test-api, plugin-test-contracts, plugin-test-runtime, provider-http-test-mocks, provider-test-contracts, test-env, test-fixtures, test-node-mocks, and testing.

Reserved bundled plugin helper subpaths

These subpaths are plugin-owned compatibility surfaces for their owning bundled plugin, not general SDK APIs: plugin-sdk/codex-mcp-projection and plugin-sdk/codex-native-task-runtime. Cross-owner extension imports are blocked by package contract guardrails.
SubpathKey exports
plugin-sdk/channel-coredefineChannelPluginEntry, defineSetupPluginEntry, createChatChannelPlugin, createChannelPluginBase
plugin-sdk/config-schemaRoot openclaw.json Zod schema export (OpenClawSchema)
plugin-sdk/json-schema-runtimeCached JSON Schema validation helper for plugin-owned schemas
plugin-sdk/channel-setupcreateOptionalChannelSetupSurface, createOptionalChannelSetupAdapter, createOptionalChannelSetupWizard, plus DEFAULT_ACCOUNT_ID, createTopLevelChannelDmPolicy, setSetupChannelEnabled, splitSetupEntries
plugin-sdk/setupShared setup wizard helpers, setup translator, allowlist prompts, setup status builders
plugin-sdk/setup-runtimecreateSetupTranslator, createPatchedAccountSetupAdapter, createEnvPatchedAccountSetupAdapter, createSetupInputPresenceValidator, noteChannelLookupFailure, noteChannelLookupSummary, promptResolvedAllowFrom, splitSetupEntries, createAllowlistSetupWizardProxy, createDelegatedSetupWizardProxy
plugin-sdk/setup-adapter-runtimeDeprecated compatibility alias; use plugin-sdk/setup-runtime
plugin-sdk/setup-toolsformatCliCommand, detectBinary, extractArchive, resolveBrewExecutable, formatDocsLink, CONFIG_DIR
plugin-sdk/account-coreMulti-account config/action-gate helpers, default-account fallback helpers
plugin-sdk/account-idDEFAULT_ACCOUNT_ID, account-id normalization helpers
plugin-sdk/account-resolutionAccount lookup + default-fallback helpers
plugin-sdk/account-helpersNarrow account-list/account-action helpers
plugin-sdk/access-groupsAccess-group allowlist parsing and redacted group diagnostics helpers
plugin-sdk/channel-pairingcreateChannelPairingController
plugin-sdk/channel-reply-pipelineDeprecated compatibility facade. Use plugin-sdk/channel-outbound.
plugin-sdk/channel-config-helperscreateHybridChannelConfigAdapter, resolveChannelDmAccess, resolveChannelDmAllowFrom, resolveChannelDmPolicy, normalizeChannelDmPolicy, normalizeLegacyDmAliases
plugin-sdk/channel-config-schemaShared channel config schema primitives plus Zod and direct JSON/TypeBox builders
plugin-sdk/bundled-channel-config-schemaBundled OpenClaw channel config schemas for maintained bundled plugins only
plugin-sdk/chat-channel-idsBUNDLED_CHAT_CHANNEL_IDS, BUNDLED_CHAT_CHANNEL_ENVELOPE_PREFIXES, ChatChannelId. Canonical bundled/official chat channel ids plus formatter labels/aliases for plugins that need to recognize envelope-prefixed text without hardcoding their own table.
plugin-sdk/channel-config-schema-legacyDeprecated compatibility alias for bundled-channel config schemas
plugin-sdk/telegram-command-configTelegram custom-command normalization/validation helpers with bundled-contract fallback
plugin-sdk/command-gatingNarrow command authorization gate helpers
plugin-sdk/channel-policyresolveChannelGroupRequireMention
plugin-sdk/channel-ingressDeprecated low-level channel ingress compatibility facade. New receive paths should use plugin-sdk/channel-ingress-runtime.
plugin-sdk/channel-ingress-runtimeExperimental high-level channel ingress runtime resolver and route fact builders for migrated channel receive paths. Prefer this over assembling effective allowlists, command allowlists, and legacy projections in each plugin. See Channel ingress API.
plugin-sdk/channel-lifecycleDeprecated compatibility facade. Use plugin-sdk/channel-outbound.
plugin-sdk/channel-outboundMessage lifecycle contracts plus reply pipeline options, receipts, live preview/streaming, lifecycle helpers, outbound identity, payload planning, durable sends, and message-send context helpers. See Channel outbound API.
plugin-sdk/channel-messageDeprecated compatibility alias for plugin-sdk/channel-outbound plus legacy reply-dispatch facades.
plugin-sdk/channel-message-runtimeDeprecated compatibility alias for plugin-sdk/channel-outbound plus legacy reply-dispatch facades.
plugin-sdk/inbound-envelopeShared inbound route + envelope builder helpers
plugin-sdk/inbound-reply-dispatchDeprecated compatibility facade. Use plugin-sdk/channel-inbound for inbound runners and dispatch predicates, and plugin-sdk/channel-outbound for message delivery helpers.
plugin-sdk/messaging-targetsDeprecated target parsing alias; use plugin-sdk/channel-targets
plugin-sdk/outbound-mediaShared outbound media loading helpers
plugin-sdk/outbound-send-depsDeprecated compatibility facade. Use plugin-sdk/channel-outbound.
plugin-sdk/outbound-runtimeDeprecated compatibility facade. Use plugin-sdk/channel-outbound.
plugin-sdk/poll-runtimeNarrow poll normalization helpers
plugin-sdk/thread-bindings-runtimeThread-binding lifecycle and adapter helpers
plugin-sdk/agent-media-payloadLegacy agent media payload builder
plugin-sdk/conversation-runtimeConversation/thread binding, pairing, and configured-binding helpers
plugin-sdk/runtime-config-snapshotRuntime config snapshot helper
plugin-sdk/runtime-group-policyRuntime group-policy resolution helpers
plugin-sdk/channel-statusShared channel status snapshot/summary helpers
plugin-sdk/channel-config-primitivesNarrow channel config-schema primitives
plugin-sdk/channel-config-writesChannel config-write authorization helpers
plugin-sdk/channel-plugin-commonShared channel plugin prelude exports
plugin-sdk/allowlist-config-editAllowlist config edit/read helpers
plugin-sdk/group-accessShared group-access decision helpers
plugin-sdk/direct-dm, plugin-sdk/direct-dm-accessDeprecated compatibility facades. Use plugin-sdk/channel-inbound.
plugin-sdk/direct-dm-guard-policyNarrow direct-DM pre-crypto guard policy helpers
plugin-sdk/discordDeprecated Discord compatibility facade for published @openclaw/discord@2026.3.13 and tracked owner compatibility; new plugins should use generic channel SDK subpaths
plugin-sdk/telegram-accountDeprecated Telegram account-resolution compatibility facade for tracked owner compatibility; new plugins should use injected runtime helpers or generic channel SDK subpaths
plugin-sdk/zalouserDeprecated Zalo Personal compatibility facade for published Lark/Zalo packages that still import sender command authorization; new plugins should use plugin-sdk/command-auth
plugin-sdk/interactive-runtimeSemantic message presentation, delivery, and legacy interactive reply helpers. See Message Presentation
plugin-sdk/channel-inboundShared inbound helpers for event classification, context building, formatting, roots, debounce, mention matching, mention-policy, and inbound logging
plugin-sdk/channel-inbound-debounceNarrow inbound debounce helpers
plugin-sdk/channel-mention-gatingNarrow mention-policy, mention marker, and mention text helpers without the broader inbound runtime surface
plugin-sdk/channel-envelope, plugin-sdk/channel-inbound-roots, plugin-sdk/channel-location, plugin-sdk/channel-loggingDeprecated compatibility facades. Use plugin-sdk/channel-inbound or plugin-sdk/channel-outbound.
plugin-sdk/channel-pairing-pathsDeprecated compatibility facade. Use plugin-sdk/channel-pairing.
plugin-sdk/channel-reply-options-runtimeDeprecated compatibility facade. Use plugin-sdk/channel-outbound.
plugin-sdk/channel-streamingDeprecated compatibility facade. Use plugin-sdk/channel-outbound.
plugin-sdk/channel-send-resultReply result types
plugin-sdk/channel-actionsChannel message-action helpers, plus deprecated native schema helpers kept for plugin compatibility
plugin-sdk/channel-routeShared route normalization, parser-driven target resolution, thread-id stringification, dedupe/compact route keys, parsed-target types, and route/target comparison helpers
plugin-sdk/channel-targetsTarget parsing helpers; route comparison callers should use plugin-sdk/channel-route
plugin-sdk/channel-contractChannel contract types
plugin-sdk/channel-feedbackFeedback/reaction wiring
plugin-sdk/channel-secret-runtimeNarrow secret-contract helpers such as collectSimpleChannelFieldAssignments, getChannelSurface, pushAssignment, and secret target types
Deprecated channel helper families stay available only for published-plugin compatibility. The removal plan is: keep them through the external plugin migration window, keep repo/bundled plugins on channel-inbound and channel-outbound, then remove the compatibility subpaths in the next major SDK cleanup. This applies to the old channel message/runtime, channel streaming, direct-DM access, inbound helper splinter, reply-options, and pairing-path families.
SubpathKey exports
plugin-sdk/provider-entrydefineSingleProviderPluginEntry
plugin-sdk/lmstudioSupported LM Studio provider facade for setup, catalog discovery, and runtime model preparation
plugin-sdk/lmstudio-runtimeSupported LM Studio runtime facade for local server defaults, model discovery, request headers, and loaded-model helpers
plugin-sdk/provider-setupCurated local/self-hosted provider setup helpers
plugin-sdk/self-hosted-provider-setupFocused OpenAI-compatible self-hosted provider setup helpers
plugin-sdk/cli-backendCLI backend defaults + watchdog constants
plugin-sdk/provider-auth-runtimeRuntime API-key resolution helpers for provider plugins
plugin-sdk/provider-oauth-runtimeGeneric provider OAuth callback types, callback-page rendering, PKCE/state helpers, authorization-input parsing, token-expiry helpers, and abort helpers
plugin-sdk/provider-auth-api-keyAPI-key onboarding/profile-write helpers such as upsertApiKeyProfile
plugin-sdk/provider-auth-resultStandard OAuth auth-result builder
plugin-sdk/provider-env-varsProvider auth env-var lookup helpers
plugin-sdk/provider-authcreateProviderApiKeyAuthMethod, ensureApiKeyFromOptionEnvOrPrompt, upsertAuthProfile, upsertApiKeyProfile, writeOAuthCredentials, OpenAI Codex auth-import helpers, deprecated resolveOpenClawAgentDir compatibility export
plugin-sdk/provider-model-sharedProviderReplayFamily, buildProviderReplayFamilyHooks, normalizeModelCompat, shared replay-policy builders, provider-endpoint helpers, and shared model-id normalization helpers
plugin-sdk/provider-catalog-runtimeProvider catalog augmentation runtime hook and plugin-provider registry seams for contract tests
plugin-sdk/provider-catalog-sharedfindCatalogTemplate, buildSingleProviderApiKeyCatalog, buildManifestModelProviderConfig, supportsNativeStreamingUsageCompat, applyProviderNativeStreamingUsageCompat
plugin-sdk/provider-httpGeneric provider HTTP/endpoint capability helpers, provider HTTP errors, and audio transcription multipart form helpers
plugin-sdk/provider-web-fetch-contractNarrow web-fetch config/selection contract helpers such as enablePluginInConfig and WebFetchProviderPlugin
plugin-sdk/provider-web-fetchWeb-fetch provider registration/cache helpers
plugin-sdk/provider-web-search-config-contractNarrow web-search config/credential helpers for providers that do not need plugin-enable wiring
plugin-sdk/provider-web-search-contractNarrow web-search config/credential contract helpers such as createWebSearchProviderContractFields, enablePluginInConfig, resolveProviderWebSearchPluginConfig, and scoped credential setters/getters
plugin-sdk/provider-web-searchWeb-search provider registration/cache/runtime helpers
plugin-sdk/embedding-providersGeneral embedding provider types and read helpers, including EmbeddingProviderAdapter, getEmbeddingProvider(...), and listEmbeddingProviders(...); plugins register providers through api.registerEmbeddingProvider(...) so manifest ownership is enforced
plugin-sdk/provider-toolsProviderToolCompatFamily, buildProviderToolCompatFamilyHooks, and DeepSeek/Gemini/OpenAI schema cleanup + diagnostics
plugin-sdk/provider-usageProvider usage snapshot types, shared usage fetch helpers, and provider fetchers such as fetchClaudeUsage
plugin-sdk/provider-streamProviderStreamFamily, buildProviderStreamFamilyHooks, composeProviderStreamWrappers, stream wrapper types, plain-text tool-call compat, and shared Anthropic/Bedrock/DeepSeek V4/Google/Kilocode/Moonshot/OpenAI/OpenRouter/Z.A.I/MiniMax/Copilot wrapper helpers
plugin-sdk/provider-stream-sharedPublic shared provider stream wrapper helpers including composeProviderStreamWrappers, createPlainTextToolCallCompatWrapper, createPayloadPatchStreamWrapper, createToolStreamWrapper, and Anthropic/DeepSeek/OpenAI-compatible stream utilities
plugin-sdk/provider-transport-runtimeNative provider transport helpers such as guarded fetch, transport message transforms, and writable transport event streams
plugin-sdk/provider-onboardOnboarding config patch helpers
plugin-sdk/global-singletonProcess-local singleton/map/cache helpers
plugin-sdk/group-activationNarrow group activation mode and command parsing helpers
Provider usage snapshots normally report one or more quota windows, each with a label, percent used, and optional reset time. Providers that expose balance or account-state text instead of resettable quota windows should return summary with an empty windows array rather than fabricating percentages. OpenClaw displays that summary text in status output; use error only when the usage endpoint failed or returned no usable usage data.
SubpathKey exports
plugin-sdk/command-authresolveControlCommandGate, command registry helpers including dynamic argument menu formatting, sender-authorization helpers
plugin-sdk/command-statusCommand/help message builders such as buildCommandsMessagePaginated and buildHelpMessage
plugin-sdk/approval-auth-runtimeApprover resolution and same-chat action-auth helpers
plugin-sdk/approval-client-runtimeNative exec approval profile/filter helpers
plugin-sdk/approval-delivery-runtimeNative approval capability/delivery adapters
plugin-sdk/approval-gateway-runtimeShared approval gateway-resolution helper
plugin-sdk/approval-handler-adapter-runtimeLightweight native approval adapter loading helpers for hot channel entrypoints
plugin-sdk/approval-handler-runtimeBroader approval handler runtime helpers; prefer the narrower adapter/gateway seams when they are enough
plugin-sdk/approval-native-runtimeNative approval target, account-binding, route-gate, forwarding fallback, and local native exec prompt suppression helpers
plugin-sdk/approval-reaction-runtimeHardcoded approval reaction bindings, reaction prompt payloads, reaction target stores, and compatibility export for local native exec prompt suppression
plugin-sdk/approval-reply-runtimeExec/plugin approval reply payload helpers
plugin-sdk/approval-runtimeExec/plugin approval payload helpers, native approval routing/runtime helpers, and structured approval display helpers such as formatApprovalDisplayPath
plugin-sdk/reply-dedupeNarrow inbound reply dedupe reset helpers
plugin-sdk/channel-contract-testingNarrow channel contract test helpers without the broad testing barrel
plugin-sdk/command-auth-nativeNative command auth, dynamic argument menu formatting, and native session-target helpers
plugin-sdk/command-detectionShared command detection helpers
plugin-sdk/command-primitives-runtimeLightweight command text predicates for hot channel paths
plugin-sdk/command-surfaceCommand-body normalization and command-surface helpers
plugin-sdk/allow-fromformatAllowFromLowercase
plugin-sdk/channel-secret-runtimeNarrow secret-contract collection helpers for channel/plugin secret surfaces
plugin-sdk/secret-ref-runtimeNarrow coerceSecretRef and SecretRef typing helpers for secret-contract/config parsing
plugin-sdk/secret-provider-integrationType-only SecretRef provider integration manifest and preset contracts for plugins that publish external secret provider presets
plugin-sdk/security-runtimeShared trust, DM gating, root-bounded file/path helpers including create-only writes, sync/async atomic file replacement, sibling temp writes, cross-device move fallback, private file-store helpers, symlink-parent guards, external-content, sensitive text redaction, constant-time secret comparison, and secret-collection helpers
plugin-sdk/ssrf-policyHost allowlist and private-network SSRF policy helpers
plugin-sdk/ssrf-dispatcherNarrow pinned-dispatcher helpers without the broad infra runtime surface
plugin-sdk/ssrf-runtimePinned-dispatcher, SSRF-guarded fetch, SSRF error, and SSRF policy helpers
plugin-sdk/secret-inputSecret input parsing helpers
plugin-sdk/webhook-ingressWebhook request/target helpers and raw websocket/body coercion
plugin-sdk/webhook-request-guardsRequest body size/timeout helpers
SubpathKey exports
plugin-sdk/runtimeBroad runtime/logging/backup/plugin-install helpers
plugin-sdk/runtime-envNarrow runtime env, logger, timeout, retry, and backoff helpers
plugin-sdk/browser-configSupported browser config facade for normalized profile/defaults, CDP URL parsing, and browser-control auth helpers
plugin-sdk/agent-harness-task-runtimeGeneric task lifecycle and completion delivery helpers for harness-backed agents using a host-issued task scope
plugin-sdk/codex-mcp-projectionReserved bundled Codex helper for projecting user MCP server config into Codex thread config; not for third-party plugins
plugin-sdk/codex-native-task-runtimePrivate bundled Codex helper for native task mirror/runtime wiring; not for third-party plugins
plugin-sdk/channel-runtime-contextGeneric channel runtime-context registration and lookup helpers
plugin-sdk/matrixDeprecated Matrix compatibility facade for older third-party channel packages; new plugins should import plugin-sdk/run-command directly
plugin-sdk/mattermostDeprecated Mattermost compatibility facade for older third-party channel packages; new plugins should import generic SDK subpaths directly
plugin-sdk/runtime-storecreatePluginRuntimeStore
plugin-sdk/plugin-runtimeShared plugin command/hook/http/interactive helpers
plugin-sdk/hook-runtimeShared webhook/internal hook pipeline helpers
plugin-sdk/lazy-runtimeLazy runtime import/binding helpers such as createLazyRuntimeModule, createLazyRuntimeMethod, and createLazyRuntimeSurface
plugin-sdk/process-runtimeProcess exec helpers
plugin-sdk/cli-runtimeCLI formatting, wait, version, argument-invocation, and lazy command-group helpers
plugin-sdk/qa-live-transport-scenariosShared live transport QA scenario ids, baseline coverage helpers, and scenario-selection helper
plugin-sdk/gateway-method-runtimeReserved Gateway method dispatch helper for plugin HTTP routes that declare contracts.gatewayMethodDispatch: ["authenticated-request"]
plugin-sdk/gateway-runtimeGateway client, event-loop-ready client start helper, gateway CLI RPC, gateway protocol errors, and channel-status patch helpers
plugin-sdk/config-contractsFocused type-only config surface for plugin config shapes such as OpenClawConfig and channel/provider config types
plugin-sdk/plugin-config-runtimeRuntime plugin-config lookup helpers such as requireRuntimeConfig, resolvePluginConfigObject, and resolveLivePluginConfigObject
plugin-sdk/config-mutationTransactional config mutation helpers such as mutateConfigFile, replaceConfigFile, and logConfigUpdated
plugin-sdk/runtime-config-snapshotCurrent process config snapshot helpers such as getRuntimeConfig, getRuntimeConfigSnapshot, and test snapshot setters
plugin-sdk/telegram-command-configTelegram command-name/description normalization and duplicate/conflict checks, even when the bundled Telegram contract surface is unavailable
plugin-sdk/text-autolink-runtimeFile-reference autolink detection without the broad text barrel
plugin-sdk/approval-reaction-runtimeHardcoded approval reaction bindings, reaction prompt payloads, reaction target stores, and compatibility export for local native exec prompt suppression
plugin-sdk/approval-runtimeExec/plugin approval helpers, approval-capability builders, auth/profile helpers, native routing/runtime helpers, and structured approval display path formatting
plugin-sdk/reply-runtimeShared inbound/reply runtime helpers, chunking, dispatch, heartbeat, reply planner
plugin-sdk/reply-dispatch-runtimeNarrow reply dispatch/finalize and conversation-label helpers
plugin-sdk/reply-historyShared short-window reply-history helpers. New message-turn code should use createChannelHistoryWindow; lower-level map helpers remain deprecated compatibility exports only
plugin-sdk/reply-referencecreateReplyReferencePlanner
plugin-sdk/reply-chunkingNarrow text/markdown chunking helpers
plugin-sdk/session-store-runtimeSession workflow helpers (getSessionEntry, listSessionEntries, patchSessionEntry, upsertSessionEntry), legacy session store path/session-key helpers, updated-at reads, and deprecated whole-store mutation helpers
plugin-sdk/cron-store-runtimeCron store path/load/save helpers
plugin-sdk/state-pathsState/OAuth dir path helpers
plugin-sdk/plugin-state-runtimePlugin sidecar SQLite keyed-state types
plugin-sdk/routingRoute/session-key/account binding helpers such as resolveAgentRoute, buildAgentSessionKey, and resolveDefaultAgentBoundAccountId
plugin-sdk/status-helpersShared channel/account status summary helpers, runtime-state defaults, and issue metadata helpers
plugin-sdk/target-resolver-runtimeShared target resolver helpers
plugin-sdk/string-normalization-runtimeSlug/string normalization helpers
plugin-sdk/request-urlExtract string URLs from fetch/request-like inputs
plugin-sdk/run-commandTimed command runner with normalized stdout/stderr results
plugin-sdk/param-readersCommon tool/CLI param readers
plugin-sdk/tool-pluginDefine a simple typed agent-tool plugin and expose static metadata for manifest generation
plugin-sdk/tool-payloadExtract normalized payloads from tool result objects
plugin-sdk/tool-sendExtract canonical send target fields from tool args
plugin-sdk/sandboxSandbox backend types and SSH/OpenShell command helpers, including fail-fast exec command preflight
plugin-sdk/temp-pathShared temp-download path helpers and private secure temp workspaces
plugin-sdk/logging-coreSubsystem logger and redaction helpers
plugin-sdk/markdown-table-runtimeMarkdown table mode and conversion helpers
plugin-sdk/model-session-runtimeModel/session override helpers such as applyModelOverrideToSessionEntry and resolveAgentMaxConcurrent
plugin-sdk/talk-config-runtimeTalk provider config resolution helpers
plugin-sdk/json-storeSmall JSON state read/write helpers
plugin-sdk/json-unsafe-integersJSON parsing helpers that preserve unsafe integer literals as strings
plugin-sdk/file-lockRe-entrant file-lock helpers
plugin-sdk/persistent-dedupeDisk-backed dedupe cache helpers
plugin-sdk/acp-runtimeACP runtime/session and reply-dispatch helpers
plugin-sdk/acp-runtime-backendLightweight ACP backend registration and reply-dispatch helpers for startup-loaded plugins
plugin-sdk/acp-binding-resolve-runtimeRead-only ACP binding resolution without lifecycle startup imports
plugin-sdk/agent-config-primitivesNarrow agent runtime config-schema primitives
plugin-sdk/boolean-paramLoose boolean param reader
plugin-sdk/dangerous-name-runtimeDangerous-name matching resolution helpers
plugin-sdk/device-bootstrapDevice bootstrap and pairing token helpers
plugin-sdk/extension-sharedShared passive-channel, status, and ambient proxy helper primitives
plugin-sdk/models-provider-runtime/models command/provider reply helpers
plugin-sdk/skill-commands-runtimeSkill command listing helpers
plugin-sdk/native-command-registryNative command registry/build/serialize helpers
plugin-sdk/agent-harnessExperimental trusted-plugin surface for low-level agent harnesses: harness types, active-run steer/abort helpers, OpenClaw tool bridge helpers, runtime-plan tool policy helpers, terminal outcome classification, tool progress formatting/detail helpers, and attempt result utilities
plugin-sdk/provider-zai-endpointDeprecated Z.AI provider-owned endpoint detection facade; use the Z.AI plugin public API
plugin-sdk/async-lock-runtimeProcess-local async lock helper for small runtime state files
plugin-sdk/channel-activity-runtimeChannel activity telemetry helper
plugin-sdk/concurrency-runtimeBounded async task concurrency helper
plugin-sdk/dedupe-runtimeIn-memory dedupe cache helpers
plugin-sdk/delivery-queue-runtimeOutbound pending-delivery drain helper
plugin-sdk/file-access-runtimeSafe local-file and media-source path helpers
plugin-sdk/heartbeat-runtimeHeartbeat wake, event, and visibility helpers
plugin-sdk/number-runtimeNumeric coercion helper
plugin-sdk/secure-random-runtimeSecure token/UUID helpers
plugin-sdk/system-event-runtimeSystem event queue helpers
plugin-sdk/transport-ready-runtimeTransport readiness wait helper
plugin-sdk/exec-approvals-runtimeExec approval policy file helpers without the broad infra-runtime barrel
plugin-sdk/infra-runtimeDeprecated compatibility shim; use the focused runtime subpaths above
plugin-sdk/collection-runtimeSmall bounded cache helpers
plugin-sdk/diagnostic-runtimeDiagnostic flag, event, and trace-context helpers
plugin-sdk/error-runtimeError graph, formatting, shared error classification helpers, isApprovalNotFoundError
plugin-sdk/fetch-runtimeWrapped fetch, proxy, EnvHttpProxyAgent option, and pinned lookup helpers
plugin-sdk/runtime-fetchDispatcher-aware runtime fetch without proxy/guarded-fetch imports
plugin-sdk/inline-image-data-url-runtimeInline image data URL sanitizer and signature sniffing helpers without the broad media runtime surface
plugin-sdk/response-limit-runtimeBounded response-body reader without the broad media runtime surface
plugin-sdk/session-binding-runtimeCurrent conversation binding state without configured binding routing or pairing stores
plugin-sdk/session-store-runtimeSession-store helpers without broad config writes/maintenance imports
plugin-sdk/context-visibility-runtimeContext visibility resolution and supplemental context filtering without broad config/security imports
plugin-sdk/string-coerce-runtimeNarrow primitive record/string coercion and normalization helpers without markdown/logging imports
plugin-sdk/host-runtimeHostname and SCP host normalization helpers
plugin-sdk/retry-runtimeRetry config and retry runner helpers
plugin-sdk/agent-runtimeAgent dir/identity/workspace helpers, including resolveAgentDir, resolveDefaultAgentDir, and deprecated resolveOpenClawAgentDir compatibility export
plugin-sdk/directory-runtimeConfig-backed directory query/dedup
plugin-sdk/keyed-async-queueKeyedAsyncQueue
SubpathKey exports
plugin-sdk/media-runtimeShared media fetch/transform/store helpers including saveRemoteMedia, saveResponseMedia, readRemoteMediaBuffer, and deprecated fetchRemoteMedia; prefer store helpers before buffer reads when a URL should become OpenClaw media
plugin-sdk/media-mimeNarrow MIME normalization, file-extension mapping, MIME detection, and media-kind helpers
plugin-sdk/media-storeNarrow media store helpers such as saveMediaBuffer and saveMediaStream
plugin-sdk/media-generation-runtimeShared media-generation failover helpers, candidate selection, and missing-model messaging
plugin-sdk/media-understandingMedia understanding provider types plus provider-facing image/audio/structured-extraction helper exports
plugin-sdk/text-chunkingText and markdown chunking/render helpers, markdown table conversion, directive-tag stripping, and safe-text utilities
plugin-sdk/text-chunkingOutbound text chunking helper
plugin-sdk/speechSpeech provider types plus provider-facing directive, registry, validation, OpenAI-compatible TTS builder, and speech helper exports
plugin-sdk/speech-coreShared speech provider types, registry, directive, normalization, and speech helper exports
plugin-sdk/realtime-transcriptionRealtime transcription provider types, registry helpers, and shared WebSocket session helper
plugin-sdk/realtime-bootstrap-contextRealtime profile bootstrap helper for bounded IDENTITY.md, USER.md, and SOUL.md context injection
plugin-sdk/realtime-voiceRealtime voice provider types, registry helpers, and shared realtime voice behavior helpers, including output activity tracking
plugin-sdk/image-generationImage generation provider types plus image asset/data URL helpers and the OpenAI-compatible image provider builder
plugin-sdk/image-generation-coreShared image-generation types, failover, auth, and registry helpers
plugin-sdk/music-generationMusic generation provider/request/result types
plugin-sdk/music-generation-coreShared music-generation types, failover helpers, provider lookup, and model-ref parsing
plugin-sdk/video-generationVideo generation provider/request/result types
plugin-sdk/video-generation-coreShared video-generation types, failover helpers, provider lookup, and model-ref parsing
plugin-sdk/transcriptsShared transcripts source provider types, registry helpers, session descriptors, and utterance metadata
plugin-sdk/webhook-targetsWebhook target registry and route-install helpers
plugin-sdk/webhook-pathDeprecated compatibility alias; use plugin-sdk/webhook-ingress
plugin-sdk/web-mediaShared remote/local media loading helpers
plugin-sdk/zodDeprecated compatibility re-export; import zod from zod directly
plugin-sdk/testingRepo-local deprecated compatibility barrel for legacy OpenClaw tests. New repo tests should import focused local test subpaths such as plugin-sdk/agent-runtime-test-contracts, plugin-sdk/plugin-test-runtime, plugin-sdk/channel-test-helpers, plugin-sdk/test-env, or plugin-sdk/test-fixtures instead
plugin-sdk/plugin-test-apiRepo-local minimal createTestPluginApi helper for direct plugin registration unit tests without importing repo test helper bridges
plugin-sdk/agent-runtime-test-contractsRepo-local native agent-runtime adapter contract fixtures for auth, delivery, fallback, tool-hook, prompt-overlay, schema, and transcript projection tests
plugin-sdk/channel-test-helpersRepo-local channel-oriented test helpers for generic actions/setup/status contracts, directory assertions, account startup lifecycle, send-config threading, runtime mocks, status issues, outbound delivery, and hook registration
plugin-sdk/channel-target-testingRepo-local shared target-resolution error-case suite for channel tests
plugin-sdk/plugin-test-contractsRepo-local plugin package, registration, public artifact, direct import, runtime API, and import side-effect contract helpers
plugin-sdk/provider-test-contractsRepo-local provider runtime, auth, discovery, onboard, catalog, wizard, media capability, replay policy, realtime STT live-audio, web-search/fetch, and stream contract helpers
plugin-sdk/provider-http-test-mocksRepo-local opt-in Vitest HTTP/auth mocks for provider tests that exercise plugin-sdk/provider-http
plugin-sdk/test-fixturesRepo-local generic CLI runtime capture, sandbox context, skill writer, agent-message, system-event, module reload, bundled plugin path, terminal-text, chunking, auth-token, and typed-case fixtures
plugin-sdk/test-node-mocksRepo-local focused Node builtin mock helpers for use inside Vitest vi.mock("node:*") factories
SubpathKey exports
plugin-sdk/memory-coreBundled memory-core helper surface for manager/config/file/CLI helpers
plugin-sdk/memory-core-engine-runtimeMemory index/search runtime facade
plugin-sdk/memory-core-host-embedding-registryLightweight memory embedding provider registry helpers
plugin-sdk/memory-core-host-engine-foundationMemory host foundation engine exports
plugin-sdk/memory-core-host-engine-embeddingsMemory host embedding contracts, registry access, local provider, and generic batch/remote helpers. registerMemoryEmbeddingProvider on this surface is deprecated; use the generic embedding provider API for new providers.
plugin-sdk/memory-core-host-engine-qmdMemory host QMD engine exports
plugin-sdk/memory-core-host-engine-storageMemory host storage engine exports
plugin-sdk/memory-core-host-multimodalMemory host multimodal helpers
plugin-sdk/memory-core-host-queryMemory host query helpers
plugin-sdk/memory-core-host-secretMemory host secret helpers
plugin-sdk/memory-core-host-eventsDeprecated compatibility alias; use plugin-sdk/memory-host-events
plugin-sdk/memory-core-host-statusMemory host status helpers
plugin-sdk/memory-core-host-runtime-cliMemory host CLI runtime helpers
plugin-sdk/memory-core-host-runtime-coreMemory host core runtime helpers
plugin-sdk/memory-core-host-runtime-filesMemory host file/runtime helpers
plugin-sdk/memory-host-coreVendor-neutral alias for memory host core runtime helpers
plugin-sdk/memory-host-eventsVendor-neutral alias for memory host event journal helpers
plugin-sdk/memory-host-filesDeprecated compatibility alias; use plugin-sdk/memory-core-host-runtime-files
plugin-sdk/memory-host-markdownShared managed-markdown helpers for memory-adjacent plugins
plugin-sdk/memory-host-searchActive memory runtime facade for search-manager access
plugin-sdk/memory-host-statusDeprecated compatibility alias; use plugin-sdk/memory-core-host-status
Reserved bundled-helper SDK subpaths are narrow owner-specific surfaces for bundled plugin code. They are tracked in the SDK inventory so package builds and aliasing stay deterministic, but they are not general plugin authoring APIs. New reusable host contracts should use generic SDK subpaths such as plugin-sdk/gateway-runtime, plugin-sdk/security-runtime, and plugin-sdk/plugin-config-runtime.
SubpathOwner and purpose
plugin-sdk/codex-mcp-projectionBundled Codex plugin helper for projecting user MCP server config into Codex app-server thread config
plugin-sdk/codex-native-task-runtimeBundled Codex plugin helper for mirroring Codex app-server native subagents into OpenClaw task state