← Back to Skills Marketplace
Rust Analyzer LSP
by
bowen31337
· GitHub ↗
· v1.0.0
1233
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install rust-analyzer-lsp
Description
Rust language server (rust-analyzer) providing code intelligence and analysis for .rs files. Use when working with Rust code that needs autocomplete, go-to-definition, find references, error detection, or refactoring support.
Usage Guidance
This skill is a normal, coherent developer integration for rust-analyzer. Before installing: prefer rustup or your platform package manager, avoid downloading binaries from unknown mirrors (use the official GitHub releases), and be cautious when running commands requiring sudo. Verify that your editor supports LSP and that you only add .rust-analyzer.json in projects you control.
Capability Analysis
Type: OpenClaw Skill
Name: rust-analyzer-lsp
Version: 1.0.0
The skill bundle provides documentation and instructions for installing and using `rust-analyzer`, a legitimate Rust language server, along with standard `cargo` commands for Rust development. All commands and URLs specified in `SKILL.md` are directly related to the stated purpose and point to official or well-known resources (e.g., `github.com/rust-lang`, `rust-analyzer.github.io`). There is no evidence of data exfiltration, malicious execution, persistence mechanisms, obfuscation, or prompt injection attempts that would lead the agent to perform actions outside the scope of Rust development.
Capability Assessment
Purpose & Capability
Name and description (rust-analyzer LSP) match the instructions: installing rust-analyzer, using cargo commands, and configuring .rust-analyzer.json are all expected for a Rust language-server integration.
Instruction Scope
SKILL.md limits actions to installing rust-analyzer (via rustup/brew/apt/pacman or GitHub releases), running standard cargo commands (fmt, clippy, build, test, check), and creating a project-local config file. There are no instructions to read unrelated system files, exfiltrate data, or contact third-party endpoints outside the official rust-analyzer/GitHub docs referenced.
Install Mechanism
This is instruction-only (no install spec). Suggested install methods are standard package managers or the official GitHub releases page. Those are appropriate for this tool; the user should prefer rustup or the distro/package manager and ensure downloads come from the official repo.
Credentials
No environment variables, credentials, or config paths are requested. Creating a .rust-analyzer.json in the project root is reasonable for configuring the language server and does not require extra privileges.
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence or modify other skills or system-wide agent settings. Autonomous invocation is allowed by default but does not create extra privileges beyond a normal skill.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install rust-analyzer-lsp - After installation, invoke the skill by name or use
/rust-analyzer-lsp - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release: Rust language server (rust-analyzer) for code intelligence and analysis.
Metadata
Frequently Asked Questions
What is Rust Analyzer LSP?
Rust language server (rust-analyzer) providing code intelligence and analysis for .rs files. Use when working with Rust code that needs autocomplete, go-to-definition, find references, error detection, or refactoring support. It is an AI Agent Skill for Claude Code / OpenClaw, with 1233 downloads so far.
How do I install Rust Analyzer LSP?
Run "/install rust-analyzer-lsp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Rust Analyzer LSP free?
Yes, Rust Analyzer LSP is completely free (open-source). You can download, install and use it at no cost.
Which platforms does Rust Analyzer LSP support?
Rust Analyzer LSP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Rust Analyzer LSP?
It is built and maintained by bowen31337 (@bowen31337); the current version is v1.0.0.
More Skills