language-detector-api
Implements and debugs browser Language Detector API integrations in JavaScript or TypeScript web apps. Use when adding LanguageDetector support checks, availability and model download flows, session creation, detect() calls, input-usage measurement, permissions-policy handling, or compatibility fallbacks for built-in language detection. Don't use for server-side language detection SDKs, cloud translation services, or generic NLP pipelines.
What this skill does
# Language Detector API ## Procedures **Step 1: Identify the browser integration surface** 1. Inspect the workspace for browser entry points, UI handlers, text-input flows, and any existing AI abstraction layer. 2. Execute `node scripts/find-language-detector-targets.mjs .` to inventory likely frontend files and existing Language Detector API markers when a Node runtime is available. 3. If a Node runtime is unavailable, inspect the nearest `package.json`, HTML entry point, and framework bootstrap files manually to identify the browser app boundary. 4. If the workspace contains multiple frontend apps, prefer the app that contains the active route, component, or user-requested feature surface. 5. If the inventory still leaves multiple plausible frontend targets, stop and ask which app should receive the Language Detector API integration. 6. If the project is not a browser web app, stop and explain that this skill does not apply. **Step 2: Confirm API viability and choose the integration shape** 1. Read `references/language-detector-reference.md` before writing code. 2. Read `references/examples.md` when the feature needs a session wrapper, download-progress UI, confidence thresholding, or cleanup shape. 3. Read `references/compatibility.md` when preview flags, browser channels, iframe rules, or environment constraints matter. 4. Read `references/troubleshooting.md` when support checks, creation, detection, or cleanup fail. 5. Verify that the feature runs in a secure `Window` context. 6. Verify that the current frame is allowed to use the `language-detector` permissions-policy feature. 7. Choose the narrowest session shape that matches the task: - bare `LanguageDetector.create()` for general language detection - `expectedInputLanguages` when the product depends on a narrower language set or better accuracy for known languages - `monitor` when the UI must surface model download progress 8. If the feature must run in a worker, on the server, or through a cloud-only contract, stop and explain the platform mismatch. 9. If the project uses TypeScript, add or preserve narrow typings for the Language Detector API surface used by the feature. **Step 3: Implement a guarded session wrapper** 1. Read `assets/language-detector-session.template.ts` and adapt it to the framework, state model, and file layout in the workspace. 2. Centralize support checks around `globalThis.isSecureContext`, `LanguageDetector`, and the same `expectedInputLanguages` shape the feature will use at runtime. 3. Gate session creation behind `LanguageDetector.availability()` using the same create options that will be passed to `LanguageDetector.create()`. 4. Treat `availability()` as a capability check, not a guarantee that creation will succeed without download time, policy approval, or user activation. 5. Create sessions only after user activation when creation may trigger a model download. 6. Use the `monitor` option during `create()` when the product needs download progress. 7. Use `AbortController` for cancelable `create()`, `detect()`, or `measureInputUsage()` calls, and call `destroy()` when the session is no longer needed. 8. Recreate the session instead of mutating `expectedInputLanguages` after creation; session options are fixed per instance. 9. If the feature lives in a cross-origin iframe, require explicit delegation through `allow="language-detector"`. **Step 4: Wire UX and fallback behavior** 1. Surface distinct states for missing APIs, insecure contexts, blocked frames, downloadable or downloading models, ready sessions, in-flight detection, and aborted work. 2. Keep a non-AI fallback for unsupported browsers, blocked frames, or environments that do not meet current preview requirements. 3. Treat very short text, single words, and mixed-language snippets as lower-confidence inputs; present confidence-aware UI instead of pretending the top result is always reliable. 4. Preserve the full ordered result list when the product needs ranked candidates, and apply any confidence threshold or `und` handling in product logic instead of truncating silently. 5. Treat the trailing `und` result as meaningful uncertainty, not as a defect to remove. 6. Use `measureInputUsage()` when quota or input-size budgeting affects the flow. 7. Do not route translation, summarization, or generic chat tasks through this API; switch to Translator, Writing Assistance APIs, Prompt API, or another approved capability when the task is not language detection. **Step 5: Validate behavior** 1. Execute `node scripts/find-language-detector-targets.mjs .` to confirm that the intended app boundary and Language Detector API markers still resolve to the edited integration surface. 2. Verify secure-context checks, `LanguageDetector` feature detection, and `availability()` behavior before debugging deeper runtime failures. 3. Test at least one `create()` plus `detect()` flow with representative user text. 4. If the feature depends on `expectedInputLanguages`, test both the constrained and unconstrained path or confirm why only one is valid. 5. Confirm that cancellation rejects with the expected abort reason and that destroyed sessions are not reused. 6. If the target environment depends on preview browser flags or channel-specific behavior, confirm the required browser state from `references/compatibility.md` before treating failures as application bugs. 7. Run the workspace build, typecheck, or tests after editing. ## Error Handling * If `LanguageDetector` is missing, keep a non-AI fallback and confirm secure-context, browser, channel, and flag requirements before changing product logic. * If `availability()` returns `downloadable` or `downloading`, require user-driven session creation before promising that detection is ready. * If `create()` throws `NotAllowedError`, check permissions-policy constraints, missing user activation for downloads, browser policy restrictions, or user rejection. * If `detect()` throws `InvalidStateError`, confirm the document is still fully active and recreate the session after major lifecycle changes if needed. * If a detection call throws `QuotaExceededError`, reduce the input size or measure usage before retrying. * If the feature must run in a worker or server context, stop and explain that the Language Detector API is a window-only browser API.
Related in Backend & APIs
jfrog
IncludedInteract with the JFrog Platform via the JFrog CLI and REST/GraphQL APIs. Use this skill when the user wants to manage Artifactory repositories, upload or download artifacts, manage builds, configure permissions, manage users and groups, work with access tokens, configure JFrog CLI servers, search artifacts, manage properties, set up replication, manage JFrog Projects, run security audits or scans, look up CVE details, query exposures scan results from JFrog Advanced Security, manage release bundles and lifecycle operations, aggregate or export platform data, or perform any JFrog Platform administration task. Also use when the user mentions jf, jfrog, artifactory, xray, distribution, evidence, apptrust, onemodel, graphql, workers, mission control, curation, advanced security, exposures, or any JFrog product name.
cupynumeric-migration-readiness
IncludedPre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should migrate to cuPyNumeric, which NumPy patterns transfer cleanly, what must be refactored before porting, or mentions pre-port assessment, scaling analysis, or refactor planning. Inspect the user's source code, look up NumPy usage, cross-reference the cuPyNumeric API support manifest, and distinguish distributed-scaling-friendly patterns from blockers such as unsupported APIs, scalar synchronization, host round-trips, Python/object-heavy control flow, shape/data-dependent branching, and in-place mutation hazards. Produce a verdict of READY, LIGHT REFACTOR, SIGNIFICANT REFACTOR, or NOT RECOMMENDED, with concrete refactor pointers.
alibabacloud-data-agent-skill
IncludedInvoke Alibaba Cloud Apsara Data Agent for Analytics via CLI to perform natural language-driven data analysis on enterprise databases. Data Agent for Analytics is an intelligent data analysis agent developed by Alibaba Cloud Database team for enterprise users. It automatically completes requirement analysis, data understanding, analysis insights, and report generation based on natural language descriptions. This tool supports: discovering data resources (instances/databases/tables) managed in DMS, initiating query or deep analysis sessions, real-time progress tracking, and retrieving analysis conclusions and generated reports. Use this Skill when users need to query databases, analyze data trends, generate data reports, ask questions in natural language, or mention "Data Agent", "data analysis", "database query", "SQL analysis", "data insights".
token-optimizer
IncludedReduce OpenClaw token usage and API costs through smart model routing, heartbeat optimization, budget tracking, and native 2026.2.15 features (session pruning, bootstrap size limits, cache TTL alignment). Use when token costs are high, API rate limits are being hit, or hosting multiple agents at scale. The 4 executable scripts (context_optimizer, model_router, heartbeat_optimizer, token_tracker) are local-only — no network requests, no subprocess calls, no system modifications. Reference files (PROVIDERS.md, config-patches.json) document optional multi-provider strategies that require external API keys and network access if you choose to use them. See SECURITY.md for full breakdown.
resend-cli
IncludedUse this skill when the task is specifically about operating Resend from an AI agent, terminal session, or CI job via the official resend CLI: installing/authenticating the CLI, sending/listing/updating/cancelling emails, batch sends, domains and DNS, webhooks and local listeners, inbound receiving, contacts, topics, segments, broadcasts, templates, API keys, profiles, or debugging Resend CLI/API failures. Trigger on mentions of Resend CLI, `resend`, `resend doctor`, `resend emails send`, `resend domains`, `resend webhooks listen`, `resend emails receiving`, or agent-friendly terminal automation.
alibabacloud-odps-maxframe-coding
IncludedUse this skill for MaxFrame SDK development and documentation navigation on Alibaba Cloud MaxCompute (ODPS). Helps answer MaxFrame API, concept, official example, and supported pandas API questions; create data processing programs; read/write MaxCompute tables; debug jobs (remote or local); and build custom DPE runtime images. Trigger when users mention MaxFrame, MaxCompute with MaxFrame, ODPS table processing, DPE runtime, MaxFrame docs/examples, DataFrame/Tensor operations, or GPU runtime setup. Works for both English and Chinese queries about Alibaba Cloud data processing with MaxFrame.