← 返回 Skills 市场
ckchzh

Macro Helper

作者 BytesAgain2 · GitHub ↗ · v2.0.0 · MIT-0
cross-platform ✓ 安全检测通过
673
总下载
0
收藏
5
当前安装
10
版本数
在 OpenClaw 中安装
/install macro-helper
功能描述
Excel宏与VBA助手。生成VBA代码、解释宏、调试错误、模板库、格式转换、性能优化。Excel macro and VBA helper with generate, explain, debug, template, convert.
使用说明 (SKILL.md)

macro-helper

Excel宏与VBA助手。生成VBA代码、解释宏、调试错误、模板库、格式转换、性能优化。Excel macro and VBA helper with generate, explain, debug, template, convert, and optimize.

推荐工作流

需求分析 → 选择命令 → 输入描述 → 获取结果 → 调整优化

命令列表

命令 功能
generate generate
explain explain
debug debug
template template
convert convert
optimize optimize

专业建议

  • Identify the task: generate / explain / debug / template / convert / optimize
  • Run: bash scripts/macro.sh \x3Ccommand> [task_description]
  • Present well-commented VBA code
  • Include usage instructions and potential gotchas
  • Option Explicit** — always declare variables

macro-helper by BytesAgain

💬 Feedback & Feature Requests: https://bytesagain.com/feedback Powered by BytesAgain | bytesagain.com

Commands

Run macro-helper help to see all available commands.

安全使用建议
This skill appears coherent with its stated purpose. Before using it: (1) review the included scripts (scripts/macro.sh and scripts/script.sh) yourself — they are plain shell scripts that generate VBA text and create a data/log directory under $HOME/.local/share/macro-helper by default; (2) never blindly run generated VBA macros in trusted documents — inspect macros before enabling them (VBA can perform file, email, and system actions); (3) be aware the templates include Outlook automation and file operations (the templates show .Display/.Send and file import patterns) — ensure these behaviors match your security policies; (4) if you prefer logs elsewhere, set MACRO_HELPER_DIR before running. No credentials or network access are requested by the skill itself.
功能分析
Type: OpenClaw Skill Name: macro-helper Version: 2.0.0 The macro-helper skill is a legitimate utility for generating, debugging, and optimizing Excel VBA code. The primary script, scripts/macro.sh, functions as a template engine that outputs helpful VBA snippets and documentation, while scripts/script.sh provides basic local logging and data management without any network access or sensitive file interaction.
能力评估
Purpose & Capability
Name/description match the provided scripts and SKILL.md. The bash scripts produce VBA code, explanations, templates, and debugging guidance which is exactly what the skill says it does. No unrelated credentials, binaries, or cloud APIs are requested.
Instruction Scope
SKILL.md explicitly directs the agent/user to run the included bash scripts (scripts/macro.sh and scripts/script.sh). Those scripts output VBA snippets and helper text; they do not read arbitrary system files or remote endpoints. Note: running the scripts will generate output and the utility script will create a local data/log directory.
Install Mechanism
No install spec — instruction-only with included scripts. There are no downloads or external installers. Files are plain shell scripts and docs; nothing writes remote code or pulls archives.
Credentials
The skill requires no environment variables or credentials. The helper script does honor an optional MACRO_HELPER_DIR/XDG_DATA_HOME override for its local data directory; otherwise it writes to $HOME/.local/share/macro-helper. This local storage is reasonable for a utility but is worth noting.
Persistence & Privilege
always is false and the skill is user-invocable. The scripts write local logs/data to a per-user data directory but do not modify other skills or system-wide agent settings.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install macro-helper
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /macro-helper 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v2.0.0
v2.5 standard: Use-when desc, homepage, source, security fix
v1.0.6
yaml-fix+quality
v1.0.5
yaml-fix+quality
v1.0.4
Quality upgrade
v1.0.3
Quality upgrade: custom functionality
v1.0.2
Standards compliance: unique content, no template text
v1.0.1
Quality update: docs, examples, standards compliance
v2.3.0
Quality fixes: removed third-party references, aligned docs with implementation
v2.2.0
Enhanced descriptions for better AI triggering
v1.0.0
Initial release of macro-helper. - Provides assistance for Excel macros and VBA tasks. - Features include code generation, explanation, debugging, templates, format conversion, and performance optimization. - Command list: generate, explain, debug, template, convert, optimize. - Includes recommended workflow and usage tips for best results.
元数据
Slug macro-helper
版本 2.0.0
许可证 MIT-0
累计安装 5
当前安装数 5
历史版本数 10
常见问题

Macro Helper 是什么?

Excel宏与VBA助手。生成VBA代码、解释宏、调试错误、模板库、格式转换、性能优化。Excel macro and VBA helper with generate, explain, debug, template, convert. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 673 次。

如何安装 Macro Helper?

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

Macro Helper 是免费的吗?

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

Macro Helper 支持哪些平台?

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

谁开发了 Macro Helper?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v2.0.0。

💬 留言讨论