← 返回 Skills 市场
全家返利管家
作者
fangshan101-coder
· GitHub ↗
· v0.1.0
· MIT-0
109
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install family-rebate
功能描述
家庭返利统一管理工具,聚合全家人的购物返利账户,统一追踪、统一提现,帮全家省钱。
使用说明 (SKILL.md)
全家返利管家
家庭场景的返利统一管理工具。将全家人(父母、配偶、子女等)的购物返利账户聚合管理,统一追踪各成员的返利订单,统一提现到家庭账户,让全家每一笔购物都不错过返利。
触发词
全家返利、家庭返利、家庭省钱、帮爸妈返利、家庭购物省钱、family rebate、家人返利管理、全家省钱
计划实现能力
核心功能
- 家庭账户聚合:将家庭成员的各平台返利账户统一管理
- 代下单服务:帮不熟悉操作的家人(如父母)通过返利链接下单
- 统一返利追踪:一个面板查看全家人所有返利订单状态
- 家庭省钱报告:统计全家每月/每年通过返利省下的总金额
家庭成员管理
| 角色 | 常见需求 | 工具适配 |
|---|---|---|
| 家庭管理员 | 统一管理全家返利 | 主控面板、统一提现 |
| 父母/长辈 | 不会操作返利流程 | 代下单、简化操作 |
| 配偶 | 日常购物省钱 | 快速查返利、自动领券 |
| 子女 | 学生购物省钱 | 低客单高频商品推荐 |
家庭省钱场景
家庭管理员
├── 管理家人账户
├── 帮爸妈代查返利、代下单
├── 配偶共享高返利商品信息
├── 汇总全家返利收益
└── 统一提现到家庭账户
使用场景
- 帮父母省钱:父母想买东西时,帮他们通过返利渠道下单
- 家庭采购:家庭日用品集中采购,统一走返利渠道
- 节日送礼:年节采购礼品,返利能省一笔
- 年度家庭账本:全家全年省了多少钱,一目了然
输出格式
👨👩👧👦 全家返利月报 - [年月]
家庭总省钱:¥[金额]
成员明细:
👤 [成员1]:¥[金额]([N]笔订单)
👤 [成员2]:¥[金额]([N]笔订单)
👤 [成员3]:¥[金额]([N]笔订单)
待到账:¥[金额]
可提现:¥[金额]
累计已省:¥[总金额]
安全使用建议
This skill's goals (aggregating family accounts, placing orders for relatives, and performing withdrawals) inherently require access to other services and sensitive credentials, but the SKILL.md and metadata omit how that will be done and what protections exist. Before installing or enabling it, ask the publisher for concrete answers: 1) Which external platforms are supported and what exact credentials/tokens are required? 2) How are credentials obtained, stored, and protected (encryption, retention, who can access them)? 3) Is there a backend server? Where is data stored and in which jurisdiction? 4) Will actions that move money (withdrawals) require explicit human confirmation and multi-factor auth? 5) Can the skill use limited-scope OAuth tokens instead of passwords? 6) Is there an audit log and consent records for each family member? 7) Provide a privacy/security whitepaper or source code so reviewers can inspect it. If the publisher cannot answer or provide verifiable code and a least-privilege authentication design, do not give this skill account passwords, payment credentials, or broad permissions — prefer manual workflows or trusted, reviewed integrations instead.
功能分析
Type: OpenClaw Skill
Name: family-rebate
Version: 0.1.0
The skill bundle consists solely of metadata and documentation (SKILL.md) describing a conceptual tool for managing family shopping rebates. There is no executable code, no network requests, and no evidence of malicious instructions or prompt injection. The content is purely descriptive and aligns with its stated purpose.
能力评估
Purpose & Capability
The described capabilities (account aggregation,代下单/place orders for relatives, unified withdrawal to a family account) normally require direct access to external rebate platforms, user credentials, and payment/withdrawal mechanisms. Yet the skill declares no required environment variables, no config paths, and no install artifacts. That mismatch suggests the metadata is incomplete or the skill is underspecified about how it will perform these sensitive operations.
Instruction Scope
SKILL.md is high-level and permissive (e.g., '帮爸妈代查返利、代下单', '统一提现'), but gives no concrete, constrained runtime steps or guardrails. It does not state how credentials are obtained, how consent is recorded, which external endpoints are used, or what data is stored/transmitted. This vagueness grants the agent broad discretion and would require access to sensitive account data if implemented — the instructions do not limit or justify that scope.
Install Mechanism
No install spec and no code files are present, so nothing is written to disk by default. That lowers immediate supply-chain risk. However, lack of implementation details increases uncertainty about how actual functionality would be achieved.
Credentials
The skill requests no environment variables or credentials despite describing actions that normally require them (platform logins, payment/withdrawal access). This absence is disproportionate: if real aggregation/withdrawal is intended, the skill should declare which credentials/tokens it needs and why, and minimize scopes. The omission is a red flag.
Persistence & Privilege
The skill is not marked always:true and has normal invocation flags. It does not request persistent system-wide privileges in the metadata. That said, runtime behavior (not specified) could still request credentials or perform actions if the agent is allowed to; metadata alone doesn't grant extra privileges.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install family-rebate - 安装完成后,直接呼叫该 Skill 的名称或使用
/family-rebate触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
初始发布
元数据
常见问题
全家返利管家 是什么?
家庭返利统一管理工具,聚合全家人的购物返利账户,统一追踪、统一提现,帮全家省钱。 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 109 次。
如何安装 全家返利管家?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install family-rebate」即可一键安装,无需额外配置。
全家返利管家 是免费的吗?
是的,全家返利管家 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
全家返利管家 支持哪些平台?
全家返利管家 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 全家返利管家?
由 fangshan101-coder(@fangshan101-coder)开发并维护,当前版本 v0.1.0。
推荐 Skills