Skip to content

Browse Tools

Discover community-built AI tools for your command line.

12 tools available

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
Other
U

unfuck

by official

Analyze and repair corrupted files by detecting and fixing encoding issues, merge conflicts, malformed JSON/XML, mixed line endings, and truncation. Examines input to identify problems and applies appropriate corrections.

0
v1.0.0
cmdforge install official/unfuck
Developer
S

Monitor network traffic and CPU usage, analyze system metrics and network patterns to identify suspicious activity, summarize findings, and generate a diagnostic report in markdown format

0
v1.0.0
cmdforge install official/suspicious-activity
Developer
R

regex-builder

by official

Build, explain, or convert regular expressions: describe what you want to match in plain English to generate a working regex with breakdown and test cases, explain an existing regex pattern, or convert between regex and natural language descriptions

0
v1.0.0
cmdforge install official/regex-builder
Other
O

one-liner

by official

Generate a bash one-liner command from a plain English description, producing a working command with proper quoting, escaping, and error handling following modern bash best practices

0
v1.0.1
cmdforge install official/one-liner
Other
P

port-detective

by official

Investigate which process is using a port, identify what started it and what config spawned it, examine what depends on it, and analyze findings to provide a comprehensive report that explains the process, converts the raw data into actionable recommendations for safely stopping it. Uses system commands to gather info then analyzes the data.

0
v1.0.1
cmdforge install official/port-detective
Other
P

proc-scan

by official

Scan running processes using system commands to gather CPU, memory, process tree, and runtime data. Generates a comprehensive report that summarizes system health, categorizes and explains significant processes, identifies resource consumption patterns, and detects anomalies like zombies or runaway processes with recommendations for action.

0
v1.0.1
cmdforge install official/proc-scan