# OpenCLI Agent Pack: Momento

Use this when an AI agent needs to work with `momento`.

## What this CLI is for
Local X bookmark vault, extract articles, and daily brief from bookmarks from the terminal. Built by Geet Khosla. Start with `momento stats` and go from there. Runs entirely on your machine.

Best for: local x bookmark vault, extract articles, and daily brief from bookmarks from the terminal.

## Agent readiness
Usable with guardrails (45/100)
- Supports non-interactive/scripted use.
- Can run locally with less credential exposure.

## Install
```sh
git clone https://github.com/gvkhosla/momento.git && cd momento && npm link
```

## Verify before real work
```sh
momento --version
```
Expected signal: momento responds locally and is ready for the first real command.

## Safe starting commands
```sh
momento --version
```

```sh
momento capture URL && momento search query && momento brief --skip-model
```

```sh
momento stats
```

```sh
momento capture https://example.com/post
```

```sh
momento search pricing
```

## Guardrails for agents
- Prefer small commands and ask the agent to summarize plain text output.
- Network access is required; avoid leaking secrets in logs.

## Suggested agent instruction
You may use Momento (`momento`) for local x bookmark vault, extract articles, and daily brief from bookmarks from the terminal.. First install it if missing, then run the verify command. Start with read-only or inspection commands. Summarize what you found before changing anything. Ask for confirmation before commands that mutate remote state, spend money, deploy, delete data, merge code, or expose secrets.

Source: OpenCLI
