講到飽 Saybuffet CLI 給 AI 工具用的 CLI 入口 下載 Mac CLI: curl -fsSL https://saybuffet.wooftech.ai/cli/saybuffet.sh -o saybuffet chmod +x saybuffet ./saybuffet trial you@example.com ./saybuffet buy you@example.com ./saybuffet download 下載 Windows CLI: iwr https://saybuffet.wooftech.ai/cli/saybuffet.ps1 -OutFile saybuffet.ps1 powershell -ExecutionPolicy Bypass -File .\saybuffet.ps1 trial you@example.com powershell -ExecutionPolicy Bypass -File .\saybuffet.ps1 download Send text to AI tools: echo "幫我整理這段需求" | ./saybuffet send --stdout CLI Manifest: https://api.wooftech.ai/cli/manifest.json Recommended scripted User-Agent: Saybuffet-Agent/1.0 Website: https://saybuffet.wooftech.ai/cli/ Support: support@wooftech.ai