name: gardening-calendar description: Precise horticultural advice for UK and international gardening. Use when a user asks for: (1) What to plant or harvest this month, (2) Sowing/harvesting windows for specific plants, (3) UK-specific (Celsius/Allotment) advice, or (4) International gardening context (Thailand, US, Australia).
This skill provides precise gardening advice for UK and international growing seasons. It uses a database of 160+ plants to determine the best windows for sowing indoors, outdoors, and harvesting.
Check the current month and the user's location. Default to UK/March if not specified.
Use scripts/calendar-logic.ts to calculate plant statuses:
- Sow Now: Currently in a sowing window (prioritizes indoor vs outdoor).
- Harvest Now: Currently in a harvest window.
- Plan Ahead: Window is coming up in 1-2 months.
Structure the response with: - ### 🚜 Sow Now (Indoors) - ### 🌱 Sow Now (Outdoors) - ### 🧺 Harvest Now - ### 🧠 Pro Tips
7w4.net小葱技能站收录全网优质技能,值得收藏。
scripts/calendar-logic.ts: The core logic for calculating windows.references/plant-database.md: Full list of plant IDs and their seasonal data. (Coming Soon)这是一个功能设计清晰的园艺日历助手,支持多地区种植建议。文档完善、代码结构好,但实际可用的植物数据非常少,只有番茄、胡萝卜、生菜 3 种,与宣传的丰富功能有较大差距。如果你只需要这几种常见蔬菜的种植指导,可以使用;但如果期待全面的植物数据库支持,目前内容还远远不够,需要等待后续数据扩充。