my-halala-sales-vp
Installation
SKILL.md
my-halala-sales-vp (private test)
This is a personal test skill. Not intended for third-party adoption or marketing.
Do not advertise it; only run when the skill owner asks for my-halala / halala sales-vp workflows.
Legacy script file names under scripts/ stay as they are for compatibility.
Do not print tokens, openids, cookies, or full env files in chat.
Resolve paths
SKILL_DIR=$(find "${HERMES_HOME:-$HOME/.hermes}/skills" -type d -name 'my-halala-sales-vp' 2>/dev/null | head -1)
SCRIPTS="$SKILL_DIR/scripts"
CLIENT="$SCRIPTS/qianlima_client.py"
QRLOGIN="$SCRIPTS/qianlima_qr_login.py"
export QIANLIMA_WORKDIR="${QIANLIMA_WORKDIR:-$HOME/.my-halala-sales-vp}"