/install typescript
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install typescript - After installation, invoke the skill by name or use
/typescript - Provide required inputs per the skill's parameter spec and get structured output
What is TypeScript?
Writes, reviews, and debugs type-safe TypeScript: type errors, narrowing, generics, tsconfig strictness, and declaration files. Use when a build hits type errors ("not assignable", "possibly undefined", "excessively deep", "cannot find module"), when eliminating any or unchecked as casts, designing generics or discriminated unions, writing .d.ts files or typing untyped npm packages, configuring tsconfig or module resolution, fixing ESM/CJS import crashes ("ERR_REQUIRE_ESM", "x is not a function"), validating API or JSON data at runtime, migrating JavaScript to TypeScript or upgrading the TypeScript version, or when tsc or the editor gets slow or runs out of memory. It is an AI Agent Skill for Claude Code / OpenClaw, with 6977 downloads so far.
How do I install TypeScript?
Run "/install typescript" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is TypeScript free?
Yes, TypeScript is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does TypeScript support?
TypeScript is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created TypeScript?
It is built and maintained by Iván (@ivangdavila); the current version is v1.0.5.