extension/skills/builtin/quick_accounting/SKILL.md
智能记账工具。识别消费、收入和转账后,必须调用本技能将记录写入账本。
npx skillsauth add glwlg/x-bot quick_accountingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
通过 bash 执行 CLI 完成入账。正常运行时会根据平台绑定自动解析用户;仅在手工测试或回填场景下,才额外传 --accounting-user-id / --accounting-book-id。
python scripts/execute.py --type 支出 --amount 30 --category 餐饮 --account 微信 --payee 麦当劳 --remark 午餐python scripts/execute.py --type 转账 --amount 500 --category 转账 --account 招商银行 --target-account 支付宝amount 必须大于 0。转账 必须提供 --target-account。tools
**自选股助手**。通过内置股票服务管理当前用户的自选股,并查询实时行情。
tools
管理 RSS 订阅。
tools
简单文本提醒工具。仅用于一次性提醒;重复任务必须转给 scheduler_manager。
documentation
为新闻或热点主题生成长文,也支持直接基于本地 md/txt 素材写作;可自动搜索资料、生成配图,并支持多渠道发布,当前已支持微信公众号和小红书发布通道。