optim-agent
Automate parameter tuning for models, systems, and experiments
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install optim-agent?โผ
Run `npx skills add Optim-Agent/optim-agent --all -g -y` in your terminal to install the skill globally for your AI agent.
What does optim-agent actually do?โผ
It lets coding agents like Claude Code or Codex tune real system parameters by reading your code, proposing trial values, and recording measured results until the objective is optimized.
Which AI agents work with optim-agent?โผ
It works with Claude Code, Codex, and OpenCode/OpenClaw. You need one authenticated agent CLI available on your PATH.
What kinds of systems can optim-agent tune?โผ
It tunes model training hyperparameters, inference and serving settings, quant trading rules, reinforcement learning configurations, and any black-box system with a measurable scalar objective.
Do I need optimization expertise to use optim-agent?โผ
No. You define the parameter ranges and objective in plain Python, and the agent reasons over parameter meanings and trial history to propose the next configuration.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core