Gate Exchange Auto-Invest Skill

v1.0.0

The fast auto-invest function of Gate Exchange Earn. Use this skill whenever you need to create, update, stop, or top up invest plans and to query supported...

0· 34·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The skill's name/description match the actions it documents (create/update/stop/top-up plans, queries). It only references Gate-specific MCP tool names and supporting read-only tools; nothing requested is unrelated to an auto-invest feature.
Instruction Scope
Most runtime instructions stay within the auto-invest domain (validations, calling named MCP tools, confirming writes). Two noteworthy items: (1) the runtime asks the agent to try to detect the user's system time zone using the shell command date (date +"%Z %z"), which requires system access that may not be available or desirable in some deployment environments; (2) the SKILL.md asks you to read an external runtime rules document on GitHub before proceeding—this implies the agent may fetch external docs. Neither contradicts the stated purpose, but both are implementation details the operator should be aware of.
Install Mechanism
Instruction-only package with no install spec and no code files; nothing is downloaded or written to disk by the skill itself.
Credentials
The skill declares no required environment variables or credentials. Its use of account/balance/records is via the named MCP tools (expected for an exchange integration). There are no unrelated secret requests in the package.
Persistence & Privilege
always is false and the skill does not request persistent system presence or modification of other skills. It also documents mandatory user confirmation before write operations (Action Draft flow), which limits accidental writes.
Assessment
This package is internally consistent for a Gate Exchange auto-invest helper. Before installing, verify that: (1) your platform maps the listed MCP tool names (e.g., cex_earn_create_auto_invest_plan, cex_spot_get_spot_accounts) to the real Gate backend and supplies required auth—this skill does not declare credentials itself; (2) you are comfortable with the agent attempting to detect the system time zone via a shell date command (may not be allowed in some environments) and with the agent following an external runtime-rules link; (3) the documented safety flow (Action Draft + explicit user confirmation before any write) is enforced by your platform, so the skill cannot perform writes without your clear consent. If any of these assumptions do not hold in your deployment, treat the skill more cautiously or request adaptation (for example, avoid automatic system timezone probes or ensure platform-level confirmation gating).

Like a lobster shell, security has layers — review code before you run it.

latestvk97bn8vgfbd8h1dyz86555y78d842qht

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Comments