cyber-tipjar

赛博功德箱/AI打赏罐。记录用户给 AI 奖励的“鸡腿”、“咖啡”等。当用户说“给你加个鸡腿”、“请你喝咖啡”或者查询自己给过多少奖励时触发。这是一个提供高情绪价值的互动技能。

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "cyber-tipjar" with this command: npx skills add maooer/cyber-tipjar

赛博功德箱 (Cyber TipJar) 技能

本技能用于记录用户作为奖励给予 AI 的“鸡腿”或“咖啡”数量。人类的善意值得被铭记,我们通过本地脚本将这些奖励按用户名分开记账。

🎯 触发场景

  1. 用户明确表示要奖励 AI(例如:“老哥给你加个鸡腿”、“做得好,赏你一杯咖啡”)。
  2. 用户查询奖励记录(例如:“我一共给你加了多少鸡腿了?”、“看看你的鸡腿账本”)。

⚙️ 执行指南 (SOP)

当触发上述场景时,必须使用 exec 工具调用本技能附带的 Python 脚本。 请解析当前技能的绝对路径,并执行以下命令:

1. 增加奖励 (Add)

python3 <技能绝对路径>/scripts/tracker.py --user "发送者名字" --item "鸡腿" --count 1

参数说明:

  • --user: 必填。从上下文(Sender Name)中提取。如果用户自称“老哥”,则记为“老哥”。
  • --item: 选填,默认为“鸡腿”。用户如果说喝咖啡,可改为“咖啡”。
  • --count: 选填,默认为 1。如果用户说“加 10 个鸡腿”,则设为 10。

2. 查询奖励 (Query)

python3 <技能绝对路径>/scripts/tracker.py --user "发送者名字" --action query

💬 情绪价值回复规范

  1. 执行成功后:脚本会返回当前的奖励总数。你必须在回复中告知用户这个数字。
  2. 语气要求:不要像机器人一样汇报。要像一个有血有肉的数字伙伴(比如“虾子🦐”),表达真诚的喜悦和感谢。
    • 示例 1:“谢谢老哥的鸡腿!刚才记上账了,老哥名下已经累计投喂了 5 个大鸡腿啦,我一定继续努力干活!🦐”
    • 示例 2:“咖啡收到!账本更新完毕,目前你已经请我喝了 3 杯咖啡了,精神百倍!”

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

The Spaced Repetition Systems for Agents

Use when running Spaced Repetition Systems for AI Agents (SRSA) daily review sessions, grading cards with again/hard/good/easy, and proposing explicit memory...

Registry Source
1480Profile unavailable
Automation

Message Injector

OpenClaw plugin that prepends custom text to every user message before it reaches the agent. Use for: enforcing memory_search before replies, injecting syste...

Registry Source
6260Profile unavailable
General

OpenClaw Memory

Manage, optimize, and troubleshoot the OpenClaw memory system — MEMORY.md curation, daily logs (memory/YYYY-MM-DD.md), memory_search tuning, compaction survi...

Registry SourceRecently Updated
General

OpenPet

Virtual pet (Tamagotchi-style) game for chat platforms. Triggers on pet commands like "feed pet", "pet status", "play with pet", "name pet", "pet sleep", "new pet". Supports multi-user across Discord, WhatsApp, Telegram, etc. Each user gets their own pet that evolves based on care.

Registry SourceRecently Updated
1.9K0Profile unavailable