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