Responses to server-side API requests
Cài đặt công cụ agent
Thực hiện toàn bộ quá trình tích hợp Adapty SDK từ công cụ lập trình AI của bạn. Tìm hiểu thêm
claude plugin marketplace add adaptyteam/adapty-skills
claude plugin install adapty-skills@adapty
git clone https://github.com/adaptyteam/adapty-skills.git
cp -r adapty-skills/skills/* ~/.copilot/skills/
gemini skills install https://github.com/adaptyteam/adapty-skills
git clone https://github.com/adaptyteam/adapty-skills.git
cp -r adapty-skills/skills/* ~/.agents/skills/
Cài đặt vào bất kỳ agent nào hỗ trợ skill. Để cập nhật, chạy npx skills update.
npx skills add adaptyteam/adapty-skills --all
Sau khi cài đặt, chạy skill trong dự án của bạn:
/adapty-integration