plur_packs_export
Export engrams into shareable packs with automatic privacy filtering and integrity hashing. Creates a thematic pack in the default output directory, excluding private and secret engrams.
Instructions
Export engrams as a shareable thematic pack with privacy scanning and integrity hash. Filters out private and secret-containing engrams automatically. Output goes to ~/plur-packs/ by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Pack name (e.g. "react-patterns", "mcp-design") | |
| creator | No | Creator name | |
| output_dir | No | Output directory (default: ~/plur-packs/<name>) | |
| description | No | Pack description | |
| filter_tags | No | Filter by tags | |
| filter_type | No | Filter by engram type | |
| filter_scope | No | Filter engrams by scope (e.g. "global", "project:myapp") | |
| filter_domain | No | Filter engrams by domain prefix (e.g. "mcp", "trading") |