byted-util-volcengine-cloud-detect
Installation
SKILL.md
Volcengine Cloud Detect
Interact with Volcengine Cloud Detect API (云拨测) through natural language. All API calls are handled via scripts/volc_detect.py. For detailed API parameters, read references/api_docs.md.
Prerequisites
Volcengine credentials are required:
VOLC_ACCESSKEY: Access KeyVOLC_SECRETKEY: Secret Key
Before executing any command, check whether both credentials exist in environment variables:
test -n "$VOLC_ACCESSKEY" && test -n "$VOLC_SECRETKEY"
If either value is missing, ask the user to provide the missing AK/SK, then write them to the current shell environment and persist them to the user's shell profile: