← 返回 Skills 市场
m-final

Taiji Topo File Downloader

作者 m-final · GitHub ↗ · v1.1.0
cross-platform ⚠ suspicious
433
总下载
0
收藏
0
当前安装
2
版本数
在 OpenClaw 中安装
/install taiji-topo-file-downloader
功能描述
在太极平台 a.taiji.woa.com 工作流页面自动定位节点侧边栏、打开配置文件面板并下载文件。用于“下载太极拓扑配置文件/模型文件”“在太极页面里找到文件并保存到本地”等任务,特别适合需要先校验页面是否已正确打开、再稳定定位侧边栏与文件列表的场景。
安全使用建议
This skill appears coherent for its intended task, but before installing consider: (1) it will automate your browser to click UI elements — only run it when you trust the Taiji page and the agent's access to your browser profile; (2) the shell snippet will look in ~/Downloads and move the most-recent Chrome temporary file — if you have concurrent downloads it could pick the wrong file, so test in a controlled environment or adapt the script to use deterministic filenames; (3) there are no requested credentials, but the agent will need permission to control the browser and to run shell commands that operate on your Downloads folder; (4) if you need stronger safety, ask the maintainer for an option to preview the target temp file path before moving and to restrict operations to a dedicated download directory. Overall the skill is internally consistent and not requesting disproportionate access.
功能分析
Type: OpenClaw Skill Name: taiji-topo-file-downloader Version: 1.1.0 The skill bundle automates file downloads from the internal platform 'a.taiji.woa.com' but includes high-risk shell commands in SKILL.md. Specifically, the shell script uses 'eval' and lacks sanitization for the '$file_name' variable in a 'mv' command, which presents a path traversal vulnerability. While the behavior appears aligned with its stated purpose, the use of shell execution to manipulate local files in '~/Downloads' without robust input validation is a significant security risk.
能力评估
Purpose & Capability
The name/description claim to locate a Taiji workflow sidebar, open a config/file panel, and download a file. The SKILL.md provides step-by-step UI-location strategies, example DOM scripts, OpenClaw browser automation calls, and a shell snippet to move Chrome's temporary download into a timestamped directory. All requested actions align with the stated purpose and no unrelated services, credentials, or binaries are requested.
Instruction Scope
Instructions include browser automation interactions (snapshots, element refs, clicks) and a local shell snippet that looks in ~/Downloads for Chrome temporary files and moves/renames them. This is within scope for ensuring reliable download+persist, but it does require local filesystem access and assumes Chrome's temp filename pattern; there is a minor risk of misidentifying/moving an unrelated file if multiple downloads occur concurrently or the naming pattern differs.
Install Mechanism
No install spec and no code files to execute are provided beyond the SKILL.md text and a simple package.json. Instruction-only skills present the lowest install risk; nothing will be downloaded or written to disk by an installer.
Credentials
The skill declares no required environment variables, credentials, or config paths. The only implicit environment dependency is access to the user's browser/profile and the filesystem path ~/Downloads used by the provided shell snippet — both are proportional to the task of capturing and renaming a downloaded file.
Persistence & Privilege
The skill does not request always:true and is user-invokable; it does not instruct modifying other skills or system-wide agent configs. Autonomous invocation is allowed by platform default but is not combined with other elevated privileges here.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install taiji-topo-file-downloader
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /taiji-topo-file-downloader 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.1.0
Add robust browser automation template, mandatory URL/page precheck, and timestamped output folder naming (topo_YYYYMMDD_HHMMSS).
v1.0.0
taiji-topo-file-downloader 1.0.0 - Initial release of an automated configuration file downloader for the 太极 (Taiji) platform workflow pages. - Guides users to find and download files from the workflow's file management dialog. - Provides script examples for automatic file download and moving files from Chrome's temporary download location to a specified directory. - Documents prerequisites, usage steps, troubleshooting tips, and default output directory structure.
元数据
Slug taiji-topo-file-downloader
版本 1.1.0
许可证
累计安装 0
当前安装数 0
历史版本数 2
常见问题

Taiji Topo File Downloader 是什么?

在太极平台 a.taiji.woa.com 工作流页面自动定位节点侧边栏、打开配置文件面板并下载文件。用于“下载太极拓扑配置文件/模型文件”“在太极页面里找到文件并保存到本地”等任务,特别适合需要先校验页面是否已正确打开、再稳定定位侧边栏与文件列表的场景。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 433 次。

如何安装 Taiji Topo File Downloader?

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

Taiji Topo File Downloader 是免费的吗?

是的,Taiji Topo File Downloader 完全免费(开源免费),可自由下载、安装和使用。

Taiji Topo File Downloader 支持哪些平台?

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

谁开发了 Taiji Topo File Downloader?

由 m-final(@m-final)开发并维护,当前版本 v1.1.0。

💬 留言讨论