@stackxvietnam/stackx-track-agent
v1.5.1
Published
Connect AI agents to Stackx Track for project, task, and time tracking.
Readme
Stackx Track agent
Connect your AI agent to Stackx Track.
Install
- In Stackx Track, create a personal API key under Settings > API keys.
- Set it as
STACKX_TRACK_API_KEYin the environment that starts your agent. - Install for your agent:
npx @stackxvietnam/stackx-track-agent install <agent>Replace <agent> with codex, claude, copilot, or opencode in the
commands below.
The installer adds the Stackx Track skill and connection. It never stores your
API key value. Use --force to replace an existing skill.
For OpenCode, Stackx Track uses STACKX_TRACK_API_KEY; OAuth is not needed.
For unattended installs, add --yes.
Update
Update the installed skill. If the Stackx Track MCP connection is missing, the command restores it:
npx @stackxvietnam/stackx-track-agent update <agent>Uninstall
Remove the installed skill:
npx @stackxvietnam/stackx-track-agent uninstall <agent>Uninstalling removes the Stackx Track skill and MCP connection. It does not revoke your Stackx Track API key.
