cyy-mall-skill
v0.1.2
Published
Install the CyyMall Agent skill for Codex and other coding agents.
Maintainers
Readme
CyyMall Skill
Codex/Agent skill for operating the CyyMall / dhcmall shopping toolchain.
The skill does not contain the CLI implementation. It teaches an Agent how to verify, install, and safely use:
cyymall-clinpm packagecyyCLI commandcyy-mall-mcpMCP launchercyy mcp servebuilt-in MCP server
Install
Recommended npm installer:
npx cyy-mall-skillInstall to all common local Agent skill directories:
npx cyy-mall-skill --target allUse --force to overwrite an existing local copy:
npx cyy-mall-skill --forceInstall the Chinese skill body:
npx cyy-mall-skill --zhInstall into a custom skills directory:
npx cyy-mall-skill --dest ~/.codex/skillsYou can also install this repository as one GitHub skill. The skill root is this repository root, containing SKILL.md.
On Windows, if npx installs the package but cannot execute it, make sure npm's global prefix is in the current PATH:
$env:PATH = "$(npm config get prefix);$env:PATH"
npx cyy-mall-skillAfter installation, restart the Agent host so the skill metadata is reloaded.
Runtime Setup
When shell access is available, the Agent should run the bundled script from the installed skill directory:
.\scripts\ensure-cyy.ps1On bash-like shells:
bash scripts/ensure-cyy.shThe scripts check Node.js/npm, install cyymall-cli globally if cyy is missing, and print cyy --version.
Safety
The skill tells Agents not to ask for passwords, not to echo long-lived tokens, and to require user confirmation before cart/order write actions.
