OPC Journal Suite Milestone Tracking Module - Achievement detection and celebration. Use when: (1) detecting important moments in user journey, (2) generating milestone reports, (3) tracking progress toward goals. NOT for: automated sharing → celebrations are local-only.
Version: 2.3.0
Status: Production Ready
✅ Use this skill for:
❌ Don't use when:
OPC Journal Suite Milestone Tracking Module - Automatically detects important moments in the user journey, generates achievement reports, and provides continuous motivation and direction.
LOCAL-ONLY: All milestone data is stored locally. No external sharing or notifications.
result = detect_milestone({
"customer_id": "OPC-001",
"input": {
"content": "Finally launched the product today!",
"day": 45
}
})
Response:
{
"status": "success",
"result": {
"milestones_detected": [
{
"milestone_id": "first_product_launch",
"description": "First product launch",
"day": 45,
"confidence": 0.8
}
]
}
}
子 skill 配置继承自主 config.yml 的 milestone 部分。完整配置参见:
~/.openclaw/skills/opc-journal-suite/config.yml