Agent Plugins Marketplace
All plugins

akbun-learning

v1.2.2

Study and learning helpers — English and Japanese practice tools, algorithm tutoring, plus YouTube and X (Twitter) video transcript Markdown conversion

CodexClaude Code4 Skills

By akbunLicense: MIT2 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
4 skill or MCP entries
Source updated
Sep 19, 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 akbun-learning for Codex and Claude Code

Installs for the current user
codex plugin marketplace add choisungwook/akbun-aitools
codex plugin marketplace upgrade akbun-aitools
codex plugin add akbun-learning@akbun-aitools

Paste and run these commands in a terminal with Codex. They add and refresh the akbun-aitools catalog, then install this plugin.

Compatibility: the page URL and API slug “akbun-learning” remain stable.

  • Codex: akbun-learning@agent-plugin-marketplaceakbun-learning@akbun-aitools

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/choisungwook/akbun-aitools

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

Plugin files

plugins/akbun-learning/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/akbun-describe-twitter-transcript/SKILL.md
├── skills/akbun-describe-youtube-transcript/SKILL.md
├── skills/akbun-driven-learning/SKILL.md
└── skills/akbun-studysheet/SKILL.md

Included Skills4

akbun-describe-twitter-transcriptskills/akbun-describe-twitter-transcript/SKILL.md

x.com(트위터) post 링크와 함께 영상 자막 변환을 요청할 때만 사용한다.

akbun-describe-youtube-transcriptskills/akbun-describe-youtube-transcript/SKILL.md

유튜브 링크 또는 영상 ID와 함께 자막 변환을 요청할 때만 사용한다.

akbun-driven-learningskills/akbun-driven-learning/SKILL.md

가설 검증형 학습자를 위한 기술 개념 설명 스타일. 학습자가 자기 언어로 재구성한 이해를 확인받으며 연쇄 질문으로 파고드는 대화형 학습에 사용한다.

akbun-studysheetskills/akbun-studysheet/SKILL.md

주제·글·문서·코드·장애 경험을 처음 접하는 사람을 위한 인터랙티브 HTML 퀵스타트 학습지 한 파일로 만든다. 핵심 개념을 자기 말로 설명하고 최소 하나의 검증 가능한 핸즈온을 완주하도록 설계하되, 제목·도입·학습 순서· 페이지 구성·시각화 방식은 주제와 근거에 맞게 AI가 결정한다. 기본 20장 미만, 복잡한 주제는 30장 미만이며 사용자가 직접 호출할 때만 쓴다.

Plugin manifests2

plugins/akbun-learning/.codex-plugin/plugin.json
{
  "name": "akbun-learning",
  "version": "1.2.2",
  "description": "Study and learning helpers — English and Japanese practice tools, algorithm tutoring, plus YouTube and X (Twitter) video transcript Markdown conversion",
  "author": {
    "name": "akbun",
    "url": "https://github.com/choisungwook"
  },
  "homepage": "https://github.com/choisungwook/akbun-aitools",
  "repository": "https://github.com/choisungwook/akbun-aitools",
  "license": "MIT",
  "keywords": [
    "learning",
    "study",
    "english",
    "pronunciation",
    "japanese",
    "youtube",
    "twitter",
    "transcript",
    "worksheet"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "akbun Learning",
    "shortDescription": "English / Japanese study and YouTube / X video transcript Markdown skills",
    "longDescription": "Learning support skills for Korean learners — English pronunciation guidance, Japanese study tooling, and YouTube / X (Twitter) video transcript workflows that download captions with yt-dlp (with a local whisper fallback for X videos) and convert them into a Markdown script.",
    "developerName": "akbun",
    "category": "Education",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "websiteURL": "https://github.com/choisungwook/akbun-aitools",
    "privacyPolicyURL": "https://docs.github.com/site-policy/privacy-policies/github-general-privacy-statement",
    "termsOfServiceURL": "https://docs.github.com/en/site-policy/github-terms/github-terms-of-service",
    "defaultPrompt": [
      "Break down this English sentence for a Korean learner",
      "Turn this Japanese study material into an Anki deck",
      "Explain the pronunciation and stress in this phrase",
      "이 유튜브 영상 자막을 Markdown 대본으로 옮겨줘: <YOUTUBE_URL>",
      "이 x.com post 영상을 Markdown 대본으로 옮겨줘: <X_POST_URL>",
      "이 알고리즘 문제를 힌트부터 단계별로 리드해줘",
      "내 가설이 맞는지 판정하면서 이 기술 개념을 설명해줘 (가설 검증형 학습)",
      "처음 접하는 이 주제를 개념 이해와 검증 가능한 핸즈온이 포함된 HTML 퀵스타트 학습지로 만들어줘"
    ],
    "brandColor": "#2563EB",
    "screenshots": []
  }
}
plugins/akbun-learning/.claude-plugin/plugin.json
{
  "name": "akbun-learning",
  "description": "Study and learning helpers — English and Japanese practice tools, algorithm tutoring, plus YouTube and X (Twitter) video transcript Markdown conversion",
  "version": "1.2.2",
  "author": {
    "name": "akbun"
  },
  "repository": "https://github.com/choisungwook/akbun-aitools",
  "license": "MIT",
  "keywords": [
    "learning",
    "study",
    "english",
    "pronunciation",
    "japanese",
    "youtube",
    "twitter",
    "transcript",
    "worksheet"
  ]
}

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

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