AgentStack
SKILL verified MIT Self-run

Garden Capture

skill-khou-gardenkit-garden-capture · by khou

Capture a thought, decision, learning, or fact into the garden vault inbox. Use ONLY when the user explicitly asks: "capture X", "remember that X", "for the garden Y", "save this", etc. Do not capture proactively — the user wants to approve what lands in the vault. Writes to ~/garden/inbox/: the gardener will file it properly later.

No reviews yet
0 installs
9 views
0.0% view→install

Install

$ agentstack add skill-khou-gardenkit-garden-capture

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Garden Capture? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

garden-capture

Drops a raw capture into ~/garden/inbox/. The gardener (scheduled) processes inbox files into properly-filed atomic notes.

When to use

Only when the user explicitly invokes capture. Triggers: "capture this", "save that", "for the garden", "remember X", or equivalents.

If you notice something in conversation that seems noteworthy but the user didn't ask to capture, do not write to inbox/. Suggest it inline ("worth capturing?") and let the user decide. The vault is the user's, and they want explicit control over what goes in.

How

  1. Compose a short markdown file with this structure:
---
type: capture
created: 
source: 
---

# 

Context: 
  1. Filename: ~/garden/inbox/-.md. Slug = first 5–7 words of the summary, lowercased, hyphenated.
  1. Write the file. Don't edit anything else in the vault: that's the gardener's job.
  1. Tell the user one line: "Captured to inbox as ``."

Multiple captures

If the user dumps several distinct things at once, write each as a separate inbox file. One concept per file.

Don't

  • Don't file directly into notes/, decisions/, etc.: that's gardener territory.
  • Don't add wiki-links speculatively. Gardener handles linking.
  • Don't ask for permission for routine captures. Just write.

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.