vibe-portrait
v1.1.0Analyze your AI conversation history and generate a beautiful developer personality portrait with MBTI type, famous person match, and developer rating.
By dadwadw233License: MIT1.1k GitHub starsUpdated 13 hours ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 23, 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 vibe-portrait for Codex
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add vibe-portrait@awesome-codex-pluginsPaste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.
Compatibility: the page URL and API slug “vibe-portrait” remain stable.
- Codex:
vibe-portrait@agent-plugin-marketplace→vibe-portrait@awesome-codex-plugins
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/hashgraph-online/awesome-codex-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/dadwadw233/VibePortrait/.
Plugin files
├── .codex-plugin/plugin.json└── skills/vibe-portrait/SKILL.md
Included Skills1
Developer personality portrait generator. Supports subcommands: (1) 'generate my portrait' / 'analyze my personality' — full analysis; (2) 'update my portrait' — incremental update since last analysis; (3) 'install persona from <url>' — install community persona from GitHub; (4) 'list personas' / '我安装了哪些人格' — show installed; (5) 'remove persona <id>' — uninstall; (6) 'think like <name>' / '像<name>一样思考' — activate a persona. Also triggers on 'vibe-portrait', 'what kind of developer am I'.
Plugin manifests1
{
"name": "vibe-portrait",
"version": "1.1.0",
"description": "Analyze your AI conversation history and generate a beautiful developer personality portrait with MBTI type, famous person match, and developer rating.",
"author": {
"name": "dadwadw233",
"email": "[email protected]",
"url": "https://github.com/dadwadw233"
},
"homepage": "https://github.com/dadwadw233/VibePortrait",
"repository": "https://github.com/dadwadw233/VibePortrait",
"license": "MIT",
"keywords": [
"personality",
"portrait",
"mbti",
"developer",
"vibe-coding",
"agent-skill",
"claude-code",
"codex"
],
"skills": "./skills/",
"interface": {
"type": "cli",
"displayName": "Vibe Portrait",
"shortDescription": "Developer personality portrait generator",
"longDescription": "Analyzes your conversation history with AI coding assistants and generates a self-contained HTML personality portrait featuring MBTI type, radar charts, famous person match, developer rating, and more.",
"developerName": "dadwadw233",
"category": "Productivity",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/dadwadw233/VibePortrait",
"defaultPrompt": [
"Use $vibe-portrait to analyze my conversation history and generate my developer personality portrait.",
"Use $vibe-portrait to create a personality profile based on how I interact with AI."
],
"brandColor": "#7C3AED"
}
}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.
[vibe-portrait on Agent Plugins Marketplace](https://pluginsmp.com/plugins/vibe-portrait)