← 返回 Skills 市场
tippyentertainment

Wasm Spa Autofix React Imports

作者 Tippy Entertainment · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
546
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install wasm-spa-autofix-react-imports
功能描述
Meticulously detect and fix missing React/TSX imports, undefined components, and bundler runtime errors in the WASM SPA build/preview pipeline. Ensures JSX c...
安全使用建议
This skill appears to do exactly what it says: read the project (under the projectRoot you supply), detect missing/incorrect imports, and propose or apply patches. To reduce risk: run first with dryRun:true and review unified diffs before applying; supply a specific projectRoot that limits file access (not system root); avoid giving it access to repositories containing secrets; confirm patches to build/config files (tsconfig, entry file) manually if you’re unsure; and only enable autonomous invocation if you trust the runtime to make safe edits. If you need higher assurance, request a copy of the exact patch output before applying or run the fixes inside an isolated CI job/repository clone.
功能分析
Type: OpenClaw Skill Name: wasm-spa-autofix-react-imports Version: 0.1.0 The skill is designed to fix code by reading project files and generating patches. It is classified as 'suspicious' due to the inherent high-risk capabilities required for its function, specifically the instruction to 'read additional project files' (SKILL.md, behavior.steps.2) and the ability to generate patches that can effectively create new files or modify existing ones (SKILL.md, behavior.steps.4, 'Output format'). While these capabilities are plausibly needed for a code-fixing agent and are accompanied by guardrails, they represent broad permissions for file system interaction, which, without strict runtime sandboxing or further user prompt scrutiny, could be leveraged for unintended access or modification.
能力评估
Purpose & Capability
The name/description (auto-fix React imports in a WASM SPA preview pipeline) matches the declared inputs (projectRoot, filePath, fileContents, bundlerLogs, knownLibraries) and the described behavior (search codebase, infer missing imports, produce patches). No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
The SKILL.md explicitly instructs the agent to read additional project files (barrel files, tsconfig, sibling components) and to edit files (imports, entry file, tsconfig) when needed. That is coherent for the stated purpose, but it means the agent will inspect and modify arbitrary project files under the provided projectRoot — review patches before applying and prefer dryRun for review.
Install Mechanism
Instruction-only skill with no install spec or code files. No downloads or external package installs are requested, so there is no install-time risk.
Credentials
The skill requires no environment variables, credentials, or config paths beyond the project path inputs. Requested access is proportional to locating imports and making source edits.
Persistence & Privilege
The skill does not request permanent presence (always:false) or system-wide config changes. It may modify project files within the provided projectRoot, which is expected behavior for a code-fixing tool.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install wasm-spa-autofix-react-imports
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /wasm-spa-autofix-react-imports 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release – Automates detection and correction of missing React/TSX imports and undefined components in WASM SPA projects. - Detects ReferenceError, missing imports (React, JSX, components, icons, hooks), and bundler runtime errors from logs. - Adds or edits imports for components and icons, following project conventions and known libraries. - Proposes stub generation only when no import source exists and it’s appropriate. - Outputs safe, ordered file patches and plain English summaries of fixes. - Ensures new code matches existing style, avoids circular dependencies, and never alters unrelated code or package configuration.
元数据
Slug wasm-spa-autofix-react-imports
版本 0.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Wasm Spa Autofix React Imports 是什么?

Meticulously detect and fix missing React/TSX imports, undefined components, and bundler runtime errors in the WASM SPA build/preview pipeline. Ensures JSX c... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 546 次。

如何安装 Wasm Spa Autofix React Imports?

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

Wasm Spa Autofix React Imports 是免费的吗?

是的,Wasm Spa Autofix React Imports 完全免费(开源免费),可自由下载、安装和使用。

Wasm Spa Autofix React Imports 支持哪些平台?

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

谁开发了 Wasm Spa Autofix React Imports?

由 Tippy Entertainment(@tippyentertainment)开发并维护,当前版本 v0.1.0。

💬 留言讨论