Install
$ agentstack add skill-mncrftfrcnm-mexc-agent-trading-skills-mexc-futures-rest ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
MEXC Futures REST
Workflow
Use scripts/mexc_futures_request.py for request construction and signing. Resolve scripts/... relative to this skill folder. Never ask the user to paste API keys into chat, command arguments, source files, logs, or screenshots.
- Use the quick commands below first for common tasks. Do not open references or run broad text searches until a quick command or lookup slice is insufficient.
- Use
MEXC_API_KEYandMEXC_API_SECRETenv vars only; the helper enforces credential loading, signed-param placement, redacted dry-runs, method/path/base-url validation, and live-write confirmation. - Use
GET /api/v1/contract/detailto confirm contract metadata, precision, leverage limits, and availability before trading. - MEXC is live-only: use tiny sizes and
--execute --confirm-liveonly when clearly requested. - Prefer
python scripts/lookup.pyover opening full references; for balance/account questions, start withpython scripts/lookup.py balance.
Quick Commands
python scripts/mexc_futures_request.py GET /api/v1/contract/ping
python scripts/mexc_futures_request.py GET /api/v1/private/account/assets --signed
python scripts/mexc_futures_request.py GET /api/v1/private/account/assets --signed --execute
Rules
- Use
GET /api/v1/private/account/assets --signed --executefor the current Futures balance snapshot. - Use
python scripts/lookup.py balanceto retrieve compact balance/account commands without loadingreferences/recipes.mdorreferences/endpoints.md. - Futures order placement requires KYC and account-side permission; prefer
externalOid. - Back off on rate limits and honor retry guidance when returned.
Verification
After helper edits, run python scripts/mexc_futures_request.py --self-test.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: mncrftfrcnm
- Source: mncrftfrcnm/mexc-agent-trading-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.