# Refresh Domain

> Rebuild one domain's data/ layer from its inputs/ and connected sources. Run before `today` when data is stale.

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

## Install

```sh
agentstack add skill-abaans-agent-spine-refresh-domain
```

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

## About

# refresh-domain

Usage: `refresh-domain ` (e.g. `refresh-domain work`).

## Reads
- `/inputs/` — the human-maintained ground truth
- `/objects/` frontmatter
- Connected sources for this domain (issue tracker, email, calendar) — **read-only**

## Writes
- `/data/summary.json` — overwrite entirely, every run

## Steps
1. Parse `inputs/` files into structured items (goals, projects, contacts — whatever the domain
   keeps there).
2. Pull current state from connectors if configured (open issues, unread threads, upcoming
   events). Read only — connectors are sources, never storage.
3. Cross-reference with `objects/` frontmatter; note mismatches (e.g. an object says `doing` but
   the tracker says closed) as a `conflicts` array in the JSON — do not resolve them silently.
4. Write `data/summary.json` with a `generated_at` timestamp.

## Rules
- NEVER write to `inputs/` — this is the rule this skill is most tempted to break. Refresh
  output goes to `data/` only.
- Overwrites of `data/` are safe by design; nothing hand-authored lives there.

## Source & license

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

- **Author:** [Abaans](https://github.com/Abaans)
- **Source:** [Abaans/agent-spine](https://github.com/Abaans/agent-spine)
- **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-abaans-agent-spine-refresh-domain
- Seller: https://agentstack.voostack.com/s/abaans
- 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%.
