LangSkills Search
PassAudited by VirusTotal on May 11, 2026.
Overview
Type: OpenClaw Skill Name: langskills-search Version: 1.0.0 The langskills-search skill bundle provides a legitimate interface for searching a database of evidence-backed technical and research skills. It utilizes a Python package (langskills-rai) and a local SQLite database for offline search. The instructions in SKILL.md are consistent with the stated purpose and do not contain any malicious commands, data exfiltration attempts, or harmful prompt injections.
Findings (0)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
Installing it will trust third-party package code and downloaded/local bundles on the user's machine.
The skill is instruction-only but tells the user to install and run an external Python package plus data-bundle installer. This is expected for the search purpose, but the package and bundles are not included in the reviewed artifacts.
pip install langskills-rai # Install matching bundles for the current project or pick a domain: langskills-rai bundle-install --auto
Install only from a trusted source, preferably in a virtual environment, and consider pinning or verifying the package and bundle versions before use.
Search results may be useful evidence, but bad or outdated retrieved text could steer the agent toward unsafe or incorrect actions if copied blindly.
The skill can place full retrieved skill bodies into the agent's working context. That is central to the search function, but retrieved content can influence the agent if treated as authoritative instructions.
`--content` | Include full skill body | off - Use `--content --format markdown` to get copy-paste-ready skill text
Treat retrieved skill text as reference material, verify source URLs and commands before acting on them, and avoid automatically executing copied instructions.
