mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-05-21 06:22:40 +00:00
Compare commits
4 Commits
bump-snowf
...
bump-merca
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
679aac826d | ||
|
|
bef2b9b246 | ||
|
|
b58bdbf551 | ||
|
|
ae21a93679 |
@@ -1483,7 +1483,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "mercadopago",
|
"name": "mercadopago",
|
||||||
"description": "Mercado Pago full-product integration toolkit. Covers online checkout (Pro, Bricks, API), in-store (QR, Point), subscriptions, marketplace, wallet, money-out, security (3DS, PCI), reporting, SDKs, and specialized integrations. Hybrid architecture: 13 skills provide stable integration intelligence, MCP provides live API data.",
|
"description": "Mercado Pago full-product integration toolkit. One agent routes to four orchestration skills (mp-integrate wizard, mp-webhooks, mp-test-setup, mp-review) that pull every endpoint, payload, and snippet live from the official Mercado Pago MCP server. The MCP must always be connected — there is no offline mode.",
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Mercado Pago Developer Experience"
|
"name": "Mercado Pago Developer Experience"
|
||||||
},
|
},
|
||||||
@@ -1493,7 +1493,7 @@
|
|||||||
"url": "https://github.com/mercadopago/mercadopago-claude-marketplace.git",
|
"url": "https://github.com/mercadopago/mercadopago-claude-marketplace.git",
|
||||||
"path": "plugins/mercadopago",
|
"path": "plugins/mercadopago",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"sha": "1de8d97e1c875136e93bc8eea8494ebf982a08b8"
|
"sha": "63ff263c40e1eda642ae2038e87adaa5781f4939"
|
||||||
},
|
},
|
||||||
"homepage": "https://github.com/mercadopago/mercadopago-claude-marketplace/tree/main/plugins/mercadopago"
|
"homepage": "https://github.com/mercadopago/mercadopago-claude-marketplace/tree/main/plugins/mercadopago"
|
||||||
},
|
},
|
||||||
@@ -2286,7 +2286,7 @@
|
|||||||
"url": "https://github.com/Snowflake-Labs/snowflake-ai-kit.git",
|
"url": "https://github.com/Snowflake-Labs/snowflake-ai-kit.git",
|
||||||
"path": "plugins/cortex-code",
|
"path": "plugins/cortex-code",
|
||||||
"ref": "main",
|
"ref": "main",
|
||||||
"sha": "b16692d548e9c785be640c06f3f3220ddf46c065"
|
"sha": "c3f720020a3b6c8927f97362c2e5884e959acd53"
|
||||||
},
|
},
|
||||||
"homepage": "https://docs.snowflake.com/en/user-guide/cortex-code"
|
"homepage": "https://docs.snowflake.com/en/user-guide/cortex-code"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/pretooluse.py",
|
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/hooks/pretooluse.py\"",
|
||||||
"timeout": 10
|
"timeout": 10
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/posttooluse.py",
|
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/hooks/posttooluse.py\"",
|
||||||
"timeout": 10
|
"timeout": 10
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -28,7 +28,7 @@
|
|||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/stop.py",
|
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/hooks/stop.py\"",
|
||||||
"timeout": 10
|
"timeout": 10
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -39,7 +39,7 @@
|
|||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/userpromptsubmit.py",
|
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/hooks/userpromptsubmit.py\"",
|
||||||
"timeout": 10
|
"timeout": 10
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
"hooks": [
|
"hooks": [
|
||||||
{
|
{
|
||||||
"type": "command",
|
"type": "command",
|
||||||
"command": "python3 ${CLAUDE_PLUGIN_ROOT}/hooks/security_reminder_hook.py"
|
"command": "python3 \"${CLAUDE_PLUGIN_ROOT}/hooks/security_reminder_hook.py\""
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"matcher": "Edit|Write|MultiEdit"
|
"matcher": "Edit|Write|MultiEdit"
|
||||||
|
|||||||
Reference in New Issue
Block a user