Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Python language server (Pyright) providing static type checking, code intelligence, and LSP diagnostics for .py and .pyi files. Use when working with Python code that needs type checking, autocomplete suggestions, error detection, or code navigation.
Python language server (Pyright) providing static type checking, code intelligence, and LSP diagnostics for .py and .pyi files. Use when working with Python code that needs type checking, autocomplete suggestions, error detection, or code navigation.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
Python language server integration providing static type checking and code intelligence through Microsoft's Pyright.
Type checking: Static analysis of Python types Code intelligence: Autocomplete, go-to-definition, find references Error detection: Real-time diagnostics for type errors and issues Supported extensions: .py, .pyi
Before using, verify Pyright is installed: which pyright || npm install -g pyright Alternative installation methods: pip install pyright # or pipx install pyright # recommended for CLI tools
Run type checking on Python files: pyright path/to/file.py Run on entire project: cd project-root && pyright
Create pyrightconfig.json in project root for custom settings: { "include": ["src"], "exclude": ["**/node_modules", "**/__pycache__"], "typeCheckingMode": "basic", "pythonVersion": "3.10" }
When editing Python code: Run pyright after significant changes Address type errors before committing Use diagnostics to improve code quality
Pyright on npm Pyright on PyPI GitHub Repository
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.