Agent Plugins Marketplace
← All plugins

ego-decision-layer

v0.4.3

给 ego lite 的可插拔决策层:默认 System One(Jev),可换本地 / 其他 OpenAI 兼容后端;执行层带 fail-closed 护栏。

Claude Code1 Skill

By liuyuchenLicense: MIT4 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 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 ego-decision-layer for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install ego-decision-layer@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/jiangkoumo/ego-decision-layer

Clone 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

ego-decision-layer/
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

ego-decision-layerSKILL.md

多步线性浏览器任务(连续点击、翻页、搜索表单提交、导航跳转)的默认入口:用 `ego-decision-layer` 一条命令让决策层在单个 ego-browser 进程内闭环决策(默认 System One / Jev,可换本地 OpenAI 兼容后端;browser automation / multi-step click chain / form submit / navigation),不再每步退回大模型思考。单步动作、精确 DOM/选择器、批量抓取仍走 ego-browser 原生 API;也可把官方 ego-browser 技能入口接管成路由层。当任务涉及浏览器多步操作、要写 ego-browser nodejs 脚本(await import / fetch / 凭证落盘)时读它。

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "ego-decision-layer",
  "version": "0.4.3",
  "description": "给 ego lite 的可插拔决策层:默认 System One(Jev),可换本地 / 其他 OpenAI 兼容后端;执行层带 fail-closed 护栏。",
  "author": {
    "name": "liuyuchen",
    "url": "https://github.com/jiangkoumo"
  },
  "homepage": "https://github.com/jiangkoumo/ego-decision-layer",
  "repository": "https://github.com/jiangkoumo/ego-decision-layer",
  "license": "MIT",
  "keywords": [
    "browser-automation",
    "ego-browser",
    "jev",
    "typesafe",
    "agent-skill"
  ]
}

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

[ego-decision-layer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/ego-decision-layer)