skill-board
v0.2.0Local read-only web board that records, per session, every user prompt and which skills the agent used (never agent replies). Multi-platform: TraeX and Codex.
By skill-boardLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 9, 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 skill-board for Codex
codex plugin marketplace add YYPumpkin/Skill-
codex plugin marketplace upgrade skill-board-marketplace
codex plugin add skill-board@skill-board-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the skill-board-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “skill-board” remain stable.
- Codex:
skill-board@agent-plugin-marketplace→skill-board@skill-board-marketplace
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/YYPumpkin/Skill-Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is .agents/plugins/skill-board/.
Plugin files
├── .codex-plugin/plugin.json└── skills/board/SKILL.md
Included Skills1
Open the Skill Board — a local read-only web view of recorded sessions showing every user prompt and which skills the agent used. Use when the user asks to open the skill board, view recorded sessions, or see which skills were used this session.
Plugin manifests1
{
"name": "skill-board",
"version": "0.2.0",
"description": "Local read-only web board that records, per session, every user prompt and which skills the agent used (never agent replies). Multi-platform: TraeX and Codex.",
"author": {
"name": "skill-board",
"email": "",
"url": ""
},
"homepage": "",
"repository": "",
"license": "MIT",
"engines": {
"node": ">=14"
},
"keywords": [
"board",
"skills",
"audit",
"sessions",
"traex",
"codex"
],
"skills": "./skills/",
"hooks": "./hooks/hooks.json",
"interface": {
"displayName": "Skill Board",
"shortDescription": "Session skill-usage board",
"longDescription": "Records every user prompt and which skills the agent used per session, viewable in a local read-only web board. TraeX recording is wired automatically via bundled plugin hooks once the plugin is installed and enabled (no manual setup). Codex history can be added with scripts/import-codex.js or scripts/install.js.",
"developerName": "TRAE",
"category": "Productivity",
"capabilities": [
"Read"
],
"defaultPrompt": [
"Open the skill board.",
"Show which skills I used this session."
]
}
}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.
[skill-board on Agent Plugins Marketplace](https://pluginsmp.com/plugins/skill-board)