← 返回 Skills 市场
bowen31337

Pyright LSP

作者 bowen31337 · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1203
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install pyright-lsp
功能描述
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.
安全使用建议
This skill is an instructions-only integration for using Pyright and appears coherent and low-risk. Before running any of the suggested install commands, decide how you want Pyright installed: prefer pipx or a project virtual environment to avoid global npm installs. Verify the upstream package (npmjs.org / PyPI) and the version you install. Because the SKILL.md contains shell commands that will run on your system if executed, only run them in a trusted environment and avoid running arbitrary install commands from untrusted sources.
功能分析
Type: OpenClaw Skill Name: pyright-lsp Version: 1.0.0 The skill bundle is benign. It provides instructions for installing and using Pyright, a legitimate Python language server. The `SKILL.md` file includes a shell command (`which pyright || npm install -g pyright`) to check for and install Pyright if missing, which is a standard and expected dependency management step for a skill that relies on a CLI tool. There is no evidence of prompt injection attempting to manipulate the agent for malicious purposes, data exfiltration, persistence, or other harmful behaviors.
能力评估
Purpose & Capability
The name and description match the instructions: the SKILL.md explains installing and running Pyright for type checking, diagnostics, and code navigation for .py/.pyi files. Nothing in the skill asks for unrelated capabilities or credentials.
Instruction Scope
Instructions are narrowly focused on running Pyright and creating pyrightconfig.json. They suggest shell commands (which pyright || npm install -g pyright) that will invoke system package managers and operate on project files; this is expected but does instruct installation actions that modify the system environment if executed.
Install Mechanism
There is no automated install spec in the skill (lowest risk). The README recommends installing Pyright via npm, pip, or pipx; those are normal upstream sources (npmjs.org, PyPI). Be aware that running 'npm install -g' performs a global install and uses the network and filesystem.
Credentials
The skill requests no environment variables, credentials, or config paths. The tools it references (npm/pip/pipx/pyright) are proportionate to the stated functionality.
Persistence & Privilege
always is false and the skill is user-invocable. It does not request persistent privileges, modify other skill configs, or require autonomous always-on presence.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install pyright-lsp
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /pyright-lsp 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: Python type checker and language server via Pyright.
元数据
Slug pyright-lsp
版本 1.0.0
许可证
累计安装 2
当前安装数 2
历史版本数 1
常见问题

Pyright LSP 是什么?

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. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1203 次。

如何安装 Pyright LSP?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install pyright-lsp」即可一键安装,无需额外配置。

Pyright LSP 是免费的吗?

是的,Pyright LSP 完全免费(开源免费),可自由下载、安装和使用。

Pyright LSP 支持哪些平台?

Pyright LSP 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Pyright LSP?

由 bowen31337(@bowen31337)开发并维护,当前版本 v1.0.0。

💬 留言讨论