feat: sharpen paid intake growth copy
All checks were successful
CI and Production Smoke / smoke (push) Successful in 12s

This commit is contained in:
OG T
2026-06-12 15:17:32 +08:00
parent e7140c1f3a
commit 1affbaa111
2 changed files with 14 additions and 10 deletions

View File

@@ -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 Intake29 USDCBase 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);

View File

@@ -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.`,
},