Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .agents/plugins/marketplace.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
29 changes: 29 additions & 0 deletions .codex-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
}
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"clis/",
"skills/webcmd/**",
"skill-data/**",
".codex-plugin/plugin.json",
".agents/plugins/marketplace.json",
"cli-manifest.json",
"scripts/",
"README.md",
Expand Down
Loading