← 返回 Skills 市场
274
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install refund-assistant
功能描述
Guide users through refund and return decisions for ecommerce orders, including reasons, evidence preparation, and platform-specific strategy. Use when the u...
安全使用建议
This skill appears to do what it says: analyze order details and generate refund/return strategies and templates. Before installing: confirm you trust the host's shared LocalStore implementation (the skill stores data under 'refund-assistant'); review what data you will pass to the skill (orders may contain personal details); test in a sandbox if you want to verify there is no unexpected network activity; and remove or clear stored data if you don't want the assistant to retain past order information.
功能分析
Type: OpenClaw Skill
Name: refund-assistant
Version: 1.0.0
The refund-assistant skill is a logic-based tool designed to help users navigate e-commerce return policies for platforms like Taobao and JD. The code in index.js consists of static platform rules, strategy matching, and text template generation for refund applications, with no evidence of network requests, shell execution, or unauthorized data access.
能力评估
Purpose & Capability
Name/description, SKILL.md, and the included index.js are consistent: platform rules, reason strategies, evidence lists, timeline and template generation all align with a refund-assistant. The only minor mismatch is that the code instantiates a LocalStore ('refund-assistant') for persistent storage which is not mentioned in SKILL.md — this is reasonable for caching but worth noting.
Instruction Scope
SKILL.md contains only usage instructions and examples. The runtime code operates on order objects, computes timelines and steps, and generates templates; it does not read unexpected files, environment variables, or call external endpoints.
Install Mechanism
No install spec is present and the skill is instruction+code only. There are no downloads or external install steps. The code requires a shared LocalStore module by relative path, which implies reliance on the host environment but not an external network install.
Credentials
The skill declares no required env vars or credentials and the code does not access environment variables or secret values. The data it uses (order details) is reasonable and proportionate to the task.
Persistence & Privilege
The skill uses a LocalStore('refund-assistant') for local persistence. This is scoped to the skill and not combined with 'always:true' or other elevated privileges, but users should be aware that the skill may store order-related data locally.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install refund-assistant - 安装完成后,直接呼叫该 Skill 的名称或使用
/refund-assistant触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial public release
元数据
常见问题
Refund Assistant 是什么?
Guide users through refund and return decisions for ecommerce orders, including reasons, evidence preparation, and platform-specific strategy. Use when the u... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 274 次。
如何安装 Refund Assistant?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install refund-assistant」即可一键安装,无需额外配置。
Refund Assistant 是免费的吗?
是的,Refund Assistant 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Refund Assistant 支持哪些平台?
Refund Assistant 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Refund Assistant?
由 haidong(@harrylabsj)开发并维护,当前版本 v1.0.0。
推荐 Skills