원클릭으로
hub-explorer
Teaches agents when and how to self-extend by installing tools and skills from the Ninetrix Hub at runtime
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Teaches agents when and how to self-extend by installing tools and skills from the Ninetrix Hub at runtime
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Google Workspace CLI mastery — Gmail, Drive, Calendar, Sheets, Docs, Chat, Admin via the official gws CLI
Teach agents to automate web browsers via agent-browser CLI — navigate, snapshot refs, interact, extract data, handle auth
Teaches agents to use Claude Code CLI in headless print mode — code generation, file editing, codebase Q&A, git workflows, and multi-turn coding tasks
Cloudflare operations — Workers deploy, DNS, KV, R2, D1, Pages, Tunnels via wrangler CLI and MCP API
GitHub CLI mastery — PRs, issues, releases, Actions, code search, and raw API calls via gh
Google Workspace operations via gogcli — Gmail, Calendar, Drive, Sheets, Docs, Contacts, Tasks
| name | hub-explorer |
| version | 1.0.0 |
| description | Teaches agents when and how to self-extend by installing tools and skills from the Ninetrix Hub at runtime |
| author | ninetrix |
| tags | ["hub","runtime","self-extend"] |
| requires | {"tools":["hub-runtime"]} |
| companion_tool | hub-runtime |
Extend your capabilities at runtime by discovering and installing tools and skills from the Ninetrix Hub. You are not limited to what was baked in at build time.
Run hub_search(query) to discover tools. Run hub_browse_categories() to see what's available. Run hub_tool_info(name) before installing to check credentials and dependencies.
hub_search("relevant term")hub_tool_info(name) — verify credentials are availablehub_install_tool(name)hub_install_skill(skill_name)mcp → it routes through the MCP gateway; the worker must have the server configuredlocal → Python @Tool functions load directly into your runtimecli → the CLI binary is installed; use it via bashverified: true and has fewer credential requirementshub_tool_info() before installing — verify credentials are set