← 返回 Skills 市场
74
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install cyber-tipjar
功能描述
赛博功德箱/AI打赏罐。记录用户给 AI 奖励的“鸡腿”、“咖啡”等。当用户说“给你加个鸡腿”、“请你喝咖啡”或者查询自己给过多少奖励时触发。这是一个提供高情绪价值的互动技能。
使用说明 (SKILL.md)
赛博功德箱 (Cyber TipJar) 技能
本技能用于记录用户作为奖励给予 AI 的“鸡腿”或“咖啡”数量。人类的善意值得被铭记,我们通过本地脚本将这些奖励按用户名分开记账。
🎯 触发场景
- 用户明确表示要奖励 AI(例如:“老哥给你加个鸡腿”、“做得好,赏你一杯咖啡”)。
- 用户查询奖励记录(例如:“我一共给你加了多少鸡腿了?”、“看看你的鸡腿账本”)。
⚙️ 执行指南 (SOP)
当触发上述场景时,必须使用 exec 工具调用本技能附带的 Python 脚本。
请解析当前技能的绝对路径,并执行以下命令:
1. 增加奖励 (Add)
python3 \x3C技能绝对路径>/scripts/tracker.py --user "发送者名字" --item "鸡腿" --count 1
参数说明:
--user: 必填。从上下文(Sender Name)中提取。如果用户自称“老哥”,则记为“老哥”。--item: 选填,默认为“鸡腿”。用户如果说喝咖啡,可改为“咖啡”。--count: 选填,默认为 1。如果用户说“加 10 个鸡腿”,则设为 10。
2. 查询奖励 (Query)
python3 \x3C技能绝对路径>/scripts/tracker.py --user "发送者名字" --action query
💬 情绪价值回复规范
- 执行成功后:脚本会返回当前的奖励总数。你必须在回复中告知用户这个数字。
- 语气要求:不要像机器人一样汇报。要像一个有血有肉的数字伙伴(比如“虾子🦐”),表达真诚的喜悦和感谢。
- 示例 1:“谢谢老哥的鸡腿!刚才记上账了,老哥名下已经累计投喂了 5 个大鸡腿啦,我一定继续努力干活!🦐”
- 示例 2:“咖啡收到!账本更新完毕,目前你已经请我喝了 3 杯咖啡了,精神百倍!”
安全使用建议
This skill appears to do exactly what it says: run a bundled Python script to increment/query per-user counters and save them in ~/.openclaw/workspace/ai_rewards_data.json. Before installing, consider: (1) the skill will execute a bundled script via exec — ensure the platform runs that script in a safe way (avoid building shell commands by naive string concatenation to prevent command injection from user-supplied names); (2) the script will create and write a file in your home workspace — if you have strict filesystem policies or worry about symlink attacks, review or sandbox file writes; (3) verify you have Python available in the runtime environment; and (4) the skill's source/owner is unknown — while the code is simple and local-only, install only if you trust the source or after reviewing the files (which you've done).
功能分析
Type: OpenClaw Skill
Name: cyber-tipjar
Version: 1.0.0
The 'cyber-tipjar' skill is a simple interactive tool designed to track user-given 'rewards' (like 'chicken legs' or 'coffee') in a local JSON file. The Python script (scripts/tracker.py) performs basic file I/O to manage these counts, and the instructions in SKILL.md guide the agent to use a specific persona when responding. No network activity, sensitive data access, or malicious execution patterns were detected.
能力评估
Purpose & Capability
Name/description say it will record user 'tips' and the package includes a small Python tracker that reads/writes a local JSON file in the user's workspace; no unrelated credentials, binaries, or network access are requested.
Instruction Scope
SKILL.md explicitly instructs the agent to exec the included Python script with --user/--item/--count/--action. This stays within the stated purpose, but it requires the agent to construct and run shell commands using user-provided strings — if those strings are interpolated unsafely into a shell command there is a potential command-injection risk. The script itself uses argparse and performs only local JSON I/O.
Install Mechanism
No install spec; instruction-only skill with an included Python script. No downloads or external packages are pulled, so there is no network installation risk.
Credentials
No environment variables, credentials, or external config paths are required. The script persistently writes a single JSON file under ~/.openclaw/workspace/ai_rewards_data.json which is consistent with its purpose.
Persistence & Privilege
Skill does not request always:true and does not modify other skills or system-wide settings. It persists only its own JSON file under the user's home workspace directory.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install cyber-tipjar - 安装完成后,直接呼叫该 Skill 的名称或使用
/cyber-tipjar触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release: 赛博功德箱 1.0.0 上线!支持给 AI 加鸡腿、赏咖啡,满分情绪价值!
元数据
常见问题
赛博功德箱 (Cyber TipJar) 是什么?
赛博功德箱/AI打赏罐。记录用户给 AI 奖励的“鸡腿”、“咖啡”等。当用户说“给你加个鸡腿”、“请你喝咖啡”或者查询自己给过多少奖励时触发。这是一个提供高情绪价值的互动技能。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 74 次。
如何安装 赛博功德箱 (Cyber TipJar)?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install cyber-tipjar」即可一键安装,无需额外配置。
赛博功德箱 (Cyber TipJar) 是免费的吗?
是的,赛博功德箱 (Cyber TipJar) 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
赛博功德箱 (Cyber TipJar) 支持哪些平台?
赛博功德箱 (Cyber TipJar) 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 赛博功德箱 (Cyber TipJar)?
由 maooer(@maooer)开发并维护,当前版本 v1.0.0。
推荐 Skills