smithers-memory

Solid

View and query cross-run memory facts. Run `smithers memory --help` for usage details.

AI & Automation 338 stars 43 forks Updated today MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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