# Garden Capture

> 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.

- **Type:** Skill
- **Install:** `agentstack add skill-khou-gardenkit-garden-capture`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [khou](https://agentstack.voostack.com/s/khou)
- **Installs:** 0
- **Category:** [Productivity](https://agentstack.voostack.com/c/productivity)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [khou](https://github.com/khou)
- **Source:** https://github.com/khou/gardenkit/tree/main/skills/garden-capture

## Install

```sh
agentstack add skill-khou-gardenkit-garden-capture
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## 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:

```markdown
---
type: capture
created: 
source: 
---

# 

Context: 
```

2. Filename: `~/garden/inbox/-.md`. Slug = first 5–7 words of the summary, lowercased, hyphenated.

3. Write the file. Don't edit anything else in the vault: that's the gardener's job.

4. 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.

- **Author:** [khou](https://github.com/khou)
- **Source:** [khou/gardenkit](https://github.com/khou/gardenkit)
- **License:** MIT

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-khou-gardenkit-garden-capture
- Seller: https://agentstack.voostack.com/s/khou
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
