By orientpine
Automate Obsidian vault workflows by creating/editing Markdown notes with wikilinks, embeds, callouts; Canvas JSON diagrams; Base database views; running CLI commands for notes/tasks; and extracting clean Markdown from web pages via Defuddle.
Extract clean markdown content from web pages using Defuddle CLI, removing clutter and navigation to save tokens. Use instead of WebFetch when the user provides a URL to read or analyze, for online documentation, articles, blog posts, or any standard web page.
Create and edit JSON Canvas files (.canvas) with nodes, edges, groups, and connections. Use when working with .canvas files, creating visual canvases, mind maps, flowcharts, or when the user mentions Canvas files in Obsidian.
Create and edit Obsidian Bases (.base files) with views, filters, formulas, and summaries. Use when working with .base files, creating database-like views of notes, or when the user mentions Bases, table views, card views, filters, or formulas in Obsidian.
Interact with Obsidian vaults using the Obsidian CLI to read, create, search, and manage notes, tasks, properties, and more. Also supports plugin and theme development with commands to reload plugins, run JavaScript, capture errors, take screenshots, and inspect the DOM. Use when the user asks to interact with their Obsidian vault, manage notes, search vault content, perform vault operations from the command line, or develop and debug Obsidian plugins and themes.
Create and edit Obsidian Flavored Markdown with wikilinks, embeds, callouts, properties, and other Obsidian-specific syntax. Use when working with .md files in Obsidian, or when the user mentions wikilinks, callouts, frontmatter, tags, embeds, or Obsidian notes.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Claude Code 플러그인 마켓플레이스 — AI 에이전트 기반 문서 생성, 시각자료, 투자 분석, 특허 분석, 개발 도구
Version: 3.23.0 | Author: Baekdong Cha | License: MIT
Step 1. 마켓플레이스 등록
/plugin marketplace add /path/to/honeypot
Step 2. 플러그인 호출
# 시각자료 생성
/visual-generator:visual-generate 발표 자료를 만들어줘
입력 문서: ./proposal.md
테마: seminar
# 특허 동향 분석
/patent-trend-analyzer:analyze-patents "자율주행 라이다" 주제로 특허 동향 분석을 해줘
# 연구계획서 생성
/isd-generator:isd-generate 연구계획서를 생성해줘
| 카테고리 | 플러그인 | 설명 |
|---|---|---|
| 문서 | isd-generator | ISD 연구계획서 5개 Chapter 자동 생성 |
| 문서 | report-generator | 연구 노트 → 국가기관 제출용 보고서 |
| 문서 | hwpx-generator | HWPX 한글 문서 생성/편집/분석 |
| 시각 | visual-generator | 6개 테마 시각자료 프롬프트 생성 + Gemini 렌더링 |
| 시각 | pptx-design-styles | 30가지 모던 PPTX 디자인 스타일 가이드 (HEX, 폰트, 레이아웃) |
| 논문 | paper-style-generator | PDF 논문 분석 → 논문 작성 스킬 세트 자동 생성 |
| 투자 | investments-portfolio | DC형 퇴직연금 포트폴리오 멀티 에이전트 분석 |
| 투자 | stock-consultation | 주식/ETF 투자 상담 (Bogle/Vanguard 철학) |
| 투자 | equity-research | 기관급 주식 분석 리포트 생성 |
| 투자 | macro-analysis | 거시경제 분석 공용 에이전트 7종 |
| 분석 | patent-trend-analyzer | KIPRIS API 기반 특허 동향 분석 + 시각화 |
| 도구 | plugin-dev | Claude Code 플러그인 개발 종합 툴킷 [^1] |
| 도구 | worktree-workflow | Git worktree 기반 병렬 실행 |
| 도구 | general-agents | 범용 에이전트 (심층 인터뷰 등) |
| 도구 | obsidian-skills | Obsidian vault 파일 작성 — Markdown, Bases, Canvas, CLI, Defuddle |
| 학습 | accelerated-learner | 48시간 가속 학습 — 소스 분석, 멘탈모델, 논쟁 매핑, 소크라틱 튜터링 |
ISD(기업부설연구소) 국책과제 연구계획서 5개 Chapter를 자동 생성합니다.
/isd-generator:isd-generate 연구계획서를 생성해줘
input-template 스킬 양식에 맞춰 통합 입력 파일을 작성해야 합니다. 입력 파일에는 프로젝트 개요, 연구 목표, 기술 내용 등의 섹션이 포함됩니다.
output/[프로젝트명]/chapter_{1-5}/| 유형 | 항목 |
|---|---|
| Agents | chapter1, chapter2, chapter3, chapter4, chapter5, figure |
| Command | isd-generate (오케스트레이터) |
| Skills | chapter1~5-guide, core-resources, data-collection-guide, figure-guide, image-reference-guide, input-template, verification-rules |
연구 노트를 분석하여 공학 박사 수준의 국가기관 제출용 연구 보고서를 자동 생성합니다.
/report-generator:report-generate 연구 보고서를 생성해줘
입력 경로: ./research_notes/
프로젝트명: HR35_자율굴착기
| 파라미터 | 필수 | 설명 | 예시 |
|---|---|---|---|
input_path | O | 연구 노트 경로 | ./research_notes/ |
project_name | O | 프로젝트명 | HR35_자율굴착기 |
code_path | - | 코드베이스 경로 | /home/user/ros2_ws/src/ |
output_dir | - | 출력 디렉토리 | ./output/ (기본값) |
auto_mode | - | 자동 진행 여부 | true / false (기본값) |
| 유형 | 항목 |
|---|---|
| Agents | input-analyzer, content-mapper, chapter-writer, quality-checker |
| Command | report-generate (오케스트레이터) |
| Skills | chapter-structure, field-keywords, four-step-pattern |
HWPX(한글) 문서를 XML-first 방식으로 생성, 편집, 분석합니다. Workflow 7: 마크다운 → HWPX 템플릿 채우기 + 이미지 임베딩.
# 기본 생성
/hwpx-generator:hwpx-generate 연구 보고서 HWPX 문서를 만들어줘
# 레퍼런스 문서 스타일 참조
/hwpx-generator:hwpx-generate 이 양식과 동일한 스타일로 문서를 만들어줘
reference_hwpx: ./template.hwpx
# 템플릿 기반 생성
/hwpx-generator:hwpx-generate 이 템플릿에 내용을 채워줘
template_hwpx: ./form.hwpx
# Workflow 7: 마크다운 → HWPX 템플릿 채우기 + 이미지 임베딩
/hwpx-generator:hwpx-generate 마크다운 파일을 HWPX 템플릿에 채우고 이미지를 임베딩해줘
markdown_file: ./content.md
template_hwpx: ./form.hwpx
images_dir: ./images/
zip_surgery.py로 안전한 ZIP 내부 편집fix_namespaces.py 필수 적용<hp:linesegarray> 자동 생성으로 한컴오피스 외 뷰어 지원section_transplant.py로 HWPX 간 챕터 단위 콘텐츠 이식 + 스타일 자동 리매핑| 파라미터 | 필수 | 설명 |
|---|---|---|
ARGUMENTS | O | 문서 유형, 목적, 포함할 내용 |
reference_hwpx | - | 스타일 분석용 레퍼런스 .hwpx |
template_hwpx | - | 사용자 업로드 템플릿 .hwpx |
output_dir | - | 결과 폴더 (기본값: ./output/hwpx/) |
npx claudepluginhub orientpine/honeypot --plugin obsidian-skills연구 노트를 분석하여 공학 박사 수준의 국가기관 제출용 연구 보고서를 자동 생성하는 플러그인.
30가지 모던 PPTX 디자인 스타일 가이드. HEX 색상, 폰트 조합, 레이아웃 규칙, 시그니처 요소 포함. 원본: corazzon/pptx-design-styles (MIT)
KIPRIS API 기반 특허 동향 분석 - 키워드 클러스터링, 검색 최적화, 다축 분류, 시각화 대시보드 생성
Git worktree를 활용한 Claude Code 병렬 실행 워크플로우
Claude Code 플러그인 개발 종합 툴킷. Hook, MCP, 플러그인 구조, 설정, 커맨드/에이전트/스킬 개발 가이드 제공.
HWPX 문서 생성/편집/분석 통합 플러그인. XML-first 빌드 + ZIP 치환 지원.
Create and edit Obsidian vault files including Markdown, Bases, and Canvas. Use when working with .md, .base, or .canvas files in an Obsidian vault.
AI thinking partner for your Obsidian vault — process, recall, synthesize, research with evidence-backed learning science
LLM-maintained knowledge base skill — structured wiki with Obsidian, milestone-based source clustering, proactive write-back, and autonomous lint
Technical documentation specialist for README files, API docs, user guides, specifications, and release notes with Obsidian vault management
Upstash Context7 MCP server for up-to-date documentation lookup. Pull version-specific documentation and code examples directly from source repositories into your LLM context.