Agent Plugins Marketplace
← All plugins

automl-agent

v0.2.4

이 저장소의 AutoML 루프를 Claude Code에서 돌린다. 계획·모델 선택은 로컬 ollama gemma4:12b, 비평·보고는 Claude. CSV 원본 행은 프롬프트에 들어가지 않는다.

Claude Code2 Skills

By aooty0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Sep 26, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →

Install automl-agent for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install automl-agent@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/aooty/automl-agent-share

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

Plugin files

automl-agent/
├── .claude-plugin/plugin.json
├── skills/automl-results/SKILL.md
└── skills/automl-run/SKILL.md

Included Skills2

automl-resultsskills/automl-results/SKILL.md

끝난(또는 도는) AutoML 실행을 읽고 보고한다 — 실행 목록, 한 실행의 시도 이력, 보고서 전문, 그리고 그 숫자를 어떻게 인용해야 하는지. 사용자가 "결과 보여 줘", "실행 목록", "어떻게 됐어", "보고서 읽어 줘", "점수 얼마야" 라고 할 때 쓴다. 새 실행을 띄우는 것은 automl-run 쪽이다.

automl-runskills/automl-run/SKILL.md

이 저장소의 AutoML 루프에 데이터셋을 붙여 새 실행을 끝까지 돌린다. 환경과 데이터셋을 먼저 인터뷰하고, 프로파일링해 카드를 만들고, 카드를 근거로 설정을 확인받고, `run`을 돌리고, 결과를 정리해 말해 주는 데서 끝난다. CSV·sqlite 파일·접속 URL 어느 쪽이든 받는다. 사용자가 "이 데이터로 돌려 줘", "실험 시작", "새 실행", "automl 돌려", "프로파일링해 줘" 라고 할 때 쓴다. 이미 끝난 실행을 다시 읽는 것은 automl-results 쪽이다.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "automl-agent",
  "version": "0.2.4",
  "description": "이 저장소의 AutoML 루프를 Claude Code에서 돌린다. 계획·모델 선택은 로컬 ollama gemma4:12b, 비평·보고는 Claude. CSV 원본 행은 프롬프트에 들어가지 않는다.",
  "author": {
    "name": "aooty",
    "url": "https://github.com/aooty/automl-agent-share"
  },
  "keywords": [
    "automl",
    "machine-learning",
    "ollama",
    "langgraph"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[automl-agent on Agent Plugins Marketplace](https://pluginsmp.com/plugins/automl-agent)