← Back to Skills Marketplace
408
Downloads
0
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install vue-table-operation
Description
自动化操作 vue-element-admin 管理系统的综合 Table 页面,包括登录、遍历数据、修改记录并导出到 Excel。适用于需要批量处理 Table 数据的场景。
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install vue-table-operation - After installation, invoke the skill by name or use
/vue-table-operation - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release
Metadata
Frequently Asked Questions
What is vue-table-操作及导出?
自动化操作 vue-element-admin 管理系统的综合 Table 页面,包括登录、遍历数据、修改记录并导出到 Excel。适用于需要批量处理 Table 数据的场景。 It is an AI Agent Skill for Claude Code / OpenClaw, with 408 downloads so far.
How do I install vue-table-操作及导出?
Run "/install vue-table-operation" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is vue-table-操作及导出 free?
Yes, vue-table-操作及导出 is completely free (open-source). You can download, install and use it at no cost.
Which platforms does vue-table-操作及导出 support?
vue-table-操作及导出 is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created vue-table-操作及导出?
It is built and maintained by jeiao (@mingj); the current version is v1.0.0.
More Skills