← 返回 Skills 市场
mvogt99

Missing Imports

作者 mvogt99 · GitHub ↗ · v1.0.0 · MIT-0
macoslinuxwindows ✓ 安全检测通过
54
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install missing-imports
功能描述
Code uses a symbol that isn't imported, or imports a symbol that doesn't exist in the source module.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install missing-imports
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /missing-imports 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug missing-imports
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Missing Imports 是什么?

Code uses a symbol that isn't imported, or imports a symbol that doesn't exist in the source module. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 54 次。

如何安装 Missing Imports?

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

Missing Imports 是免费的吗?

是的,Missing Imports 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Missing Imports 支持哪些平台?

Missing Imports 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(macos, linux, windows)。

谁开发了 Missing Imports?

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

💬 留言讨论