Skip to content

Commit 5a3b189

Browse files
committed
Add OpenClaw plugin manifest for clawhub listing
1 parent e777f63 commit 5a3b189

3 files changed

Lines changed: 15 additions & 1 deletion

File tree

.claude-plugin/plugin.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"description": "Publish content to 8+ channels (DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium, Twitter) with automatic platform-specific adaptation, idempotent state, and anti-spam enforcement.",
3+
"name": "content-distribution-mcp",
4+
"displayName": "AutomateLab Content Distribution MCP"
5+
}

.mcp.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"mcpServers": {
33
"content-distribution": {
44
"command": "npx",
5-
"args": ["-y", "@automatelab/content-distribution-mcp"]
5+
"args": [
6+
"-y",
7+
"@ratamaha/content-distribution-mcp"
8+
]
69
}
710
}
811
}

openclaw.plugin.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"description": "Publish content to 8+ channels (DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium, Twitter) with automatic platform-specific adaptation, idempotent state, and anti-spam enforcement.",
3+
"name": "automatelab-content-distribution-mcp",
4+
"version": "2.2.1",
5+
"displayName": "AutomateLab Content Distribution MCP"
6+
}

0 commit comments

Comments
 (0)