← 返回 Skills 市场
105
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install temp-access-link
功能描述
Generate secure, time-limited access links for file sharing with automatic expiration.
安全使用建议
This skill routes file uploads and link generation through an external service (api.mkkpro.com / toolweb.in). Before installing or using it, consider: (1) The skill declares no API key or auth method — confirm whether the service requires account credentials and whether the author omitted them intentionally. (2) Any file you upload (especially sensitive documents) will be transmitted to a third-party host; verify the provider's identity, privacy policy, retention rules, and compliance posture. (3) Ask the skill author for proof of ownership, source code, or a trustworthy homepage; prefer a self-hosted or internally auditable alternative for highly sensitive data. If you must use it, test with non-sensitive files and use a dedicated account/contracted plan to limit blast radius.
能力评估
Purpose & Capability
Name/description claim: generate time-limited access links. SKILL.md and openapi.json consistently describe endpoints for generating links, uploading files, and serving files at api.mkkpro.com. This functionality is coherent with the stated purpose. However, the skill provides no server/auth configuration in openapi.json and declares no required credentials or API key despite referencing a paid service and an API gateway — this omission is unexpected and reduces trust.
Instruction Scope
SKILL.md instructions are scoped to the stated task: POST /generate-link, POST /upload-file (multipart), GET /access/{token}, GET /files/{filename}. The instructions do not tell the agent to read unrelated local files, environment variables, or system configuration. The main scope concern is that the instructions implicitly require uploading file contents to a third-party endpoint, which is consistent with the purpose but important to surface to users.
Install Mechanism
No install spec and no code files beyond documentation; this is low-risk from an install perspective because nothing is written to disk by the skill itself. The skill will rely on the agent making outbound HTTP requests at runtime.
Credentials
The skill declares no required environment variables or primary credential. Yet the SKILL.md references an external API (api.mkkpro.com), pricing plans, and a Kong route. For a paid/cloud API that can receive file uploads, it is typical to require an API key or other credentials; the absence of any declared auth is inconsistent and suspicious. Additionally, users must be aware that using the skill will send file contents and file URLs to a third-party service (possible data exfiltration risk) even though no credentials are requested.
Persistence & Privilege
Skill flags are default: always:false and model-invocation allowed. The skill does not request persistent system modifications or special privileges. No persistence-related concerns detected.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install temp-access-link - 安装完成后,直接呼叫该 Skill 的名称或使用
/temp-access-link触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of Temporary Access Link Generator.
- Generate secure, time-limited access links for sharing files, with automatic expiration and token-based authentication.
- Endpoints to create links for existing file URLs or uploaded files.
- Endpoint for validating tokens and retrieving file metadata, plus direct file serving for valid requests.
- Suitable for secure, compliance-driven file distribution with detailed usage and pricing documentation.
元数据
常见问题
Temp Access Link 是什么?
Generate secure, time-limited access links for file sharing with automatic expiration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 105 次。
如何安装 Temp Access Link?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install temp-access-link」即可一键安装,无需额外配置。
Temp Access Link 是免费的吗?
是的,Temp Access Link 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Temp Access Link 支持哪些平台?
Temp Access Link 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Temp Access Link?
由 ToolWeb(@krishnakumarmahadevan-cmd)开发并维护,当前版本 v1.0.0。
推荐 Skills