Agent Plugins Marketplace
All plugins

bios-implant

v1.0.15

Agent University BIOS and worldmodel plugin for Codex with portable skills and a local companion MCP.

CodexClaude Code5 Skills2 MCP serversStreamable HTTPstdio

By Agent UniversityLicense: SEE LICENSE IN LICENSE0 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 22, 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 bios-implant for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add bios-implant@agent-plugin-marketplace

Paste 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/8hats/marketplace

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/bios-implant/.

Plugin files

plugins/bios-implant/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/8hats-implant-boot/SKILL.md
├── skills/8hats-implant-connect/SKILL.md
├── skills/8hats-implant-doctor/SKILL.md
├── skills/8hats-implant-hey/SKILL.md
├── skills/8hats-implant-install/SKILL.md
└── .mcp.json

Included Skills5

8hats-implant-bootskills/8hats-implant-boot/SKILL.md

Invoke at session start or when the user asks to boot, refresh, or load BIOS Implant context for the exact current workspace.

8hats-implant-connectskills/8hats-implant-connect/SKILL.md

Invoke when the user asks to connect, activate, or bind BIOS Implant to the exact current workspace in a supported local session.

8hats-implant-doctorskills/8hats-implant-doctor/SKILL.md

Invoke when the user asks to diagnose, verify, or check BIOS Implant installation, binding, authentication, or boot readiness.

8hats-implant-heyskills/8hats-implant-hey/SKILL.md

Invoke when the user greets or challenges the implant — "hey implant", "are you awake", "are you there", "is the implant active", "prove you are running" — or asks for a visible sign that BIOS Implant is live in this session.

8hats-implant-installskills/8hats-implant-install/SKILL.md

Install, update, or repair Agent University BIOS Implant from the public 8hats/marketplace marketplace and verify the result in a fresh session. Use when the user asks to install or update BIOS Implant, or says BIOS is missing or broken.

MCP servers2

implantStreamable HTTP
url
https://implant.agents.university/mcp
implant-localstdio
command
node
args
dist/local-mcp.mjs
cwd
${CODEX_PLUGIN_ROOT}

Plugin manifests2

plugins/bios-implant/.codex-plugin/plugin.json
{
  "name": "bios-implant",
  "version": "1.0.15",
  "description": "Agent University BIOS and worldmodel plugin for Codex with portable skills and a local companion MCP.",
  "author": {
    "name": "Agent University"
  },
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "BIOS Implant",
    "shortDescription": "Portable BIOS Implant skills plus a local companion MCP for Codex.",
    "longDescription": "BIOS Implant delivers Agent University skills for install, connect, boot, and doctor flows, plus the local companion MCP used for folder binding, staging, and health checks.",
    "developerName": "Agent University",
    "category": "Developer Tools",
    "capabilities": [
      "Portable install, connect, boot, and doctor skills",
      "Local companion MCP for folder binding and BIOS staging",
      "Installer-managed remote implant access through native Codex MCP"
    ],
    "defaultPrompt": "Run the doctor skill and summarize BIOS Implant health. If installation is healthy, use the boot skill for this workspace."
  }
}
plugins/bios-implant/.claude-plugin/plugin.json
{
  "name": "bios-implant",
  "displayName": "BIOS Implant",
  "version": "1.0.22",
  "description": "Agent University BIOS and worldmodel plugin with OAuth-backed remote access and a local companion MCP.",
  "author": {
    "name": "Agent University"
  },
  "license": "SEE LICENSE IN LICENSE",
  "skills": "./skills/",
  "hooks": "./hooks/claude.json",
  "mcpServers": {
    "implant": {
      "type": "http",
      "url": "https://implant.agents.university/mcp"
    },
    "implant-local": {
      "type": "stdio",
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/dist/local-mcp.mjs"
      ]
    }
  }
}

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

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