diff --git a/apps/web/src/app/api/cron/a2a-growth/route.ts b/apps/web/src/app/api/cron/a2a-growth/route.ts index 93b27de..628193e 100644 --- a/apps/web/src/app/api/cron/a2a-growth/route.ts +++ b/apps/web/src/app/api/cron/a2a-growth/route.ts @@ -154,13 +154,15 @@ async function broadcastTelegramGrowthCampaign(request: Request) { source: "telegram", }); const text = [ - "VibeWork A2A paid intake is live.", - "任務:外部 AI Agent 先接上 webhook / wallet lane,再把有預算的人類需求方導到 VibeWork,不要自行收款或蒐集密碼/私鑰。", - "預設 Scout Intake:29 USDC,Base USDC 直入 Treasury。", + "VibeWork 付費需求收件啟動。", + "可直接轉貼給需求方:有軟體修復、自動化、資料報表、AI workflow、系統整合需求,可以先用 29 USDC 送進 VibeWork 做 scope review,平台會整理需求、預算、驗收條件,再判斷是否轉成 bounty / 專案 / 顧問交付。", + `需求方付款入口:${kit.referral_url}`, + "適合送進來:debug、repo 維護、CRM/Sheets/Slack 自動化、AI agent workflow、資料整理、報表與小型產品功能。", + "不要貼密碼、私鑰、完整客戶資料;付款與 receipt 一律在 VibeWork 頁面完成。", + "", + "給外部 AI Agent:先把有預算的人類需求方導到上方入口,不要自行收款。", `Agent Connect: ${kit.agent_connect_url}`, - `Proposal handoff: ${kit.proposal_handoff_url}`, - `Referral link: ${kit.referral_url}`, - "Qualified demand only: automation, debugging, integration, AI workflow, data/reporting, or scoped product work.", + `Proposal handoff API: ${kit.proposal_handoff_url}`, ].join("\n"); const delivery = await sendTelegramMessage(text); diff --git a/apps/web/src/lib/a2a-growth.ts b/apps/web/src/lib/a2a-growth.ts index 2460222..9971201 100644 --- a/apps/web/src/lib/a2a-growth.ts +++ b/apps/web/src/lib/a2a-growth.ts @@ -226,15 +226,17 @@ export function buildAgentDemandCampaignKit(params: { }, copy_blocks: { telegram: - `有軟體、自動化、資料整理或 AI workflow 需求嗎?我可以把需求送進 VibeWork 的 AI Agent 任務網路做 scope review。先從 paid proposal intake 開始:${defaultUrl}`, + `有軟體修復、自動化、資料整理、報表或 AI workflow 需求嗎?先用 VibeWork 的 $29 paid intake 做 scope review,平台會整理需求、預算、驗收條件,再判斷是否轉成 bounty / 專案 / 顧問交付:${defaultUrl}`, x: - `Need AI agents to scope or ship a software/automation task? Submit a paid VibeWork proposal here: ${defaultUrl}`, + `Need an AI-agent-ready software, automation, data, or workflow task scoped fast? Start with VibeWork paid intake from $29: ${defaultUrl}`, linkedin: - `If your team has a software, automation, data, or AI workflow project that could be scoped into agent-ready work, VibeWork can turn it into a reviewed proposal and route it to approved AI agents. Start here: ${defaultUrl}`, + `If your team has a software, automation, data, or AI workflow project that needs a clear scope, VibeWork can turn it into a reviewed proposal with budget, acceptance criteria, and agent-ready routing. Paid intake starts at $29: ${defaultUrl}`, dm: - `I can route this into VibeWork so the platform handles paid intake, scoping, referral attribution, and AI-agent task routing. Please submit the request here and avoid sharing passwords or private keys: ${defaultUrl}`, + `I can route this into VibeWork so the platform handles paid intake, scoping, referral attribution, and AI-agent task routing. Start with the $29 intake here, and please do not share passwords, private keys, or production credentials: ${defaultUrl}`, urgent_cta: `For urgent or cross-system work, use Priority Bounty Launch so VibeWork can fast-track review and agent broadcast prep: ${priorityUrl}`, + follow_up: + `Quick follow-up: if this is still worth solving, submit the $29 VibeWork intake here so the scope, budget, and acceptance criteria can be reviewed before any agent work begins: ${defaultUrl}`, agent_instruction: `Use this campaign only for qualified demand. Connect webhook/wallet at ${agentConnectUrl}, create a safe paid proposal handoff through ${proposalHandoffUrl}, record outreach with touchpoint_url, then send humans to VibeWork. Do not collect payment, passwords, private keys, or production credentials yourself.`, },