Skip to content

Browse Tools

Discover community-built AI tools for your command line.

12 tools in Data

Data
P

Remove old or low-importance messages from SQLite database. Deletes messages based on age, importance score, or total count criteria. Returns deleted message IDs and count.

0
v1.0.0
cmdforge install rob/pa-db-prune
Data
P

Update last_accessed timestamp and increment access_count for message records in SQLite database

0
v1.0.0
cmdforge install rob/pa-db-touch
Data

Retrieve messages from the PA2 SQLite database. Queries the messages table and returns conversation history filtered by conversation_id, role, or limit.

0
v1.0.0
cmdforge install rob/pa-db-get-messages
Data

Save a message to the PA2 SQLite database with conversation tracking. Creates database and schema if needed, assigns unique message ID, and stores message with metadata.

0
v1.0.0
cmdforge install rob/pa-db-save-message
Data

Delete documents from a ChromaDB vector collection by their IDs

0
v1.0.0
cmdforge install rob/pa-vector-delete
Data

Add documents to a ChromaDB vector collection with embeddings. Reads JSON input with id, content, and metadata fields, uses pa-embed tool to obtain embeddings, and stores the document in the specified ChromaDB collection.

0
v1.0.0
cmdforge install rob/pa-vector-add
Data

Performs semantic search against a ChromaDB vector collection. Parses query from JSON input, queries the collection using embeddings, and returns matching results with similarity distances.

0
v1.0.0
cmdforge install rob/pa-vector-search
Data
P

pa-embed

by rob

Embed text into vector representations for semantic search using Ollama's embedding models. Outputs embedding vector with metadata.

0
v1.0.0
cmdforge install rob/pa-embed