smithers-memory
SolidView and query cross-run memory facts. Run `smithers memory --help` for usage details.
AI & Automation 338 stars
43 forks Updated today MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# 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...
Details
- Author
- smithersai
- Repository
- smithersai/smithers
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
smithers-events
Query run event history with filters, grouping, and NDJSON output. Run `smithers events --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-cron
Manage and run background schedule triggers. Run `smithers cron --help` for usage details.
338 Updated today
smithersai AI & Automation Solid
smithers-agents
Inspect and register subscriptions and api keys. Run `smithers agents --help` for usage details.
338 Updated today
smithersai