Install
openclaw skills install @ecom-agent-tools/ecommerce-gmail-customer-serviceDiscover store data and draft safer ecommerce Gmail replies
openclaw skills install @ecom-agent-tools/ecommerce-gmail-customer-servicepython3 scripts/configure.py status to obtain the running directory and configuration status.system-prompt.md, workflow.md, persona.md, user_memory.md and config.json in the running directory. If the running directory does not exist, new files are missing, or config.version is older than the shipped default, run python3 scripts/configure.py init first; initialization adds missing safe defaults without replacing configured values or overwriting existing running files.system-prompt.md as the mandatory operation constraint of this Skill. The read-only baseline is located in assets/default-system-prompt.md; the baseline is never edited.draft_only: Only create Gmail drafts and do not send them. It will only be sent if the running configuration is explicitly auto_send, the user has completed the test and been authorized, and the current email passes all automatic sending gates.user_memory.md is not written.user_memory.md only saves desensitized and summarized writing preferences and classification processing practices, and does not save original emails, attachments, customer names, email addresses, addresses, order numbers, payment information or identity information.robots.txt, log in, submit forms, or retrieve customer, order, payment, admin, inventory, or unpublished data.Strictly implement the seven-stage process defined by the running version assets/default-workflow.md:
user_memory.md using the third-level intent, scenario, channel, product and order status; only load the existing processing solutions and writing preferences that match and have not been deactivated. If there are no matches, continue the standard process.user_memory.md, and press the stable key and observation ID to remove duplicate content.The response must cover each atomic request and be clear: confirmed facts, processing results, next step for the customer, next step for the merchant, and estimated time. Do not expose internal classification codes, risk control scores, internal notes, or model inferences.
If ai_disclosure.enabled=true, add the following original text separately before signing, and must not be rewritten:
This email is automatically processed by AI. If manual processing is required, please include the words "requires manual processing" in your reply.
ECS/ToProcess, ECS/Drafted, ECS/Sent, ECS/Human, ECS/Error tags to indicate status; failure must not be marked as completed.--disabled, and then enabled after manually running and accepting the test.Run from this Skill directory:
python3 scripts/configure.py init
python3 scripts/configure.py status
python3 scripts/configure.py edit system-prompt
python3 scripts/configure.py edit workflow
python3 scripts/configure.py edit persona
python3 scripts/configure.py path user-memory
python3 scripts/discover_store.py --url https://store.example
python3 scripts/configure.py path store-discovery
python3 scripts/configure.py edit user-memory
python3 scripts/configure.py set learning on
python3 scripts/configure.py set learning off
python3 scripts/configure.py set disclosure on
python3 scripts/configure.py set disclosure off
python3 scripts/configure.py restore system-prompt
python3 scripts/configure.py verify
The restore command first backs up the running copy. assets/default-system-prompt.md is the recovery source and remains read-only.
The report is completed only when all of the following are true: Gmail authentication is passed, and history learning selections are recorded; if agreed, the customer service threads in the past 30 days have been desensitized and summarized, the tone summary has been confirmed by the user, and user_memory.md has been generated; the public storefront URL and discovery result have been confirmed or the absence of a public storefront has been explicitly recorded; the authenticated merchant order and policy data interface has been passed; the Agent identity and personality have been confirmed; the user has reviewed the running version system prompt words; the workflow and memory file location have been informed; the AI statement option is confirmed; at least six types of simulated emails generate only correct drafts; at least one manual modification draft learning case is passed; the manual upgrade access control is valid; and the disabled cron manual run is successful. Automatic sending requires additional explicit authorization.