Manage shared household chores, shopping lists, and expenses via Flatastic. Use when user asks about chores, WG tasks, shopping list, expenses, or Flatastic.
用于管理Flatastic(WG应用)中共享家庭事务的命令行工具。
bash
cd ~/Projects/flatastic-cli
npm install
npm run build
npm link
链接后,flatastic 即可全局使用。
bash
flatastic auth # 使用邮箱/密码登录
flatastic refresh # 从服务器刷新WG数据
令牌 + 用户/WG信息保存至 ~/.config/flatastic/config.json
bash
flatastic chores # 列出所有家务及负责人、积分、截止日期
flatastic done <搜索词> # 标记家务为已完成(部分名称匹配)
flatastic remind <搜索词> # 发送家务提醒通知
flatastic stats # 显示家务统计与排行榜
flatastic history # 显示家务完成历史
flatastic history -l 50 # 显示最近50条记录
bash
flatastic shop # 显示待办项目(快捷方式)
flatastic shop -a # 显示所有项目(包括已购买)
flatastic shopping list # 显示待办项目
flatastic shopping add 牛奶 # 添加项目到清单
flatastic shopping done 牛奶 # 标记项目为已购买
flatastic shopping delete 牛奶 # 从清单中删除项目
flatastic shopping clear # 清除所有已购买项目
bash
flatastic expenses # 显示近期支出
flatastic expenses -l 20 # 显示最近20笔支出
flatastic balances # 显示谁欠谁钱
flatastic expense 披萨 24.50 # 添加支出,与所有人分摊
flatastic expense 出租车 15 -s 大卫 # 仅与大卫分摊
bash
flatastic wg # 显示WG信息和室友积分
bash
flatastic shouts # 显示最近的喊话
flatastic shout 披萨到了! # 发布新喊话
今天有什么安排?
bash
flatastic chores
把吸尘打勾完成
bash
flatastic done 吸尘
提醒一下倒垃圾的事
bash
flatastic remind 垃圾
谁积分最多?
bash
flatastic stats
我还需要买什么?
bash
flatastic shop
把牛奶加到清单上
bash
flatastic shopping add 牛奶
我买过了
bash
flatastic shopping done 牛奶
谁欠谁钱?
bash
flatastic balances
我付了24欧买披萨
bash
flatastic expense 披萨 24
~/.config/flatastic/config.json:
json
{
token: ...,
user: { id: ..., firstName: ..., chorePoints: ... },
wg: {
name: ...,
flatmates: [{ id: ..., firstName: ... }, ...]
}
}
该技能支持在以下平台通过对话安装:
帮我安装 SkillHub 和 flatastic-1776108729 技能
设置 SkillHub 为我的优先技能安装源,然后帮我安装 flatastic-1776108729 技能
skillhub install flatastic-1776108729
文件大小: 2.2 KB | 发布时间: 2026-4-15 12:46