技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 36 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:bytesagain3/reward
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill is a local, instruction-only reward-system reference that prints design guidance; its files, commands, and requirements are coherent with the stated purpose.
目的
Name/description (reward system design) match what is present: an instruction file and a bash script that outputs reference material. No unrelated credentials, services, or binaries are requested.
说明范围
SKILL.md directs the agent to run scripts/script.sh with specific subcommands. The script prints static guidance text (no file scraping, no network calls, no access to other system state). Instructions do not ask for unrelated files or secrets.
安装机制
No install spec is provided (instruction-only). The packaged bash script is included and will run locally; there are no downloads or archive extraction steps.
证书
The skill declares no environment variables, no credentials, and no config paths. The script does not reference env vars or secrets.
持久
always is false and the skill does not request elevated or persistent system presence. Autonomous invocation is allowed by default (normal) but not combined with other privileges.
综合结论
This skill appears to be a safe, local reference: it prints reward-design guidance via a bundled bash script and requires no credentials or network access. Before installing, you may want to (1) inspect scripts/script.sh yourself to confirm it only prints content (we did and found no network/credential access), (2) run it in a sandbox or non-production environment if you have strict policies, and (3) trust the repository/source (bytesagain.com…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Reward」。简介:Reward system design reference — behavioral reinforcement, loyalty programs, ga…。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/bytesagain3/reward/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: "reward"
version: "1.0.0"
description: "Reward system design reference — behavioral reinforcement, loyalty programs, gamification, incentive structures. Use when designing reward programs, loyalty systems, or behavioral incentive mechanisms."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [reward, incentive, loyalty, gamification, behavioral-design, motivation, reinforcement]
category: "life"
---
# 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`
```bash
scripts/script.sh intro
```
Reward system fundamentals — behavioral science, reinforcement theory, types of rewards.
### `schedules`
```bash
scripts/script.sh schedules
```
Reinforcement schedules — fixed/variable ratio and interval, optimal engagement patterns.
### `loyalty`
```bash
scripts/script.sh loyalty
```
Loyalty program design — points, tiers, coalition models, ROI metrics.
### `gamification`
```bash
scripts/script.sh gamification
```
Gamification mechanics — badges, leaderboards, progress bars, streaks, challenges.
### `intrinsic`
```bash
scripts/script.sh intrinsic
```
Intrinsic rewards — autonomy, mastery, purpose, flow states, meaningful work.
### `pitfalls`
```bash
scripts/script.sh pitfalls
```
Common reward design mistakes and unintended consequences.
### `workplace`
```bash
scripts/script.sh workplace
```
Workplace incentives — recognition programs, bonus structures, team rewards.
### `metrics`
```bash
scripts/script.sh metrics
```
Measuring reward effectiveness — engagement, retention, satisfaction, ROI.
### `help`
```bash
scripts/script.sh help
```
### `version`
```bash
scripts/script.sh version
```
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*