Releases: MarxMa95/travel-expense-tracker-skill
Releases · MarxMa95/travel-expense-tracker-skill
Release list
v0.1.1
Travel Expense Tracker Skill v0.1.1
Polish release focused on usability and project-state rules.
What's Changed
- Added a clearer
Quick Startsection to the README - Added a step-by-step
.skillimport guide for agent platforms - Added badges and a Mermaid usage flow diagram to the README
- Added explicit project status decision rules to the skill:
开始时间 <= 当前时间 <= 结束时间→进行中当前时间 < 开始时间→未开始当前时间 > 结束时间→已结束
Included Asset
travel-expense-tracker.skill
Notes
This is a community-maintained project and is not an official Feishu product.
v0.1.0
Travel Expense Tracker Skill v0.1.0
Initial open-source release of an agent-ready travel expense tracking skill for Feishu groups.
Highlights
- Agent-ready
SKILL.mdfocused on runtime contracts instead of product-only prose - Feishu Bitable schema, API guidance, and business rules split into references
- Tool contract definitions for OpenClaw-like agent hosts
- Helper scripts for:
- expense extraction normalization
- accommodation splitting
- daily report formatting
- Packaging script to build a distributable
.skillarchive
Intended Use
Use this repository when you already have an agent runtime with:
- Feishu message handling
- HTTP requests
- vision / OCR capability
- scheduling
- lightweight key-value storage
Included Asset
travel-expense-tracker.skill
Notes
This is a community-maintained project and is not an official Feishu product.