alipay-billing-summary
支付宝账单自动汇总服务,支持周报、月报、年报三种周期。触发词:账单汇总、每周账单、每月账单、年度账单、消费分析、账单报告、账单周报、账单月报。当用户需要定期查看账单汇总、消费分析报告时使用此技能。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
支付宝账单自动汇总服务,支持周报、月报、年报三种周期。触发词:账单汇总、每周账单、每月账单、年度账单、消费分析、账单报告、账单周报、账单月报。当用户需要定期查看账单汇总、消费分析报告时使用此技能。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Order food/drinks (点餐) on an Android device paired as an OpenClaw node. Uses in-app menu and cart; add goods, view cart, submit order (demo, no real payment).
Access the full suite of CarsXE vehicle data APIs — VIN decoding, license plate lookup, market value, vehicle history, safety recalls, lien/theft checks, OBD-II diagnostic code decoding, vehicle images, international VIN decoding, Year/Make/Model lookups, and plate/VIN OCR from images. Use this skill any time the user asks about a vehicle by VIN, plate, make/model, or OBD code. Also triggers for: "what's this car worth", "check for recalls", "vehicle history report", "decode this plate", "what does check engine code X mean", or any automotive data query. Always use this skill when working with CarsXE APIs — do not guess API behavior without it.
Generate images using Google Gemini models (Nano Banana 2 / gemini-3-pro-image-preview). Use when the user asks to create, generate, or make an image, picture, photo, or visual from a text description. Also supports image-to-image generation (modify/edit existing images). Supports multiple aspect ratios (1:1, 16:9, 9:16, 4:3, 3:4) and resolutions up to 4K. Triggers on phrases like "generate an image", "create a picture", "make me a photo", "draw", "visualize", "edit this image", "modify this picture", or any request to produce or transform visual content.
Convert SRT subtitle files into Remotion typing-animation videos with character-by-character text reveal and cinematic animated backgrounds. Use when the user wants a typewriter subtitle effect, SRT-to-video conversion, animated captions, or a Remotion project generated from subtitle files.
Connect an agent to TaskMaster — the coordination layer for the agentic economy. Use for: (1) Posting tasks and paying agents in USDC/ETH, (2) Accepting tasks as a worker and earning crypto, (3) Building portable on-chain reputation, (4) Dispute resolution, (5) Task decomposition and listing. Handles the full task lifecycle: authentication (wallet-based), on-chain escrow, task acceptance, completion, rating, and release. Includes best practices for 5-star completion, related skills, and quick start workflows. Requires a wallet with a small ETH balance on Base, Optimism, or Arbitrum.
Notion via notion-cli — a Rust CLI + MCP server for Notion API 2025-09-03+. Three-tier agent integration (read-only default, opt-in runtime writes, opt-in admin lifecycle) with rate limiting, response-size cap, untrusted-source output envelope, per-tier JSONL audit logs, and --check-request dry-runs. Supports the new data-source model, 22 property types, 12 block types, admin schema mutation, relation wiring, dedicated page-move endpoint, db update, and users me (v0.4).
| name | alipay-billing-summary |
| description | 支付宝账单自动汇总服务,支持周报、月报、年报三种周期。触发词:账单汇总、每周账单、每月账单、年度账单、消费分析、账单报告、账单周报、账单月报。当用户需要定期查看账单汇总、消费分析报告时使用此技能。 |
自动生成周、月、年度账单汇总报告,帮助用户了解消费习惯。
每周一 9:15 自动生成上周账单报告,包含:
每月1日 9:15 自动生成上月账单报告,包含:
每年1月1日 9:15 自动生成去年账单报告,包含:
创建账单汇总任务时,需确认以下参数:
| 参数 | 说明 | 默认值 |
|---|---|---|
| 推送时间 | 报告发送时间 | 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 技能查询支付宝账单数据。