ae-tracking
v0.2.1
Published
AE (AgenticEngine) tracking-plan agent with Claude Code skills
Downloads
420
Readme
ae-tracking
AE(AgenticEngine)埋点上报 CLI + Claude Code skill bundle.
Install
npm install -g ae-tracking
ae-tracking init # symlink skills into ~/.claude/skills/
ae-tracking auth loginmacOS pulls the token from Chrome automatically (requires "Allow JavaScript from Apple Events" enabled). Other platforms: paste the token when prompted.
Commands
ae-tracking init [--force] [--uninstall]
ae-tracking plan {draft,validate,upload,fetch,delete}
ae-tracking code dryrun
ae-tracking auth {login,status,clear}
ae-tracking wiki {query,sync}
ae-tracking debug {device,send,watch}
Run ae-tracking <group> --help for details.
Skills
After init, three Claude Code skills become available globally:
generate-tracking-plan— interactive tracking plan creation and uploadgenerate-tracking-code— generate SDK code / configs from an uploaded plante-wiki-synthesize— synthesize topic pages from the bundled AE docs wiki
Development
git clone <repo>
cd ae-tracking
npm install
npm link # makes `ae-tracking` point at this checkout
npm run build
npm testLicense
TBD
