Installation

clawhub install bowen31337/pyright-lsp

Summary

Pyright is Microsoft's Python language server that runs static type checking and code intelligence on .py and .pyi files. It detects type errors, provides autocomplete suggestions, and supports go-to-definition and find references.

SKILL.md

Quick overview

Pyright is Microsoft's Python language server that runs static type checking and code intelligence on .py and .pyi files. It detects type errors, provides autocomplete suggestions, and supports go-to-definition and find references.

Pyright is faster and more precise than mypy for type inference, making it practical for large or complex Python projects.

Common tasks

  • Catching type mismatches before running Python scripts
  • Navigating large Python codebases with go-to-definition
  • Validating type annotations in a library or package
  • Running type checks in CI to catch regressions
  • Getting autocomplete and error feedback without a full IDE

Install paths

Primary command


openclaw install bowen31337/pyright-lsp

ClawHub installer


npx clawhub@latest install bowen31337/pyright-lsp

OpenClaw CLI


openclaw skills install bowen31337/pyright-lsp

Direct OpenClaw install


openclaw install bowen31337/pyright-lsp

Skill metadata

  • Category: Coding Agents & IDEs
  • 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/pyright-lsp

Recommended skills

Browse all →