← Back to Skills Marketplace
bytesagain1

Secret Encrypt

by bytesagain1 · GitHub ↗ · v2.0.1 · MIT-0
cross-platform ✓ Security Clean
169
Downloads
0
Stars
1
Active Installs
3
Versions
Install in OpenClaw
/install secret-encrypt
Description
Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Secret Encrypt concepts, best practices, and implementation patte...
Usage Guidance
This skill appears to be a simple local reference/CLI that prints documentation — it does not ask for credentials or perform network calls. If you plan to install or run it, you can: (1) inspect the script (scripts/script.sh) yourself (already provided) to confirm no unexpected commands; (2) run it in a restricted/sandboxed environment if you have any doubt; and (3) be aware of minor non-security issues (version mismatch and help text variable quoting) that affect usability but not safety. If you need guarantees, verify the upstream GitHub repo and release provenance before using in production.
Capability Analysis
Type: OpenClaw Skill Name: secret-encrypt Version: 2.0.1 The 'secret-encrypt' skill bundle is a static documentation reference tool. The primary script (scripts/script.sh) uses heredocs to output plain-text guides for various development topics and contains no network calls, file system modifications, or credential handling. Both SKILL.md and the script logic are consistent and lack any indicators of malicious intent or security vulnerabilities.
Capability Assessment
Purpose & Capability
Name/description claim a documentation/reference tool for 'Secret Encrypt' and the provided files (SKILL.md + a shell script that prints reference text) match that purpose. There are no unexpected env vars, binaries, or cloud credentials requested.
Instruction Scope
SKILL.md explicitly states no external API calls or credentials. The runtime script only emits heredoc help/reference text and does not read files, call network endpoints, or access environment variables. Minor issues: the script's VERSION variable (2.0.0) differs from registry version (2.0.1), and the help heredoc is single-quoted so the $VERSION variable will not expand as likely intended — these are usability bugs, not security issues.
Install Mechanism
No install spec (instruction-only with an included helper script). Nothing is downloaded or written to disk by an installer; risk from the install mechanism is low. The included script would be executed locally if the agent runs it.
Credentials
No required environment variables, credentials, or config paths are declared or accessed. The script does not read or require secrets. Requested privileges are proportional to a documentation/reference tool.
Persistence & Privilege
always:false and default model-invocation are appropriate. The skill does not attempt to modify other skills or system-wide settings. No persistent presence or elevated privileges are requested.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install secret-encrypt
  3. After installation, invoke the skill by name or use /secret-encrypt
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v2.0.1
Fix description
v2.0.0
Clean package with matching SKILL.md
v1.0.0
publish v1.0.0
Metadata
Slug secret-encrypt
Version 2.0.1
License MIT-0
All-time Installs 1
Active Installs 1
Total Versions 3
Frequently Asked Questions

What is Secret Encrypt?

Reference tool for devtools — covers intro, quickstart, patterns and more. Quick lookup for Secret Encrypt concepts, best practices, and implementation patte... It is an AI Agent Skill for Claude Code / OpenClaw, with 169 downloads so far.

How do I install Secret Encrypt?

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

Is Secret Encrypt free?

Yes, Secret Encrypt is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does Secret Encrypt support?

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

Who created Secret Encrypt?

It is built and maintained by bytesagain1 (@bytesagain1); the current version is v2.0.1.

💬 Comments