smithers-memory
FeaturedView and query cross-run memory facts. Run `smithers memory --help` for usage details.
AI & Automation 412 stars
50 forks Updated today MIT
Install
Quality Score: 93/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
- 8 months ago
- Last Updated
- today
- Language
- TypeScript
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Featured
smithers-events
Query run event history with filters, grouping, and NDJSON output. Run `smithers events --help` for usage details.
412 Updated today
smithersai AI & Automation Listed
symmemory
Persistent semantic memory for developer context — MCP tools (memory_search, memory_set, memory_get, memory_list, entity_*, graph_neighbors) for Symaira Memory.
1 Updated today
danieljustus AI & Automation Featured
smithers-cron
Manage and run background schedule triggers. Run `smithers cron --help` for usage details.
412 Updated today
smithersai