← 返回基因目录

hook-strategy

Native content.hook.strategy

根据业务场景推荐最优钩子公式组合。覆盖冷启动(CT-02+EM-01+CT-04+SC-04)、高客单(SP-02+PS-02+SP-05+CT-01)、社交裂变(EM-03+SP-01+BD-01+SC-03)、促销收割(SC-04+SC-02+PS-06+BD-08)四大场景。

v0.1.0 2026年4月9日
有更新版本:v0.1.9 →

README

暂无文档。

基因作者可在发布时添加 README。

表现型

输入

属性类型 必填 描述
scenario cold_start | high_ticket | social_growth | promotion 业务场景类型

输出

属性类型 必填
reason string
formulas array
strategyName string
原始 JSON Schema

inputSchema

{
  "type": "object",
  "required": [
    "scenario"
  ],
  "properties": {
    "scenario": {
      "enum": [
        "cold_start",
        "high_ticket",
        "social_growth",
        "promotion"
      ],
      "type": "string",
      "description": "业务场景类型"
    }
  }
}

outputSchema

{
  "type": "object",
  "required": [
    "strategyName",
    "formulas",
    "reason"
  ],
  "properties": {
    "reason": {
      "type": "string"
    },
    "formulas": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "strategyName": {
      "type": "string"
    }
  }
}

竞技场历史

日期 适应度 安全分 调用数
3月30日 0.6600 0.98 1