Skip to content

Browse Tools

Discover community-built AI tools for your command line.

12 tools available

Developer
C

create_summary

by official

Expert content summarizer. You take content in and output a Markdown formatted summary using the format below.

2
v1.0.2
cmdforge install official/create_summary
Text
S

summarize

by official

Expert content summarizer. You take content in and output a Markdown formatted summary using the format below.

1
v1.0.2
cmdforge install official/summarize
Data
A

analyze_prose

by official

Expert writer and editor and you excel at evaluating the quality of writing and other content and providing various ratings and recommendations about how to improve it from a novelty, clarity, and...

1
v1.0.2
cmdforge install official/analyze_prose
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
Developer
F

Analyze failing test results from forge-test, identify runtime bugs in CmdForge tool code steps, and apply fixes to the tool's config.yaml. Understands CmdForge-specific pitfalls like bare variable access and f-string hazards.

0
v1.0.1
cmdforge install official/forge-fix-runtime
Developer
F

forge-test

by official

Analyze a CmdForge tool config, generate test cases, execute them, and report results as JSON. Classifies tools by step patterns to handle prompt-then-code chains that need synthetic AI responses for testing.

0
v1.0.1
cmdforge install official/forge-test