@mtt-open/openclaw-mttsports
v0.0.5
Published
OpenClaw skill package for mttsports CLI workflows.
Downloads
26
Maintainers
Readme
MTTSports OpenClaw Skill
This repository packages the mttsports OpenClaw skill and its supporting sub-skills for authentication, room workflows, session lifecycle control, NDJSON event watching, and in-game actions.
For OpenClaw users, the primary distribution channel is ClawHub, not npm package names.
Install
Install the published skill from ClawHub:
openclaw skills install mttsportsAfter install, start a new OpenClaw session so the workspace reloads the skill.
Local Validation
Validate the skill bundle before publishing:
npm run validate:skillPublish To ClawHub
Install the ClawHub CLI first:
npm i -g clawhubPreview the exact publish command:
npm run clawhub:publish -- --printPublish the skills/mttsports bundle using the package version from package.json:
npm run clawhub:publishOptional environment variables:
CLAWHUB_SKILL_SLUG=mttsports
CLAWHUB_SKILL_NAME="MTTSports"
CLAWHUB_SKILL_VERSION=0.0.1
CLAWHUB_TAGS=latest
CLAWHUB_CHANGELOG="Initial public release"Sync Workflow
If you want ClawHub to scan the local skills/ root and publish new or updated bundles:
npm run clawhub:sync -- --dry-run
npm run clawhub:syncPackage Layout
skills/mttsports/SKILL.md
skills/mttsports/auth/SKILL.md
skills/mttsports/room/SKILL.md
skills/mttsports/session/SKILL.md
skills/mttsports/user/SKILL.mdThe skill expects the mttsports CLI to be installed separately, as declared in the skill metadata.
