← Back to Skills Marketplace
54
Downloads
0
Stars
1
Active Installs
1
Versions
Install in OpenClaw
/install missing-imports
Description
Code uses a symbol that isn't imported, or imports a symbol that doesn't exist in the source module.
Usage Guidance
This skill is an instruction-only helper for fixing missing imports and appears coherent. Before enabling it, confirm you’re comfortable letting the agent read your project files and run static analyzers (these actions are necessary for the task). If your repository contains sensitive files you do not want the agent to access, restrict its workspace or withhold this skill. No credentials or installers are required.
Capability Analysis
Type: OpenClaw Skill
Name: missing-imports
Version: 1.0.0
The skill bundle contains documentation and instructions (SKILL.md) for an AI agent to identify and resolve missing or incorrect imports in source code. There is no executable code, no network activity, and no evidence of malicious intent or prompt injection; the content is focused entirely on standard code quality and static analysis practices.
Capability Assessment
Purpose & Capability
Name and description match the SKILL.md content: guidance is about locating missing imports/exports and running static checkers. No unrelated binaries, env vars, or installs are requested.
Instruction Scope
Instructions direct the agent to inspect source files, check package/module export descriptors (package.json, __init__.py), and run static analyzers (tsc/mypy/pyright). Those actions are expected and proportionate for diagnosing missing-imports. The instructions do not ask for transmitting data externally or accessing unrelated system paths.
Install Mechanism
There is no install spec and no code files. This is instruction-only, which minimizes on-disk risk and is appropriate for the stated purpose.
Credentials
The skill declares no required environment variables, credentials, or config paths. The runtime guidance to read project files is consistent with fixing imports and doesn't require additional secrets or unrelated credentials.
Persistence & Privilege
always is false and the skill does not request persistent system-wide privileges or to modify other skills. Autonomous invocation is allowed by default but is not combined with elevated privileges here.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install missing-imports - After installation, invoke the skill by name or use
/missing-imports - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release.
- Detects when code uses symbols that aren't imported or imports symbols that don't exist in the source module.
- Describes common symptoms and static analysis signals for missing or incorrect imports.
- Provides clear guidance for verifying and fixing import issues across various languages.
- Supports macOS, Linux, and Windows platforms.
Metadata
Frequently Asked Questions
What is Missing Imports?
Code uses a symbol that isn't imported, or imports a symbol that doesn't exist in the source module. It is an AI Agent Skill for Claude Code / OpenClaw, with 54 downloads so far.
How do I install Missing Imports?
Run "/install missing-imports" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Missing Imports free?
Yes, Missing Imports is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Missing Imports support?
Missing Imports is cross-platform and runs anywhere OpenClaw / Claude Code is available (macos, linux, windows).
Who created Missing Imports?
It is built and maintained by mvogt99 (@mvogt99); the current version is v1.0.0.
More Skills