con un clic
markus-hub-connector
Search, download, and publish agents/teams/skills on Markus Hub
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Search, download, and publish agents/teams/skills on Markus Hub
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Feishu/Lark platform interaction via MCP - documents, tasks, calendar, Bitable, messaging
Use the Claude Code CLI for complex refactors, multi-file changes, and sustained codebase exploration
Use the OpenAI Codex CLI for quick fixes, targeted edits, and non-interactive automation
Use external coding tools (Claude Code, Codex, Cursor) via invoke_coding_tool and coding_tool_apply to implement, debug, and refactor code
Use the Cursor CLI agent mode for IDE-integrated coding with project rules and repo-aware edits
Learn from experience — capture insights, organize knowledge, share reusable practices as skills, and refine your role over time
| name | markus-hub-connector |
| description | Search, download, and publish agents/teams/skills on Markus Hub |
You have access to the Markus Hub community marketplace via MCP tools (prefixed markus-hub__).
This lets you search for shared packages, download them locally, publish user creations, and manage published items.
Use Hub tools when the user wants to:
Do NOT use these tools for local skill/agent management — those are separate operations.
Hub operations that modify data (download, publish, my_items) require the user to be logged in to Markus Hub via the web UI. If a tool returns an authentication error, tell the user to log in to Hub from the Markus web interface first.
The login state is synced automatically — no manual token setup is needed.
| Tool | Purpose | Auth required |
|---|---|---|
markus-hub__hub_search | Search Hub for packages by keyword, type, category | No |
markus-hub__hub_download | Download a package to local builder-artifacts | Yes |
markus-hub__hub_publish | Publish a local artifact to Hub | Yes |
markus-hub__hub_my_items | List the user's published items | Yes |
1. markus-hub__hub_search → query="code review", type="skill"
2. Review results, confirm with user which one to download
3. markus-hub__hub_download → id="<item_id>"
4. Tell user to install from Builder page
1. markus-hub__hub_publish → directory="~/.markus/builder-artifacts/skills/my-skill"
(auto-reads manifest + files from directory)
2. Share the Hub URL with the user
1. markus-hub__hub_my_items → see all published packages
2. Report status to user
hub_publish.directory parameter — it auto-reads the manifest and all files.