奖励系统
reward
by BytesAgain
Reward system design reference — behavioral reinforcement, loyalty programs, gamification, incentive structures. Use when designing reward programs, loyalty systems, or behavioral incentive mechanisms.
安装
claude skill add --url https://github.com/openclaw/skills文档
Reward — Reward System Design Reference
Quick-reference skill for designing effective reward systems, loyalty programs, and behavioral incentives.
When to Use
- Designing loyalty or points-based reward programs
- Understanding behavioral reinforcement principles
- Creating gamification systems for apps or teams
- Evaluating incentive structures for effectiveness
- Building habit-forming product experiences
Commands
intro
scripts/script.sh intro
Reward system fundamentals — behavioral science, reinforcement theory, types of rewards.
schedules
scripts/script.sh schedules
Reinforcement schedules — fixed/variable ratio and interval, optimal engagement patterns.
loyalty
scripts/script.sh loyalty
Loyalty program design — points, tiers, coalition models, ROI metrics.
gamification
scripts/script.sh gamification
Gamification mechanics — badges, leaderboards, progress bars, streaks, challenges.
intrinsic
scripts/script.sh intrinsic
Intrinsic rewards — autonomy, mastery, purpose, flow states, meaningful work.
pitfalls
scripts/script.sh pitfalls
Common reward design mistakes and unintended consequences.
workplace
scripts/script.sh workplace
Workplace incentives — recognition programs, bonus structures, team rewards.
metrics
scripts/script.sh metrics
Measuring reward effectiveness — engagement, retention, satisfaction, ROI.
help
scripts/script.sh help
version
scripts/script.sh version
Powered by BytesAgain | bytesagain.com | hello@bytesagain.com
相关 Skills
Claude API
by anthropic
Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. Also handles migrating existing Claude API code between Claude model versions (4.5 → 4.6, 4.6 → 4.7, retired-model replacements). TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`; user asks for the Claude API, Anthropic SDK, or Managed Agents; user adds/modifies/tunes a Claude feature (caching, thinking, compaction, tool use, batch, files, citations, memory) or model (Opus/Sonnet/Haiku) in a file; questions about prompt caching / cache hit rate in an Anthropic SDK project. SKIP: file imports `openai`/other-provider SDK, filename like `*-openai.py`/`*-generic.py`, provider-neutral code, general programming/ML.
并行代理
by axelhu
Use when facing 2 or more independent tasks that can be worked on without shared state - dispatches parallel subagents using sessions_spawn for concurrent investigation and execution, adapted for OpenClaw
高光制作器
by bwbernardweston18
>
相关资讯
SocioHack 基准测试包含 72 个模拟社会环境的沙盒,涵盖历史、合成和虚构三类场景。AI 在测试中表现良好,这提醒我们:当社会制度被编码为奖励系统时,AI 可能会学会“合规地破坏制度意图”。
本文针对大语言模型在长上下文推理中难以定位和整合关键信息的问题,提出LongTraceRL方法。通过知识图谱随机游走生成多跳问题,并利用搜索智能体轨迹构建高混淆度的分层干扰文档,同时设计基于实体的扣分奖励机制,对中间推理步骤进行细粒度过程监督。实验表明,该方法在多个长上下文基准上显著优于基线,并促进了基于证据的全面推理。
本文提出判别式Token信用分配方法DelTA,通过放大辨识性梯度方向并抑制共享高频模式,解决了序列级RLVR中奖励信号被稀释的问题。在7个数学基准上,DelTA在Qwen3-8B-Base和Qwen3-14B-Base上分别平均提升3.26和2.62个点,并展示了在代码生成等任务上的泛化能力。