← Back to Skills Marketplace
91
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install test-502
Description
AList file management API for OpenClaw. Supports upload, download, list, mkdir, rm, mv, search, and offline download. Trigger: User asks about file managemen...
Usage Guidance
This skill's README looks like a wrapper for an AList CLI, but the package doesn't include the Python script or declare the environment variables it needs. Before installing or enabling it: 1) Ask the publisher for the missing files (scripts/alist_cli.py and references/openapi.json) or for a documented install procedure. 2) Confirm how and where you'd supply ALIST_URL/ALIST_USERNAME/ALIST_PASSWORD (manifest should declare required env vars). 3) Only provide credentials to trusted, verifiable source code — review the CLI code or run it in an isolated environment. 4) If the skill attempts to download code at runtime or prompts for credentials without an authoritative source, do not proceed. Providing the missing code and aligning the manifest with SKILL.md would raise confidence; as-is, the inconsistencies are suspicious.
Capability Assessment
Purpose & Capability
The skill's stated purpose (AList file management) matches the commands described in SKILL.md, but the skill metadata declares no required env vars or binaries while the instructions clearly expect ALIST_URL/ALIST_USERNAME/ALIST_PASSWORD and a local Python CLI. Either the metadata is incomplete or the runtime will fail or prompt for credentials unexpectedly.
Instruction Scope
SKILL.md instructs the agent to run `python scripts/alist_cli.py` and references `references/openapi.json` and environment variables. None of those files or env variables are declared in the skill manifest. The instructions therefore direct the agent to access local files and secrets that are not provably provided by the skill.
Install Mechanism
There is no install spec (instruction-only), which is lower risk in itself. However, the instructions assume a local Python script and possibly a preinstalled CLI; because those files are not bundled or installed, the agent may try to fetch them or fail. No external downloads are declared.
Credentials
SKILL.md asks for ALIST_URL, ALIST_USERNAME, and ALIST_PASSWORD — credentials that are reasonable for an AList integration — but the skill's manifest lists no required environment variables. This mismatch increases the risk of unexpected credential prompts or manual entry without clear provenance.
Persistence & Privilege
The skill does not request always: true and has no install steps that write to system config. It does not ask for system-level privileges in the manifest.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install test-502 - After installation, invoke the skill by name or use
/test-502 - Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.0.1
test
Metadata
Frequently Asked Questions
What is Test?
AList file management API for OpenClaw. Supports upload, download, list, mkdir, rm, mv, search, and offline download. Trigger: User asks about file managemen... It is an AI Agent Skill for Claude Code / OpenClaw, with 91 downloads so far.
How do I install Test?
Run "/install test-502" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Test free?
Yes, Test is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Test support?
Test is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Test?
It is built and maintained by Kinema. (@leeshunee); the current version is v0.0.1.
More Skills