// Slack API module exposes the plugin public contract. import type { OpenClawConfig } from "openclaw/plugin-sdk/config-contracts"; import { inspectSlackAccount } from "./src/account-inspect.js"; export function inspectSlackReadOnlyAccount(cfg: OpenClawConfig, accountId?: string | null) { return inspectSlackAccount({ cfg, accountId }); }