Tool Builder

Generate reusable bash CLI tools from action-converter insights.

Updated Jun 3, 2026
One-click install
npx skills add https://github.com/swarm-ai-research/aeon --skill tool-builder-swarm-ai-research
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: Tool Builder
Source: https://github.com/swarm-ai-research/aeon/tree/main/skills/tool-builder
Command: npx skills add https://github.com/swarm-ai-research/aeon --skill tool-builder-swarm-ai-research

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Build automation scripts from action-converter suggestions and recurring manual tasks by generating small, reusable CLI tools that future Aeon runs can reuse.

Core Features & Use Cases

  • Auto-discovers opportunities from action-converter outputs and memory logs, then designs a minimal, shippable CLI tool.
  • Enforces built-in quality gates (help, dry-run, json output, idempotent behavior) to ensure safe, repeatable tooling.
  • Stores the new tool under scripts/{tool-name} and provides operator-facing documentation for reuse.

Quick Start

Choose a target task, run the tool-builder, and follow its prompts to generate a ready-to-ship CLI tool.

Frequently Asked Questions about Tool Builder

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate recurring manual tasks by generating reusable bash scripts?▼

To automate recurring manual tasks, this Skill generates minimal, shippable bash CLI tools stored under scripts/ with strict quality gates and idempotent behavior. It auto-discovers opportunities from action-converter outputs and memory logs to design the tool.

What is the process for building a CLI tool from action-converter insights?▼

Building a CLI tool from action-converter insights involves auto-discovering opportunities in memory logs, designing a minimal shippable tool, validating it against quality gates, and storing the bash script under scripts/ for future reuse.

Does the generated bash CLI tool support dry-run and JSON output formats?▼

Yes, the generated bash CLI tool enforces built-in quality gates including dry-run, JSON output, help documentation, and idempotent behavior to ensure safe, repeatable task automation across future runs.

Can I use this tool builder to log automation opportunities from memory logs?▼

Yes, you can use this tool builder to log automation opportunities from memory logs. It auto-discovers recurring manual tasks and action-converter outputs, then generates and validates a reusable bash-script tool to handle them.

What quality gates are enforced when creating CLI tools for task automation?▼

When creating CLI tools for task automation, the builder enforces strict quality gates including help documentation, dry-run execution, JSON output, and idempotent behavior to guarantee safe, repeatable tooling.

Are there limitations to automating tasks with bash scripts generated from action-converter outputs?▼

A limitation of automating tasks with generated bash scripts is that the tool builder focuses strictly on small, minimal CLI tools derived from action-converter outputs, requiring existing memory logs to properly discover and score automation opportunities.