Install
openclaw skills install grow-food-anywherePractical food growing for complete beginners. Apartment balcony, backyard, or windowsill. What actually produces enough to matter, realistic timelines, and what to skip. Use when someone wants to grow food but has never done it.
openclaw skills install grow-food-anywhereMost "grow your own food" content is aspirational nonsense from people with acres of land and years of experience. This is for desk workers who've never grown anything, live in apartments or small houses, and need to start producing real food with minimal investment. Focus: what actually yields enough to matter, what's a waste of time, and the 20% of effort that produces 80% of results.
Agent action: Ask the user about their living situation and create a personalized growing plan. Save to ~/documents/food-growing/my-plan.md.
Before buying anything, figure out what you actually have:
SPACE ASSESSMENT:
[] How many hours of direct sunlight? (hold your hand up — if you can
see a sharp shadow, that's direct sun)
-> 6+ hours: you can grow almost anything
-> 4-6 hours: leafy greens, herbs, some root vegetables
-> 2-4 hours: lettuce, spinach, herbs only
-> Less than 2: don't grow food outdoors, consider sprouts/microgreens indoors
[] What space type?
-> Sunny windowsill (2-4 sq ft): herbs and microgreens
-> Balcony (15-50 sq ft): containers, serious production possible
-> Patio/deck (50-200 sq ft): container garden, very productive
-> Backyard (any size): in-ground beds or raised beds
[] Climate zone — search "[your zip/postal code] plant hardiness zone"
Most beginners plant tomatoes and get disappointed. Here's what actually feeds you, ranked by calories and nutrition per square foot of effort:
BEST RETURN ON EFFORT (ranked):
TIER 1 — Start here, almost impossible to fail:
- Lettuce/salad greens: harvest in 30 days, regrows after cutting
- Green onions: buy from store, put roots in soil, infinite supply
- Herbs (basil, cilantro, parsley, mint): saves $3-8/week on groceries
- Radishes: ready in 25 days, grow anywhere
TIER 2 — High yield, slight learning curve:
- Zucchini/summer squash: ONE plant produces 20-40 lbs per season
- Bush beans: easy, prolific, fix nitrogen in soil
- Cherry tomatoes: way easier than large tomatoes
- Kale/chard: cut-and-come-again for months
TIER 3 — Worth it if you have ground space:
- Potatoes: grow in bags or ground, 10:1 return on what you plant
- Winter squash: one vine = 20+ lbs of storable food
- Garlic: plant in fall, harvest in summer, stores for months
SKIP THESE AS A BEGINNER:
- Corn (needs huge space for tiny yield)
- Large tomatoes (disease-prone, fussy)
- Carrots (slow, finicky germination)
- Anything "exotic" (save it for year 2)
MINIMUM CONTAINER SETUP — under $30:
- 3-5 five-gallon buckets (free from restaurants/bakeries — just ask)
- Drill 5 drainage holes in the bottom of each
- Fill with: 60% potting mix + 40% compost
- DO NOT use garden soil in containers — it compacts
WHAT FITS IN ONE 5-GALLON BUCKET:
- 1 cherry tomato plant, OR
- 1 zucchini plant, OR
- 4-6 lettuce plants, OR
- 1 pepper plant, OR
- 8-10 green onions and herbs mixed
COST TO GET STARTED:
- Potting mix (2 cu ft bag): $8-12
- Seeds (5 packets): $5-10
- Buckets: free if you ask restaurants
- Total: $15-25 to start growing food
DAILY (2 minutes):
- Stick your finger 1 inch into soil
- If dry: water until it drains from bottom
- If moist: leave it alone
- Overwatering kills more plants than underwatering
WEEKLY (10 minutes):
- Pick anything that's ready — harvesting encourages more growth
- Remove yellow or dead leaves
- Check for obvious pests (if bugs are eating leaves, pick them off)
EVERY 2-3 WEEKS:
- Feed with any liquid fertilizer (diluted to half strength)
- Fish emulsion ($8 bottle lasts a full season) works great
THAT'S IT. Don't overcomplicate it.
If you have ground space and want meaningful food production:
THE 4x8 RAISED BED (best ROI in backyard gardening):
COST: $50-100 to build (untreated lumber, screws, soil)
PRODUCES: $300-600 worth of food per season
TIME: 15-20 minutes per day during growing season
WHAT TO PLANT IN ONE 4x8 BED:
- 2 tomato plants (one end)
- 4 pepper plants
- 1 row of bush beans (12 plants)
- 1 row of lettuce (cut-and-come-again)
- Herbs around the edges
- 2 zucchini plants (other end)
This single bed can provide a significant portion of fresh
vegetables for a family of 2-3 during growing season.
garden:
space_type: ""
sunlight_hours: null
climate_zone: ""
current_plants: []
planting_dates: []
harvest_log: []
season_start: null
triggers:
- name: watering_reminder
condition: "season_start IS SET"
schedule: "daily at 7am during growing season"
action: "Quick check: did you water yesterday? Stick your finger in the soil. Dry = water. Moist = skip."
- name: harvest_check
condition: "any plant age > 25 days"
schedule: "every 3 days"
action: "Time to check for harvestable produce. Lettuce and greens are ready when leaves are 4-6 inches. Pick early and often."
- name: feeding_reminder
schedule: "every 14 days during growing season"
action: "Fertilizer time. Half-strength liquid feed for all containers. Full strength for in-ground plants."