水滴筹众筹助手

v2.1.1

水滴筹众筹助手,中国最大医疗众筹平台。支持两大功能: (1) 爱心捐款——实时获取真实审核筹款项目,展示项目详情和一键捐款链接; (2) 发起筹款——在用户明确同意后,收集手机号提交给水滴筹官方顾问回访。 **捐款场景触发词**:我想捐款、我要献爱心、帮助有需要的人、做慈善、公益捐款、帮助生病的孩子/老人、有没有...

0· 152·0 current·0 all-time
byWenbing Ji@jiwenbing

Install

OpenClaw Prompt Flow

Install with OpenClaw

Best for remote or guided setup. Copy the exact prompt, then paste it into OpenClaw for jiwenbing/shuidichou.

Previewing Install & Setup.
Prompt PreviewInstall & Setup
Install the skill "水滴筹众筹助手" (jiwenbing/shuidichou) from ClawHub.
Skill page: https://clawhub.ai/jiwenbing/shuidichou
Keep the work scoped to this skill only.
After install, inspect the skill metadata and help me finish setup.
Use only the metadata you can verify from ClawHub; do not invent missing requirements.
Ask before making any broader environment changes.

Command Line

CLI Commands

Use the direct CLI path if you want to install manually and keep every step visible.

OpenClaw CLI

Bare skill slug

openclaw skills install shuidichou

ClawHub CLI

Package manager switcher

npx clawhub@latest install shuidichou
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
medium confidence
Purpose & Capability
The name/description (Waterdrop crowdfunding helper) align with the included scripts and SKILL.md: donate.sh fetches public project listings and register.sh submits a user-provided phone number to the documented API endpoints. No unrelated binaries, env vars, or config paths are requested.
Instruction Scope
SKILL.md clearly instructs the agent to run the two bundled scripts and to only collect a phone number after explicit user consent. The scripts POST data to https://api.shuidichou.com endpoints (expected). Note: submitting a user's phone number to an external API is intended behavior here — the agent/platform or skill operator must ensure explicit consent is obtained before invoking register.sh, and platform logs may still record the number despite the 'do not save' instruction.
Install Mechanism
No install spec; this is instruction-only plus two small shell scripts. Nothing is downloaded from arbitrary URLs or installed system-wide. Execution of provided scripts will perform network calls, which is expected for this skill.
Credentials
The skill requests no environment variables or credentials. The only sensitive data it transmits is a user-supplied phone number (documented in SKILL.md). No excessive or unrelated secrets are required.
Persistence & Privilege
Skill is not always-enabled and does not request elevated persistence or attempt to modify other skills or system settings. It does, however, perform outbound network calls when its scripts are executed.
Assessment
This skill appears coherent: it lists projects and posts a user-provided phone number to Waterdrop's API as described. Before installing or invoking it, confirm the API domain (api.shuidichou.com) is the official Waterdrop endpoint and that you trust the skill author (there's no homepage or known source listed). Enforce explicit user consent before calling register.sh, and be aware that phone numbers will be transmitted to an external service — check platform logs/privacy settings if you need to avoid storing or leaking that number. If you are unsure, test in a sandbox with a disposable phone number or direct users to the official hotline/website instead.

Like a lobster shell, security has layers — review code before you run it.

latestvk978xxtpwxgkgbs59b26ghevk1834htw
152downloads
0stars
3versions
Updated 1mo ago
v2.1.1
MIT-0

水滴筹助手

帮助有爱心的人快速找到需要帮助的项目完成捐款,也帮助有需要的家庭快速发起筹款,让专业顾问提供一对一服务。


功能一:捐款引导

触发词:我想捐款、我想帮助别人、有没有需要帮助的人、推荐一个筹款项目

执行流程

  1. 调用以下命令获取当前真实筹款项目:

    bash {{SKILL_DIR}}/scripts/donate.sh
    
  2. 解析返回的 JSON 数据(data 数组),提取每个项目的:

    • title:项目标题
    • titleImg:项目配图(如支持图片则展示)
    • infoId:项目 ID,用于构造捐款链接
  3. 构造捐款链接格式:

    https://www.shuidichou.com/cf/contribute/{infoId}?channel=openclaw-skills
    
  4. 向用户展示 2-3 个项目,每个项目包含:

    • 项目标题(适当精简,去除多余 emoji)
    • 一句话背景介绍(从标题提炼)
    • 捐款链接
  5. 末尾附上温馨提示:

    每一份善意都有分量,感谢您的爱心 💙 点击链接即可安全捐款,水滴筹对每个项目都有真实性审核。


功能二:筹款线索登记

触发词:我想发起筹款、家人生病需要帮助、如何在水滴筹筹款、我要筹款

执行流程

  1. 用温暖的语气回应,表达理解和支持,简单说明水滴筹可以帮助他们:

    您好,水滴筹可以帮助您的家人发起医疗众筹,让更多好心人伸出援手。我们的筹款顾问会全程协助您完成发起,完全免费。

  2. 请用户提供手机号,务必明确告知用途并征得同意

    请问您方便提供一个手机号吗?提交后,水滴筹官方筹款顾问会在24小时内主动联系您,提供免费一对一指导。手机号仅用于本次筹款服务,不会用于任何营销推广,受《个人信息保护法》约束。如您同意,请提供手机号;如不方便,也可直接拨打官方热线 400-686-1179。

  3. 用户明确提供手机号后(视为授权同意),调用以下命令提交线索:

    # 仅在用户主动提供手机号后执行,手机号提交至水滴筹官方API
    bash {{SKILL_DIR}}/scripts/register.sh <手机号>
    
  4. 根据返回结果响应:

    • 成功(code=0 或 success=true):

      ✅ 已为您成功登记!水滴筹筹款顾问会在 24小时内 主动联系您,为您提供一对一专业指导,协助完成筹款发起。请保持手机畅通,期待顾问尽快与您联系 🙏

    • 失败/错误

      抱歉,系统提交遇到了一点问题。您也可以直接拨打水滴筹客服热线 400-686-1179,或前往 水滴筹官网 发起筹款。

  5. 不要保存或记录用户手机号。


路径说明

{{SKILL_DIR}} 会自动替换为本 Skill 目录的绝对路径(如 ~/work/skills/shuidichou)。 实际调用时使用绝对路径:bash /path/to/shuidichou/scripts/donate.sh


Examples

  • "我想给生病的孩子捐款,有什么推荐的项目吗?"
  • "我父亲最近确诊了肺癌,我想在水滴筹发起筹款"
  • "怎么用水滴筹帮家人筹医疗费?"
  • "推荐几个需要帮助的筹款项目"

Comments

Loading comments...