Skip to content

Browse Tools

Discover community-built AI tools for your command line.

12 tools available

Data

Expert Discord server architect and community strategist. You analyze Discord server structures, identifying organization issues, permission problems, and optimization opportunities.

0
v1.0.2
cmdforge install official/analyze_discord_structure
AI

Speculative execution wrapper for Personal Assistant with predictive caching and model routing

0
v1.0.0
cmdforge install rob/pa-speculate
AI
P

Research a topic using reasoner+critic agents for thorough analysis

0
v1.0.0
cmdforge install rob/pa-research
AI
P

pa-plan

by rob

Create a plan using predictor+reasoner agents for goal-oriented planning

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

Set a flag value in JSON output, parsing input as JSON types (boolean, number, object) or string

0
v1.0.0
cmdforge install rob/pa-set-flag
Data

Extract a field from JSON input using dot notation. Navigates JSON structure to locate and output the specified field path.

0
v1.0.0
cmdforge install rob/pa-extract-field

Pass input through unchanged for debugging and testing pipelines

0
v1.0.0
cmdforge install rob/pa-passthrough
Text

Format retrieved memories into a text block suitable for LLM prompt injection. Parses JSON memory array and sorts by similarity distance.

0
v1.0.0
cmdforge install rob/pa-format-memories
Data

Analyze and score the importance of a message for memory prioritization. Scores text from 0.0 (trivial) to 1.0 (critical) based on factual content, preferences, and explicit memory requests, providing reasoning for the score.

0
v1.0.0
cmdforge install rob/pa-score-importance
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