argus
v0.4.0confirm-first: restate the request and wait for explicit confirmation
By nathawu3 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 15, 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 argus for Codex
codex plugin marketplace add NathanWu8343/Argus
codex plugin marketplace upgrade argus
codex plugin add argus@argusPaste and run these commands in a terminal with Codex. They add and refresh the argus catalog, then install this plugin.
Compatibility: the page URL and API slug “argus-2” remain stable.
- Codex:
argus-2@agent-plugin-marketplace→argus@argus
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/NathanWu8343/ArgusClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is codex/plugins/argus/.
Plugin files
├── .codex-plugin/plugin.json└── skills/confirm-first/SKILL.md
Included Skills1
Restate the request's key points and start only after explicit confirmation
Plugin manifests1
{
"name": "argus",
"version": "0.4.0",
"description": "confirm-first: restate the request and wait for explicit confirmation",
"author": {
"name": "nathawu"
},
"skills": "./skills/",
"interface": {
"displayName": "Argus",
"shortDescription": "先確認需求,再開始執行",
"longDescription": "先覆述需求,再等待明確確認;hooks 保護支援的本機工具呼叫。",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"$confirm-first 幫我把登入頁改成雙欄版面"
],
"developerName": "nathawu"
}
}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.
[argus on Agent Plugins Marketplace](https://pluginsmp.com/plugins/argus-2)