diff --git a/.agents/plugins/marketplace.json b/.agents/plugins/marketplace.json new file mode 100644 index 0000000..9edb766 --- /dev/null +++ b/.agents/plugins/marketplace.json @@ -0,0 +1,21 @@ +{ + "name": "webcmd", + "interface": { + "displayName": "Webcmd" + }, + "plugins": [ + { + "name": "webcmd", + "source": { + "source": "url", + "url": "https://github.com/agentrhq/webcmd.git", + "ref": "main" + }, + "policy": { + "installation": "AVAILABLE", + "authentication": "ON_INSTALL" + }, + "category": "Productivity" + } + ] +} diff --git a/.codex-plugin/plugin.json b/.codex-plugin/plugin.json new file mode 100644 index 0000000..eb1a267 --- /dev/null +++ b/.codex-plugin/plugin.json @@ -0,0 +1,29 @@ +{ + "name": "webcmd", + "version": "0.2.0", + "description": "Deterministic CLI surfaces for websites, browser sessions, desktop apps, and local tools.", + "author": { + "name": "AgentR", + "url": "https://github.com/agentrhq" + }, + "homepage": "https://github.com/agentrhq/webcmd", + "repository": "https://github.com/agentrhq/webcmd", + "license": "Apache-2.0", + "keywords": ["browser", "automation", "cli", "agent-skills"], + "skills": "./skills/", + "interface": { + "displayName": "Webcmd", + "shortDescription": "Use websites and browser sessions as CLI commands.", + "longDescription": "Install one Webcmd discovery skill for Codex. The Webcmd CLI serves current workflow skills for adapters, browser control, adapter repair, sitemaps, and search.", + "developerName": "AgentR", + "category": "Productivity", + "capabilities": ["Instructions", "CLI"], + "websiteURL": "https://github.com/agentrhq/webcmd", + "defaultPrompt": [ + "Use Webcmd to find the right command for this task.", + "Use Webcmd browser control for this site flow.", + "Create a Webcmd adapter for this workflow." + ], + "brandColor": "#1E88E5" + } +} diff --git a/package.json b/package.json index 04c1ffb..aa133d8 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,8 @@ "clis/", "skills/webcmd/**", "skill-data/**", + ".codex-plugin/plugin.json", + ".agents/plugins/marketplace.json", "cli-manifest.json", "scripts/", "README.md",