← Back to Skills Marketplace
awlevin

Secret Portal

by Aaron Levin · GitHub ↗ · v0.1.0
cross-platform ⚠ suspicious
890
Downloads
0
Stars
3
Active Installs
1
Versions
Install in OpenClaw
/install secret-portal
Description
Spin up a one-time web UI for securely entering secret keys and env vars. Supports guided instructions, single-key mode, and cloudflared tunneling.
Usage Guidance
This skill is a coherent wrapper for an external tool (uv) that will run a one‑time secret entry UI and write secrets to a file. Before installing or using it: 1) Verify the 'uv' CLI and the referenced GitHub project (https://github.com/Olafs-World/secret-portal) — inspect the code or the package source so you know what will run. 2) Confirm how 'cloudflared' (or any tunnel binary) is downloaded and from which URL; prefer tooling that pulls releases from official, signed sources. 3) Choose the env-file path deliberately (avoid world-readable locations) and consider using a temporary VM/container or ephemeral workspace to limit exposure. 4) If you cannot audit the external binaries, avoid passing high‑value secrets (production API keys) to this flow. 5) If you need stronger guarantees about logging/exfiltration, require cryptographic verification of binaries or use a known audited tool instead.
Capability Analysis
Type: OpenClaw Skill Name: secret-portal Version: 0.1.0 The skill bundle is classified as benign. The `SKILL.md` describes a tool for securely collecting user-entered secrets via a temporary web UI and saving them to a local file. It explicitly states security measures like one-time use, token authentication, `600` file permissions, and not logging secrets to stdout/stderr. The installation process uses `brew` for `uv`, and tunneling options like `cloudflared` are legitimate tools used for the stated purpose of making the local web UI accessible. There is no evidence of data exfiltration of existing system secrets, malicious execution, persistence mechanisms, prompt injection attempts against the agent, or obfuscation.
Capability Assessment
Purpose & Capability
The skill tells the agent to run the 'uv' CLI to start a secret-entry portal; the single required binary ('uv') and the provided brew install entry for 'uv' match the documented usage. Required env vars/creds are none, which aligns with a simple UI-for-secrets purpose.
Instruction Scope
SKILL.md instructs executing 'uv run --with secret-portal secret-portal' and passing a path to save secrets (e.g., -f ~/.env). That is within the stated purpose, but it also encourages using '--tunnel cloudflared' and claims cloudflared will be auto-downloaded. The skill is instruction-only and therefore causes execution of an external binary that may download additional executables and perform network operations; the file-writing behavior (saving secrets to disk) and the unverified claims about not logging secrets are sensitive and not enforced by this manifest.
Install Mechanism
Install spec only installs 'uv' via brew (reasonable). However, SKILL.md references auto-downloading 'cloudflared' (a separate binary) when using the recommended tunnel; that secondary download is not declared in the install spec and would be performed at runtime by the external tool. Automatic fetching/extracting of additional binaries by a third-party CLI increases risk and should be validated.
Credentials
The skill declares no environment variables, no credentials, and no config paths. There are no extraneous credential requests in the manifest. Writing secrets to a file is the primary action and is consistent with the stated purpose, though it requires trust in the invoked CLI's behavior.
Persistence & Privilege
The skill does not request always:true, does not alter other skills' configs, and is user-invocable only. It will write a secrets file at a user-specified path, which is expected for this functionality and is not the same as requesting persistent elevated privileges.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install secret-portal
  3. After installation, invoke the skill by name or use /secret-portal
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v0.1.0
Initial release
Metadata
Slug secret-portal
Version 0.1.0
License
All-time Installs 3
Active Installs 3
Total Versions 1
Frequently Asked Questions

What is Secret Portal?

Spin up a one-time web UI for securely entering secret keys and env vars. Supports guided instructions, single-key mode, and cloudflared tunneling. It is an AI Agent Skill for Claude Code / OpenClaw, with 890 downloads so far.

How do I install Secret Portal?

Run "/install secret-portal" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Secret Portal free?

Yes, Secret Portal is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Secret Portal support?

Secret Portal is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Secret Portal?

It is built and maintained by Aaron Levin (@awlevin); the current version is v0.1.0.

💬 Comments