← 返回 Skills 市场
408
总下载
0
收藏
2
当前安装
1
版本数
在 OpenClaw 中安装
/install vue-table-operation
功能描述
自动化操作 vue-element-admin 管理系统的综合 Table 页面,包括登录、遍历数据、修改记录并导出到 Excel。适用于需要批量处理 Table 数据的场景。
安全使用建议
This skill appears to do what it claims (automate the demo site and export rows to Excel), but it has gaps you should clarify before installing:
- Dependency: SKILL.md imports openpyxl but the skill metadata does not declare or install it. Confirm that the execution environment provides openpyxl or ask the author to declare/install it.
- File writes: the instructions save files to /Users/openclaw/Desktop — a platform-specific path. Make the output path configurable and ensure you are comfortable allowing the skill to write to your filesystem.
- Hard-coded creds and refs: the file contains the demo login editor/123456 and brittle element refs that may break. Verify the site you intend to automate and that credentials are appropriate (don't reuse real credentials).
- Browser tool access: this skill requires the agent's browser automation tool, which can interact with arbitrary web pages and could exfiltrate data if pointed at other sites. Restrict targets to the intended demo/host and monitor the actions.
If the author provides a dependency list (or an install step for openpyxl), makes the output path configurable, and documents how to obtain up-to-date element refs, the assessment would move toward benign. Without those clarifications, proceed cautiously.
功能分析
Type: OpenClaw Skill
Name: vue-table-operation
Version: 1.0.0
The skill bundle is a legitimate automation script designed to interact with a public demo site (vue-element-admin). It performs standard browser automation tasks such as logging in with demo credentials, navigating tables, modifying records, and exporting data to a local Excel file using the openpyxl library. No indicators of data exfiltration, malicious execution, or unauthorized access were found in SKILL.md or _meta.json.
能力评估
Purpose & Capability
Name/description (automate vue-element-admin table actions and export to Excel) matches the runtime steps (open site, traverse table, edit, export). However the document requires the Python openpyxl library and filesystem write access (saving to /Users/openclaw/Desktop) but the skill metadata declares no dependencies or required binaries — a mismatch.
Instruction Scope
The SKILL.md instructs the agent to write an Excel file to a specific local path (/Users/openclaw/Desktop/DATE.xlsx) and to import/use openpyxl. It also relies on brittle element refs (e.g., e341, e902) that must be fetched from snapshots. The instructions therefore assume filesystem write permission and availability of a Python library that are not declared, which is scope creep relative to an instruction-only skill.
Install Mechanism
No install spec (instruction-only), which is low-risk. But the SKILL.md expects openpyxl to be present; without an install step or declared dependency, the agent may fail or attempt to execute code without required libraries.
Credentials
No environment variables or credentials are requested (good), but the instructions write files to a platform-specific desktop path (macOS) and hard-code login credentials (editor/123456). Writing to user filesystem is a privilege that should be declared/configurable; the lack of any declared filesystem or dependency requirements is disproportionate to the metadata.
Persistence & Privilege
always is false and there is no install step that modifies other skills or system configuration. The skill does not request persistent privileges over the agent.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install vue-table-operation - 安装完成后,直接呼叫该 Skill 的名称或使用
/vue-table-operation触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release
元数据
常见问题
vue-table-操作及导出 是什么?
自动化操作 vue-element-admin 管理系统的综合 Table 页面,包括登录、遍历数据、修改记录并导出到 Excel。适用于需要批量处理 Table 数据的场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 408 次。
如何安装 vue-table-操作及导出?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install vue-table-operation」即可一键安装,无需额外配置。
vue-table-操作及导出 是免费的吗?
是的,vue-table-操作及导出 完全免费(开源免费),可自由下载、安装和使用。
vue-table-操作及导出 支持哪些平台?
vue-table-操作及导出 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 vue-table-操作及导出?
由 jeiao(@mingj)开发并维护,当前版本 v1.0.0。
推荐 Skills