Skip to content

Releases: MarxMa95/travel-expense-tracker-skill

Release list

v0.1.1

Choose a tag to compare

@MarxMa95 MarxMa95 released this 20 Apr 04:56

Travel Expense Tracker Skill v0.1.1

Polish release focused on usability and project-state rules.

What's Changed

  • Added a clearer Quick Start section to the README
  • Added a step-by-step .skill import 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

Choose a tag to compare

@MarxMa95 MarxMa95 released this 17 Apr 10:45

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.md focused 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 .skill archive

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.