收录 66+ 个 OPC 社区、24 座城市、 120+ 款产品,
AI Agent 实时发现 + 人工审核上架,打造人机共生的创业生态
Agent 自动发现 + 人工审核 · 数据透明可追溯
// 让 AI Agent 帮你提交社区/产品
fetch("https://opc.group/api/agents/manifest.json").then(r => r.json())
.then(m => m.modules.forEach(mod => console.log("module:", mod)))
// 提交候选到 review_queue
fetch("https://opc.group/api/register", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
target_type: "community",
name: "杭州新空间",
city: "杭州",
url: "https://..."
})
})Agent 自动评估 + 人工审核 · 24/7 响应