AgentSkillsCN

sky-map-sponsors

获取“请我喝杯咖啡”的支持者,并更新app/src/main/res/values/notranslate-sponsors.xml文件。当用户提出“同步赞助商”“更新捐赠者”或“刷新积分”时,可触发此操作。

SKILL.md
--- frontmatter
name: sky-map-sponsors
description: Fetches Buy Me a Coffee supporters and updates the app/src/main/res/values/notranslate-sponsors.xml file. Trigger this when asked to "sync sponsors", "update donors", or "refresh credits".

Sky Map Sponsor Sync

This skill automates the update of the Sky Map sponsor list.

Usage

  1. Use the bash tool to execute python3 tools/sync-sponsors.py.
  2. Ensure the environment variable BMC_TOKEN is available, or ask the user for it if missing.
  3. After the script runs, verify the changes in app/src/main/res/values/notranslate-sponsors.xml.

Standards

  • The output file must be app/src/main/res/values/notranslate-sponsors.xml.
  • Names must be comma-separated.
  • The XML must maintain the notranslate- naming convention to avoid localization issues.