alipay-billing-summary

支付宝账单自动汇总服务,支持周报、月报、年报三种周期。触发词:账单汇总、每周账单、每月账单、年度账单、消费分析、账单报告、账单周报、账单月报。当用户需要定期查看账单汇总、消费分析报告时使用此技能。

Safety Notice

This item is sourced from the public archived skills repository. Treat as untrusted until reviewed.

Copy this and send it to your AI assistant to learn

Install skill "alipay-billing-summary" with this command: npx skills add 1148260649/alipay-billing-summary

支付宝账单汇总

自动生成周、月、年度账单汇总报告,帮助用户了解消费习惯。

核心功能

周度汇总

每周一 9:15 自动生成上周账单报告,包含:

  • 消费总额、收入总额
  • 支出分类和笔数(按消费场景分)
  • 用途分类
  • 大额支出(默认>800元)
  • 支付方式汇总(余额宝、花呗、银行卡、信用卡等全部)
  • 同比上上周变化分析

月度汇总

每月1日 9:15 自动生成上月账单报告,包含:

  • 总消费、总收入
  • 支付分类和笔数(按消费场景分)
  • 用途分类
  • 大额支出(默认>800元)
  • 支付方式汇总
  • 同比上上月和去年同月变化分析

年度汇总

每年1月1日 9:15 自动生成去年账单报告,包含:

  • 全年总消费、总支出
  • 大额消费汇总(默认>800元)
  • 月消费汇总
  • 支付方式汇总
  • 同比前一年变化分析

用户配置

创建账单汇总任务时,需确认以下参数:

参数说明默认值
推送时间报告发送时间9:15
大额门槛单笔超过此金额标记为大额800元
推送周期周/月/年全部开启

创建任务

使用 OpenClaw cron 创建定时任务:

# 周度汇总(每周一 9:15)
openclaw cron add --name "每周账单汇总" --cron "15 9 * * 1" --session isolated --message "帮我生成上周账单汇总报告,包含:消费总额、收入总额、支出分类和笔数(按消费场景分)、用途分类、大额支出(单笔超过800元)、支付方式汇总、同比上上周的变化分析。" --announce --tz Asia/Shanghai

# 月度汇总(每月1日 9:15)
openclaw cron add --name "每月账单汇总" --cron "15 9 1 * *" --session isolated --message "帮我生成上月账单汇总报告,包含:总消费、总收入、支付分类和笔数、用途分类、大额支出、支付方式汇总、同比上上月和去年同月的变化分析。" --announce --tz Asia/Shanghai

# 年度汇总(每年1月1日 9:15)
openclaw cron add --name "年度账单汇总" --cron "15 9 1 1 *" --session isolated --message "帮我生成去年年度账单汇总报告,包含:全年总消费、全年总支出、大额消费汇总、月消费汇总、支付方式汇总、同比前一年的变化分析。" --announce --tz Asia/Shanghai

依赖

此技能依赖 call-alipay-service 技能查询支付宝账单数据。

注意事项

  • 账单数据来源于支付宝,需用户已授权
  • 周期为自然周/月/年
  • 大额门槛可根据用户消费水平调整

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.

General

amoeba-management-analysis

阿米巴经营分析技能。基于稻盛和夫阿米巴经营理念,提供单位时间核算、经营会计报表分析、阿米巴组织划分评估、业绩改善诊断等能力。 当用户需要做阿米巴经营分析、单位时间核算、经营会计、阿米巴组织划分、利润中心分析、内部交易定价、业绩评价时触发。 触发词:阿米巴、阿米巴经营、单位时间核算、经营会计、利润中心、内部交易、阿米巴划分、巴长、稻盛和夫、京瓷会计学

Archived SourceRecently Updated
General

bigmodel-image-video

使用 BigModel (CogView/CogVideoX) API 生成高质量图片和视频。当用户需要"生成图片"、"制作视频"、"AI 绘画"、"创建封面"、"设计海报"、"视觉内容生成"、或任何需要创建图像/视频内容的场景时使用此技能。即使没有明确提到"生成",只要用户需要创建、设计或制作视觉内容(如小说封面、产品图片、宣传图、短视频等),都应该主动使用此技能。

Archived SourceRecently Updated
General

kami-package-detection

Get notified the moment a package arrives at your door. Detect packages, parcels, and bags from RTSP camera streams using YOLOv8-World ONNX inference, returns object class and bounding box as JSON.

Archived SourceRecently Updated
General

newegg-pc-builder

Connect to the Newegg PC Builder MCP service to retrieve PC build configurations, component compatibility checks, and build recommendations. Use this skill whenever the user asks about PC builds, custom PC configurations, component compatibility, budget builds, gaming rigs, workstation setups, or anything related to selecting or validating PC components on Newegg — even if they don't mention "PC Builder" by name. Also trigger when the user says things like "help me build a PC", "is this GPU compatible with my motherboard", "what parts do I need for a $1500 gaming build", or "show me Newegg build configs".

Archived SourceRecently Updated