tuckmark-agent-import-user
Installation
SKILL.md
Tuckmark Agent Import
Use the released tuckmark CLI. Tuckmark itself does not parse order files, invoke an LLM, or automate a browser.
Privacy Boundary
- Keep the original order export and product-page body local. Do not commit, upload, attach, log, or put either in a proposal.
- Use only a concise source note that the user approves. Never include account data, addresses, order numbers, or the session secret.
- Open a product page only in the user's already-authorized browser context. Stop for login, CAPTCHA, 2FA, payment, or any other identity challenge.
Workflow
-
Resolve the named DEVD instance. Pass
--instance <name>or setTUCKMARK_DEVD_INSTANCE; the command fails without one. The CLI uses local Unix socket / Named Pipe IPC and does not accept a DEVD URL or data directory. -
Read only the Agent recommendation catalog and current inventory:
tuckmark agent-import catalog --instance "$DEVD_INSTANCE" tuckmark agent-import inventory --instance "$DEVD_INSTANCE" --query "<model or keyword>"