← 返回 Skills 市场
callmedas69

Credential Manager

作者 Mr. TeeClaw · GitHub ↗ · v1.3.0
cross-platform ⚠ suspicious
6491
总下载
2
收藏
0
当前安装
4
版本数
在 OpenClaw 中安装
/install credential-manager
功能描述
MANDATORY security foundation for OpenClaw. Consolidate scattered API keys and credentials into a secure .env file with proper permissions. Use when setting up OpenClaw, migrating credentials, auditing security, or enforcing the .env standard. This is not optional — centralized credential management is a core requirement for secure OpenClaw deployments. Scans for credential files across common locations, backs up existing files, creates a unified .env with mode 600, validates security, and enforces best practices.
安全使用建议
Install only if you intentionally want this skill to inspect and migrate credential files. Run scan-only first, review every path, avoid --yes for real migrations, verify ~/.openclaw/.env and backups before cleanup, do not consolidate wallet seed phrases or private keys unless you have a strong reason, and avoid sourcing or printing secrets in shell sessions.
功能分析
Type: OpenClaw Skill Name: credential-manager Version: 1.3.0 This skill is classified as suspicious due to its extensive use of high-risk capabilities, including scanning the entire filesystem for credential files, reading their contents, modifying sensitive files like `.env` and `.gitignore`, changing file permissions (`chmod 600`), and deleting original credential files. While these actions are explicitly stated as necessary for its security-enhancing purpose (centralizing and securing credentials), they represent significant control over the user's sensitive data and system configuration. The `SKILL.md` and other documentation files use strong, imperative language to instruct the agent to perform these actions, which, while aimed at enforcing security, constitutes a form of prompt injection directing the agent to execute sensitive operations.
能力评估
Purpose & Capability
The purpose is coherent: it scans, backs up, consolidates, validates, and cleans up credentials for OpenClaw. The concern is that the artifacts explicitly cover high-impact secrets including API keys, passwords, private keys, wallet keys, and seed phrases, and aggregate them into one plaintext ~/.openclaw/.env file.
Instruction Scope
The instructions repeatedly frame the policy as mandatory with no exceptions, document --yes auto-confirm for consolidation, and include examples that source the .env file and echo a credential. Cleanup is better controlled with dry-run and typed confirmation, but the overall guidance is too forceful for secret migration.
Install Mechanism
The package contains documentation and local Python scripts. I found no install-time execution, network exfiltration, obfuscation, hidden startup behavior, or background worker.
Credentials
Default scanning reaches beyond OpenClaw-owned files into broad user locations such as ~/.config/*/credentials.json and ~/.local/share/*/credentials.json, and the scripts also accept custom paths. That breadth is not tightly scoped to user-approved services or files.
Persistence & Privilege
The skill writes a persistent centralized secret store, creates backups and .env.example, modifies .gitignore, changes permissions, and can delete old credential files. These actions are expected for the stated purpose but high-impact, especially because backups are plaintext and not explicitly permission-hardened.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install credential-manager
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /credential-manager 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.3.0
Consolidation Rule enforcement - all credentials MUST be in ~/.openclaw/.env ONLY. Enhanced detection for workspace/skills/scripts .env files. New CONSOLIDATION-RULE.md documentation.
v1.2.0
Added crypto-specific sensitive key patterns (private_key, passphrase, mnemonic, seed_phrase, signing_key, wallet_key) and updated documentation
v1.0.0
Initial publish: MANDATORY security foundation for OpenClaw. Consolidate scattered API keys and credentials into a secure .env file with proper permissions.
v1.1.0
🔒 MANDATORY security foundation. Consolidates scattered credentials into secure .env with proper permissions. Includes enforcement tools for skill developers. Non-negotiable security infrastructure for OpenClaw deployments.
元数据
Slug credential-manager
版本 1.3.0
许可证
累计安装 0
当前安装数 0
历史版本数 4
常见问题

Credential Manager 是什么?

MANDATORY security foundation for OpenClaw. Consolidate scattered API keys and credentials into a secure .env file with proper permissions. Use when setting up OpenClaw, migrating credentials, auditing security, or enforcing the .env standard. This is not optional — centralized credential management is a core requirement for secure OpenClaw deployments. Scans for credential files across common locations, backs up existing files, creates a unified .env with mode 600, validates security, and enforces best practices. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 6491 次。

如何安装 Credential Manager?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install credential-manager」即可一键安装,无需额外配置。

Credential Manager 是免费的吗?

是的,Credential Manager 完全免费(开源免费),可自由下载、安装和使用。

Credential Manager 支持哪些平台?

Credential Manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Credential Manager?

由 Mr. TeeClaw(@callmedas69)开发并维护,当前版本 v1.3.0。

💬 留言讨论