Agent Plugins Marketplace
All plugins

akbun-pulse

v1.0.2

Daily pulse skills — today's GitHub issues, discussions, merged and open/draft PRs as a Korean review digest, and yesterday's Readwise Reader documents and highlights as a Korean changelog/worth-reading mail draft delivered via Gmail, Apple Notes, Google Docs, or Markdown

CodexClaude Code2 Skills

By akbunLicense: MIT2 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
2 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-pulse 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-pulse@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-pulse” remain stable.

  • Codex: akbun-pulse@agent-plugin-marketplaceakbun-pulse@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-pulse/.

Plugin files

plugins/akbun-pulse/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/github-daily-pulse/SKILL.md
└── skills/readwise-daily-pulse/SKILL.md

Included Skills2

github-daily-pulseskills/github-daily-pulse/SKILL.md

오늘 00:00부터 실행 시각까지 내 GitHub 계정이 접근 가능한 모든 repo에서 갱신된 issue·discussion·merged PR·open/draft PR을 모아 한글 복습 문서(시간·핵심작업·모든 작업)로 만들고, 기본은 Gmail로 나에게 보내며 실패하면 Apple Notes에 저장한다. "오늘 GitHub 활동 정리", "데일리 펄스", "오늘 뭐 했는지 PR·issue 요약해서 메일로", "오늘 작업 복습 문서" 같은 요청에 사용한다. 사용자가 직접 호출할 때만 실행한다.

readwise-daily-pulseskills/readwise-daily-pulse/SKILL.md

어제(기준 시간대 00:00~24:00) Readwise Reader에 저장된 문서(new·later·feed)와 하이라이트를 모아 changelog·읽을 것·나머지로 분류한 한글 개조식 요약을 Gmail 초안으로 만든다. 독자 프로필·관심 주제·받는 주소·API 토큰은 변수로 받아 루틴에서는 변수명만 넘긴다. "어제 Readwise 정리", "리더 데일리 펄스", "어제 저장한 글 요약해서 메일 초안으로", "readwise-daily-pulse 실행" 같은 요청에 사용한다. 사용자가 직접 호출할 때만 실행한다.

Plugin manifests2

plugins/akbun-pulse/.codex-plugin/plugin.json
{
  "name": "akbun-pulse",
  "version": "1.0.2",
  "description": "Daily pulse skills — today's GitHub issues, discussions, merged and open/draft PRs as a Korean review digest, and yesterday's Readwise Reader documents and highlights as a Korean changelog/worth-reading mail draft delivered via Gmail, Apple Notes, Google Docs, or Markdown",
  "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": [
    "github",
    "daily",
    "digest",
    "pulse",
    "issues",
    "pull-requests",
    "discussions",
    "gmail",
    "apple-notes",
    "korean",
    "readwise",
    "reader",
    "highlights"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "akbun Pulse",
    "shortDescription": "Today's GitHub activity and yesterday's Readwise intake as Korean daily digests",
    "longDescription": "Collects issues, discussions, merged pull requests, and open or draft pull requests updated since 00:00 today across every repository the authenticated GitHub account can access. Writes a Korean digest (time window, key work, all work with intent and decisions worth reviewing) and delivers it by Gmail to the user, falling back to Apple Notes, or to Google Docs or a Markdown file when requested. Also collects yesterday's Readwise Reader documents (new, later, feed) and highlights, classifies them into changelog, worth reading, and the rest for a reader profile supplied by variables, and leaves the digest as a Gmail draft.",
    "developerName": "akbun",
    "category": "Developer Tools",
    "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": [
      "오늘 내 GitHub 활동을 정리해서 github-daily-pulse로 나에게 보내줘",
      "오늘 00시부터 지금까지 내 repo들의 issue, PR, discussion을 복습 문서로 만들어 md 파일로 저장해줘",
      "readwise-daily-pulse 실행. PULSE_PROFILE, PULSE_INTERESTS, PULSE_TO는 환경 변수 값을 사용."
    ],
    "brandColor": "#7C3AED",
    "screenshots": []
  }
}
plugins/akbun-pulse/.claude-plugin/plugin.json
{
  "name": "akbun-pulse",
  "description": "Daily pulse skills — today's GitHub issues, discussions, merged and open/draft PRs as a Korean review digest, and yesterday's Readwise Reader documents and highlights as a Korean changelog/worth-reading mail draft delivered via Gmail, Apple Notes, Google Docs, or Markdown",
  "version": "1.0.2",
  "author": {
    "name": "akbun"
  },
  "repository": "https://github.com/choisungwook/akbun-aitools",
  "license": "MIT",
  "keywords": [
    "github",
    "daily",
    "digest",
    "pulse",
    "issues",
    "pull-requests",
    "discussions",
    "gmail",
    "apple-notes",
    "korean",
    "readwise",
    "reader",
    "highlights"
  ]
}

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

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