Quick overview
TypeScript/JavaScript language server providing type checking, code intelligence, and LSP diagnostics through typescript-language-server. Supports .ts, .tsx, .js, .jsx, .mts, .cts, .mjs, and .cjs files. Runs automatically in LSP-compatible editors or via the tsc command line.
Surfaces type errors and code navigation in the editor in real time, catching bugs that runtime testing or linting alone would miss.
Common tasks
- Catching type errors before committing code
- Navigating a large codebase with go-to-definition
- Renaming a variable or function across multiple files
- Organizing imports in TypeScript or React components
- Running continuous type checks while refactoring
Install paths
Primary command
openclaw install bowen31337/typescript-lsp
ClawHub installer
npx clawhub@latest install bowen31337/typescript-lsp
OpenClaw CLI
openclaw skills install bowen31337/typescript-lsp
Direct OpenClaw install
openclaw install bowen31337/typescript-lsp
Skill metadata
- Category: Web & Frontend Development
- Language: Markdown
- Version: 1.0.0
- Security status: Benign
Review upstream source
The full public SKILL.md body is not directly fetchable for this entry right now, so this page is using the best available catalog metadata. Review the upstream source page for the latest files, version history, and security scan details: https://clawhub.ai/bowen31337/typescript-lsp






