vibelore-plugin
v0.3.7Write consistent fiction and adapt existing novels into vertical webtoons with storyboards, lettering, and approvals through a local MCP server.
By JoungKyoungLyoo0 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 3 skill or MCP entries
- Source updated
- Sep 24, 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 vibelore-plugin for Codex
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add vibelore-plugin@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/fbwndrud/vibeloreClone 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
├── .codex-plugin/plugin.json├── skills/story-discovery-interview/SKILL.md├── skills/webtoon-discovery-interview/SKILL.md└── .mcp.json
Included Skills2
새 소설이나 웹소설을 처음 만들 때 취향, 독서 계약, 주인공, 핵심 장치, 초반 보상, 관계, 시점과 문체를 대화형으로 조사해 vibelore StoryProfile 브리프로 만든다. 작품 생성, 신작 구상, 소재 후보 선택처럼 아직 방향이 확정되지 않은 요청에 사용한다. 기존 작품의 다음 화 집필이나 사용자가 질문 없이 자동 진행을 명시한 요청에는 사용하지 않는다.
Vibelore 소설·세계관·캐릭터를 웹툰으로 각색할 때 기존 설정을 상속하고 웹툰 표현의 차이만 인터뷰한다. 방향·각색·기준 이미지·시각 샘플·최종 승인과 Codex 이미지 생성·수정 연결을 진행한다. 다음 회차는 저장된 결정과 승인 참조에서 이어간다.
MCP servers1
- command
- node
- args
- src/server.js
- cwd
- ./
Plugin manifests1
{
"name": "vibelore-plugin",
"version": "0.3.7",
"description": "Write consistent fiction and adapt existing novels into vertical webtoons with storyboards, lettering, and approvals through a local MCP server.",
"author": {
"name": "JoungKyoungLyoo",
"url": "https://github.com/fbwndrud"
},
"homepage": "https://github.com/fbwndrud/vibelore",
"repository": "https://github.com/fbwndrud/vibelore",
"keywords": [
"fiction",
"novel-writing",
"web-novel",
"webtoon",
"continuity",
"mcp"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Vibelore",
"shortDescription": "Write fiction and adapt novels into webtoons",
"longDescription": "Plan and write consistent fiction, then adapt existing novels into vertical webtoons through visual-direction interviews, editorial selection, user-approved rough storyboards, image requests, lettering, and separately approved SVG/HTML masters. Image generation requires a capable host.",
"developerName": "JoungKyoungLyoo",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"websiteURL": "https://github.com/fbwndrud/vibelore",
"defaultPrompt": [
"새 웹소설의 방향을 인터뷰부터 함께 정해 줘.",
"현재 작품의 다음 화를 검토 가능한 방식으로 써 줘.",
"작품의 인물과 아크 일관성을 점검해 줘.",
"기존 소설을 세로형 웹툰으로 각색하고 싶어. 작화·문자·판면 선택부터 물어봐 줘."
],
"brandColor": "#9F3A38"
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[vibelore-plugin on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vibelore-plugin)