← Back to Skills Marketplace
gcp-storage-manager
by
jpengcheng523-netizen
· GitHub ↗
· v1.0.0
· MIT-0
122
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install jpeng-gcp-storage-manager
Description
Manage Google Cloud Storage
README (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": {}
}
Usage Guidance
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.
Capability Analysis
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.
Capability Assessment
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.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install jpeng-gcp-storage-manager - After installation, invoke the skill by name or use
/jpeng-gcp-storage-manager - Provide required inputs per the skill's parameter spec and get structured output
Version History
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.
Metadata
Frequently Asked Questions
What is gcp-storage-manager?
Manage Google Cloud Storage. It is an AI Agent Skill for Claude Code / OpenClaw, with 122 downloads so far.
How do I install gcp-storage-manager?
Run "/install jpeng-gcp-storage-manager" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is gcp-storage-manager free?
Yes, gcp-storage-manager is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does gcp-storage-manager support?
gcp-storage-manager is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created gcp-storage-manager?
It is built and maintained by jpengcheng523-netizen (@jpengcheng523-netizen); the current version is v1.0.0.
More Skills