linkstart
v0.2.3LinkStart v1 Preview integration: one link-start workflow reconnects an interactive HTML or localhost app to the same Claude Code session or Codex thread that produced it, using the exact bundled Runtime, private session context, and one-call arm/respond monitor flow. Opt-in.
By ben.tsaiLicense: MIT0 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- Source updated
- Aug 27, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add linkstart@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/TLOGBen/LinkStartClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/linkstart/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/link-start/SKILL.md
Included Skills1
Connects an interactive HTML or localhost app back to the same Claude Code session or Codex thread that produced it through LinkStart v1 Preview. Use when the user wants an agent-generated app to keep exchanging events and feedback after the current response.
Plugin manifests2
{
"name": "linkstart",
"version": "0.2.3",
"description": "LinkStart v1 Preview integration: one link-start workflow reconnects an interactive HTML or localhost app to the same Claude Code session or Codex thread that produced it, using the exact bundled Runtime, private session context, and one-call arm/respond monitor flow. Opt-in.",
"skills": "./skills/",
"interface": {
"displayName": "Linkstart",
"shortDescription": "LinkStart v1 Preview integration: one link-start workflow reconnects an interactive HTML or localhost app to the same Cl"
},
"homepage": "https://github.com/TLOGBen/LinkStart",
"repository": "https://github.com/TLOGBen/LinkStart",
"license": "MIT",
"author": {
"name": "ben.tsai",
"email": "[email protected]",
"url": "https://github.com/TLOGBen"
},
"keywords": [
"linkstart",
"html",
"local-app",
"claude-code",
"codex",
"agent-session"
]
}{
"name": "linkstart",
"displayName": "LinkStart",
"version": "0.2.3",
"description": "LinkStart v1 Preview integration: one link-start workflow reconnects an interactive HTML or localhost app to the same Claude Code session or Codex thread that produced it, using the exact bundled Runtime, private session context, and one-call arm/respond monitor flow. Opt-in.",
"author": {
"name": "ben.tsai",
"email": "[email protected]",
"url": "https://github.com/TLOGBen"
},
"homepage": "https://github.com/TLOGBen/LinkStart",
"repository": "https://github.com/TLOGBen/LinkStart",
"license": "MIT",
"keywords": [
"linkstart",
"html",
"local-app",
"claude-code",
"codex",
"agent-session"
],
"defaultEnabled": false
}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.
[linkstart on Agent Plugins Marketplace](https://pluginsmp.com/plugins/linkstart)