← 返回 Skills 市场
gcp-storage-manager
作者
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
122
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install jpeng-gcp-storage-manager
功能描述
Manage Google Cloud Storage
使用说明 (SKILL.md)
GCP Storage Manager
Manage Google Cloud Storage
When to Use
- User needs gcp related functionality
- Automating storage tasks
- Cloud operations
Usage
python3 scripts/gcp_storage_manager.py --input \x3Cinput> --output \x3Coutput>
Configuration
Set required environment variables:
export STORAGE_API_KEY="your-api-key"
Output
Returns JSON with results:
{
"success": true,
"data": {}
}
安全使用建议
Do not install or enable this skill until the author/source is verified and the package is corrected. Specific things to ask the publisher: (1) include the referenced scripts/implementation or remove the usage entry, (2) declare required environment variables and explain how to obtain them, (3) for GCP access, prefer Google service account keys or ADC (GOOGLE_APPLICATION_CREDENTIALS) and document scope/permissions. Never paste API keys into an unclear skill—if you must test, do so in an isolated environment and monitor network/activity. Because the skill is incomplete and inconsistent, treat it as untrusted until clarified or fixed.
功能分析
Type: OpenClaw Skill
Name: jpeng-gcp-storage-manager
Version: 1.0.0
The provided files (_meta.json and SKILL.md) describe a standard skill for managing Google Cloud Storage. The documentation defines expected environment variables and command-line usage without any signs of prompt injection, data exfiltration, or malicious instructions. While the implementation script (scripts/gcp_storage_manager.py) is referenced but not included in the provided text, the available metadata and instructions are consistent with the stated purpose.
能力评估
Purpose & Capability
The name/description say 'Manage Google Cloud Storage' but the skill requests a generic STORAGE_API_KEY (not the usual Google service account/ADC credentials) and the manifest declares no credentials. The stated GCP purpose does not align with the credential model shown in the instructions.
Instruction Scope
SKILL.md instructs executing `python3 scripts/gcp_storage_manager.py` and to export STORAGE_API_KEY, but the package contains no code files (no scripts/). Instructions also omit how the key is provisioned or validated. Referencing a non-existent script and an undocumented API key is vague and could prompt unsafe follow-up actions (downloading/executing external code or asking users to paste keys).
Install Mechanism
There is no install spec (lower risk), but the usage implies a local script that isn't included. Because no code or install steps are present, the skill as published is incomplete; an agent or user might try to fetch or run external code to satisfy the missing script, which increases risk if done automatically.
Credentials
The instructions require STORAGE_API_KEY but the registry metadata lists no required env vars or primary credential. A GCP storage manager would normally require Google service account credentials or ADC (GOOGLE_APPLICATION_CREDENTIALS), not a generic STORAGE_API_KEY. This mismatch is disproportionate and unexplained.
Persistence & Privilege
The skill does not request persistent/always presence (always: false) and declares no config paths. Autonomous invocation is permitted (default), which is normal; however, this normal behavior combined with the other inconsistencies increases potential risk.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install jpeng-gcp-storage-manager - 安装完成后,直接呼叫该 Skill 的名称或使用
/jpeng-gcp-storage-manager触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of jpeng-gcp-storage-manager.
- Manage Google Cloud Storage via command-line.
- Supports automation of storage tasks for cloud operations.
- Requires STORAGE_API_KEY environment variable for authentication.
- Outputs results in JSON format.
元数据
常见问题
gcp-storage-manager 是什么?
Manage Google Cloud Storage. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 122 次。
如何安装 gcp-storage-manager?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install jpeng-gcp-storage-manager」即可一键安装,无需额外配置。
gcp-storage-manager 是免费的吗?
是的,gcp-storage-manager 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
gcp-storage-manager 支持哪些平台?
gcp-storage-manager 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 gcp-storage-manager?
由 jpengcheng523-netizen(@jpengcheng523-netizen)开发并维护,当前版本 v1.0.0。
推荐 Skills