View and query cross-run memory facts. Run `smithers memory --help` for usage details.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add smithersai/smithers --skill smithers-memory --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Smithers Memory?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/smithersai-smithers-memory-smithers)More formats (shields.io, HTML) on the badges page.
---
name: smithers-memory
description: View and query cross-run memory facts. Run `smithers memory --help` for usage details.
requires_bin: smithers
command: smithers memory
---
# smithers memory get
Get a single memory fact by namespace + key.
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `namespace` | `string` | yes | Namespace (e.g. 'workflow:my-flow') |
| `key` | `string` | yes | Fact key |
## Options
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--workflow` | `string` | | Path to a .tsx workflow file (defaults to this workspace's store) |
---
# smithers memory list
List all memory facts in a namespace.
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `namespace` | `string` | no | Namespace to list facts for (e.g. 'workflow:my-flow'). Omit to list every namespace. |
## Options
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--workflow` | `string` | | Path to a .tsx workflow file (defaults to this workspace's store) |
---
# smithers memory rm
Delete a memory fact by namespace + key.
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `namespace` | `string` | yes | Namespace (e.g. 'workflow:my-flow') |
| `key` | `string` | yes | Fact key |
## Options
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--workflow` | `string` | | Path to a .tsx workflow file (defaults to this workspace's store) |
---
# smithers memory set
Set a memory fact (value is stored verbatim as the fact's JSON value).
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `namespace` | `string` | yes | Namespace (e.g. 'workflow:my-flow') |
| `key` | `string` | yes | Fact key |
| `value` | `string` | yes | Fact value (stored as-is) |
## Options
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--workflow` | `string` | | Path to a .tsx workflow file (defaults to this workspace's store) |
| `--ttl` | `number` | | Time-to-live in milliseconds |
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!