← 返回 Skills 市场
List Files
作者
Rishabh Dugar
· GitHub ↗
· v1.0.0
· MIT-0
76
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install list-files
功能描述
List all files uploaded by this API key. Returns URL and creation timestamp, ordered newest first.
使用说明 (SKILL.md)
List Files
What It Does
Lists all files uploaded by the authenticated API key. Returns URL and creation timestamp for each file, ordered newest first.
When to Use
- View all files you've uploaded
- Find a specific file URL for further processing
- Check upload history
Required Inputs
None (uses API key to identify owner).
Optional Inputs
limit— max number of files (1–500, default 100)
Authentication
Send your API key in the CLIENT-API-KEY header.
Get your free API key at https://pdfapihub.com. Full API documentation is available at https://pdfapihub.com/docs.
Use Cases
- File Management Dashboard — Display all uploaded files in a management UI
- Audit Trail — Review recently uploaded files for auditing purposes
- Pipeline Monitoring — Check which files have been processed in an automated workflow
- Cleanup Planning — Review uploaded files before batch deletion
Example Usage
curl -X GET "https://pdfapihub.com/api/v1/file/list?limit=10" \
-H "CLIENT-API-KEY: your_api_key"
安全使用建议
This skill is coherent with its stated purpose: it simply lists files associated with a provided API key at pdfapihub.com. Before using it: 1) Verify pdfapihub.com and its documentation to ensure you trust the service. 2) Use an API key with least privilege (read-only / listing scope) where possible. 3) Be aware that returned file URLs (S3 links) may be publicly accessible; do not paste sensitive API keys into untrusted UIs. 4) If you do not want the agent to call this API autonomously, disable model invocation or only call the skill manually.
功能分析
Type: OpenClaw Skill
Name: list-files
Version: 1.0.0
The skill bundle is a standard API wrapper for listing files on the pdfapihub.com platform. All files, including SKILL.md and skill.json, are consistent with the stated purpose of retrieving file metadata via a GET request. There are no indicators of data exfiltration, malicious execution, or prompt injection.
能力标签
能力评估
Purpose & Capability
Name and description (list files uploaded by an API key) align with the SKILL.md and skill.json. The skill requires no unrelated binaries, env vars, or config paths.
Instruction Scope
Runtime instructions are narrowly scoped to a single HTTP GET to the pdfapihub.com API using the CLIENT-API-KEY header. The SKILL.md does not instruct the agent to read local files, other environment variables, or transmit data to third-party endpoints beyond the documented API.
Install Mechanism
No install spec and no code files — instruction-only. Nothing is downloaded or written to disk by the skill package itself.
Credentials
The skill declares no required environment variables or primary credential. It requires the user's API key at runtime to operate, which is proportionate to the stated purpose. Users should confirm the API key's scope/permissions before use.
Persistence & Privilege
always:false and no evidence of the skill attempting to persist configuration or modify other skills. Autonomous invocation is allowed (platform default) but not combined with elevated privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install list-files - 安装完成后,直接呼叫该 Skill 的名称或使用
/list-files触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
List all files uploaded by the authenticated API key. Returns URL and creation timestamp for each file, ordered newest first. Supports pagination with limit parameter (1-500).
元数据
常见问题
List Files 是什么?
List all files uploaded by this API key. Returns URL and creation timestamp, ordered newest first. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 76 次。
如何安装 List Files?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install list-files」即可一键安装,无需额外配置。
List Files 是免费的吗?
是的,List Files 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
List Files 支持哪些平台?
List Files 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 List Files?
由 Rishabh Dugar(@rishabhdugar)开发并维护,当前版本 v1.0.0。
推荐 Skills