Analyze Gas Optimization
v1.0.0Analyze and optimize Aptos Move contracts for gas efficiency, identifying expensive operations and suggesting optimizations. Triggers on: 'optimize gas', 're...
⭐ 0· 104·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
OpenClaw
Benign
high confidencePurpose & Capability
The skill's name and description (Aptos Move gas optimization) match the provided guidance, examples, and commands. However, SKILL.md references using the 'aptos' CLI for simulation and profiling while the registry metadata declares no required binaries — the skill should ideally list aptos (or note it as optional) so users know what tooling is expected.
Instruction Scope
Instructions stay within the stated purpose (gas-cost heuristics, code snippets, and simulation commands). The SKILL.md implies the agent/operator will run simulations against local contracts or test harnesses; it does not explicitly say how the agent obtains contract source or whether it should read repository files. Users should be aware the skill expects access to Move sources and/or the ability to run aptos CLI commands.
Install Mechanism
No install spec or code files are present (instruction-only). This minimizes installation risk — nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no environment variables or credentials, which is appropriate. Minor inconsistency: runtime examples use the 'aptos' CLI and running simulations/tests may rely on local node/config or credentials in some workflows; these are not declared. The skill does not request unrelated secrets.
Persistence & Privilege
The skill is not marked always:true and does not ask to persist or modify other skills or system-wide settings. It does not request elevated or persistent privileges.
Assessment
This is an instruction-only Aptos Move gas-optimization guide that appears coherent and benign. Before installing or invoking it, confirm you have the aptos CLI and Move code available (the SKILL.md uses aptos commands but the skill metadata doesn't list aptos as a required binary). Be cautious about allowing any agent to run commands against your local repository or blockchain accounts — avoid exposing private keys or secrets. If you plan to let the agent operate autonomously, ensure it only has access to testnet/devnet credentials or sandboxed code. If you need greater assurance, ask the skill author to explicitly declare required tooling (aptos CLI) and to clarify how contract source will be provided and whether any network access or signing keys are needed.Like a lobster shell, security has layers — review code before you run it.
latestvk9792ys1989p6kx2yzrnf9160s834nyd
License
MIT-0
Free to use, modify, and redistribute. No attribution required.
