← 返回 Skills 市场
andrewreid

Seafile

作者 Andrew Reid · GitHub ↗ · v1.0.1 · MIT-0
cross-platform ✓ 安全检测通过
115
总下载
0
收藏
1
当前安装
2
版本数
在 OpenClaw 中安装
/install seafile
功能描述
Search, download, and upload files in a single Seafile library using a repo token. Use when an agent needs library-scoped filename or path search, exact-path...
安全使用建议
This skill appears to do only what it says: interact with a single Seafile library via a repo token. Before installing, ensure you: 1) Provide a repo token scoped to only the intended library (least privilege) and not a broad admin token; 2) Verify SEAFILE_BASE_URL is the correct, trusted server (the token will be sent to that origin); 3) Avoid populating SEAFILE_OUTPUT_DIR with sensitive system paths to prevent accidental overwrites; 4) Be comfortable with the agent being able to invoke the skill autonomously (allow_implicit_invocation is enabled in the skill metadata); and 5) Rotate the token if you later revoke the skill. If you need higher assurance, request a copy of the skill's provenance or run its commands in a restricted test environment first.
功能分析
Type: OpenClaw Skill Name: seafile Version: 1.0.1 The Seafile skill provides a legitimate set of instructions and command patterns for interacting with a Seafile library using its Repo-Token API. It uses standard tools like `curl` and `jq` to perform file searches, downloads, and uploads as described in SKILL.md and the reference files. The use of environment variables for credentials and the construction of shell commands follow common practices, including proper quoting and the use of `jq --arg` for safe variable handling, with no evidence of malicious intent, data exfiltration, or unauthorized access.
能力评估
Purpose & Capability
The skill's name and description match the actual requirements and actions. Required binaries (curl, jq) and the two env vars (SEAFILE_BASE_URL, SEAFILE_REPO_TOKEN) are exactly what a repo-token-based Seafile integration needs.
Instruction Scope
SKILL.md contains only repo-token API calls (dir/, download-link/, upload-link/, repo-info/) and local jq filtering. It does not instruct the agent to read unrelated files, other environment variables, or to transmit data to endpoints outside the constructed SEAFILE_BASE_URL API base.
Install Mechanism
No install spec and no code files — the skill is instruction-only, which minimizes disk persistence and supply-chain risk.
Credentials
Only SEAFILE_BASE_URL and SEAFILE_REPO_TOKEN are required (the repo token is declared as the primary credential). Requesting a repo token is proportionate to the described functionality; there are no unrelated secrets or additional credential requirements.
Persistence & Privilege
The skill is not always-enabled (always:false). The included agents/openai.yaml sets allow_implicit_invocation: true, so the agent may autonomously invoke the skill when eligible — this is normal but worth being aware of because it gives the skill runtime invocation capability.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install seafile
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /seafile 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added `homepage` and `metadata` fields to SKILL.md for improved metadata and discovery. - Clarified required versus optional environment variables. - Documented the use and defaults for `SEAFILE_LIBRARY_ROOT` and `SEAFILE_OUTPUT_DIR`. - No behavioral or API command changes.
v1.0.0
Initial release of the seafile-skill. - Search for files or folders in a single Seafile library by filename or path fragment. - Download files by exact Seafile path. - Upload local files into existing Seafile directories. - Requires curl, jq, valid Seafile repo token, and network access. - Clear workflows and command examples for search, download, and upload.
元数据
Slug seafile
版本 1.0.1
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 2
常见问题

Seafile 是什么?

Search, download, and upload files in a single Seafile library using a repo token. Use when an agent needs library-scoped filename or path search, exact-path... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 115 次。

如何安装 Seafile?

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

Seafile 是免费的吗?

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

Seafile 支持哪些平台?

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

谁开发了 Seafile?

由 Andrew Reid(@andrewreid)开发并维护,当前版本 v1.0.1。

💬 留言讨论