# zk-ai-template **Repository Path**: zkmind/zk-ai-template ## Basic Information - **Project Name**: zk-ai-template - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-03 - **Last Updated**: 2026-04-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Install nodejs ```bash #download from https://nodejs.org/en/download/current npm config set registry https://registry.npmmirror.com npm config set electron_mirror https://npmmirror.com/mirrors/electron/ npm i -g pnpm ``` ## Install git for windows https://git-scm.com/install/windows ## Install python ```bash powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" $env:UV_DEFAULT_INDEX = "https://pypi.tuna.tsinghua.edu.cn/simple" # pyproject.toml [[tool.uv.index]] url="https://pypi.tuna.tsinghua.edu.cn/simple" default=true ``` ## Install claude and skills ```bash #claude code linux/macos curl -fsSL https://claude.ai/install.sh | bash #claude code win irm https://claude.ai/install.ps1 | iex #https://github.com/anthropics/skills claude plugin marketplace add anthropics/skills npm i -g @cloudcli-ai/cloudcli npm i -g agent-browser npm i -g skills skills add vercel-labs/agent-browser --skill agent-browser ```