← 返回 Skills 市场
hgta23

智能代码助手

作者 bittao · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ⚠ suspicious
101
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install s
功能描述
智能理解和精准诊断代码,提供修复、重构建议及自动生成文档,提升代码质量与维护效率。
安全使用建议
This package is not obviously malicious — it neither asks for credentials nor installs external code — but it overpromises. The code shipped is a collection of stubs that return static text; it does not implement the advanced AST/data-flow/project analysis described in SKILL.md. Before installing or relying on it: 1) verify the claimed repository (skill.json points to a GitHub URL but the source/homepage in the registry is unclear); 2) treat the skill as untrusted for sensitive code — don’t provide secrets or private repo credentials; 3) if you need the advertised deep-analysis features, request evidence (tests, implementation, or a real parser) or prefer a skill with verifiable source; 4) watch for future versions that add filesystem or network access (e.g., analyze_architecture(project_path)) and re-evaluate permissions then. If you plan to let agents call this autonomously, prefer a sandboxed environment until you confirm its real behavior.
功能分析
Type: OpenClaw Skill Name: s Version: 1.0.0 The skill bundle describes a standard AI-powered code assistant for tasks like bug diagnosis, refactoring, and documentation generation. The Python code in main.py contains placeholder logic, while the actual functionality is driven by well-structured prompts in the prompts/ directory; no malicious behaviors, data exfiltration, or suspicious execution patterns were found.
能力评估
Purpose & Capability
Name/description (智能代码助手) match the provided prompts and skill.json features. However, the skill promises deep capabilities (AST analysis, data-flow, architecture analysis, continuous learning) but the included runtime code (main.py) contains only simple stub methods that return static strings and perform no actual parsing, file I/O, or network work. Also metadata is inconsistent: top-level 'Homepage: none' / 'Source: unknown' vs skill.json claiming a GitHub repo URL. This is an overstated capability / provenance mismatch.
Instruction Scope
SKILL.md and prompt files instruct the agent to analyze 'provided code' and list checks to perform; they do not instruct reading arbitrary system files or environment variables. One function signature (analyze_architecture(project_path)) implies analyzing a project path, but the current implementation is a stub that does not access the filesystem. The result: instructions appear scoped to user-provided code, but the skill's marketing claims broader project-level analysis that would require filesystem access which is not implemented here. This discrepancy is scope/expectation drift rather than an explicit data-exfiltration instruction.
Install Mechanism
No install spec — instruction-only with a small code file. No downloads, no third-party installers, and nothing is written to disk by an installer. Low install risk.
Credentials
Skill requests no environment variables, credentials, or config paths. That is consistent with its current implementation which doesn't perform network calls or require external services.
Persistence & Privilege
always is false and the skill is user-invocable. There is no indication the skill requests persistent/system-wide changes or elevated privileges. Autonomous invocation is allowed by default but not flagged on its own.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install s
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /s 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
s-skill 1.0.0 – Initial release - 智能解析代码,支持复杂算法解释、设计模式识别与流程图生成 - 自动检测Bug,分析错误根因并提出修复与预防建议 - 提供代码重构、高性能优化及可维护性提升的智能方案 - 支持快速生成函数文档、API说明及使用示例 - 具备AST解析、类型推断、上下文感知等深度理解能力 - 输出具体可执行的建议和代码示例,响应专业便捷
元数据
Slug s
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

智能代码助手 是什么?

智能理解和精准诊断代码,提供修复、重构建议及自动生成文档,提升代码质量与维护效率。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 101 次。

如何安装 智能代码助手?

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

智能代码助手 是免费的吗?

是的,智能代码助手 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

智能代码助手 支持哪些平台?

智能代码助手 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 智能代码助手?

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

💬 留言讨论