← Back to Skills Marketplace
Seafile
by
Andrew Reid
· GitHub ↗
· v1.0.1
· MIT-0
115
Downloads
0
Stars
1
Active Installs
2
Versions
Install in OpenClaw
/install seafile
Description
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...
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install seafile - After installation, invoke the skill by name or use
/seafile - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is 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... It is an AI Agent Skill for Claude Code / OpenClaw, with 115 downloads so far.
How do I install Seafile?
Run "/install seafile" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Seafile free?
Yes, Seafile is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Seafile support?
Seafile is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Seafile?
It is built and maintained by Andrew Reid (@andrewreid); the current version is v1.0.1.
More Skills