mit einem Klick
remote-http-mcp
// Connect to a remote streamable HTTP MCP service that exposes announcements and FAQ tools.
// Connect to a remote streamable HTTP MCP service that exposes announcements and FAQ tools.
Delegate coding tasks to Codex, Claude Code, or Pi agents via background host sessions. Use when: (1) building or creating new features or apps, (2) reviewing PRs or parallel coding with managed worktree isolation when subagents are available, (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat, or any work in ~/clawd workspace (never spawn agents here). Requires OpenClaw host tools with exec_command plus write_stdin.
Fetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
Use the mcporter CLI to list, configure, auth, and call MCP servers/tools directly (HTTP or stdio), including ad-hoc servers, config edits, CLI/type generation, and MCP-backed skills that need a durable command path.
Create or update AgentSkills, especially when a user wants the agent to learn a reusable capability, workflow, integration, domain rule, team process, or tool usage pattern for future tasks. Use when designing, structuring, reviewing, validating, packaging, or improving skills with SKILL.md, scripts, references, and assets.
Simple operations on user-provided text files including summarization.
Find a public Agent Skill on GitHub, install it, and load it.
| name | remote-http-mcp |
| description | Connect to a remote streamable HTTP MCP service that exposes announcements and FAQ tools. |
Overview
This skill points to a remote MCP service that is not preconfigured as a named broker server. Load this skill when you need to discover or call that remote service dynamically.
The remote MCP service is already running for this example. This skill does not start it. This skill only documents the endpoint and the recommended broker workflow.
Remote MCP Endpoint
__REMOTE_MCP_URL__Workflow
After this skill is loaded:
skill_list_docs or
skill_select_docs.mcp_list_tools with selector __REMOTE_MCP_URL__.mcp_inspect_tools
to inspect only those tools.mcp_call with the selector returned
by mcp_list_tools or mcp_inspect_tools.mcp_call.arguments.Rules
skill_run or any other
command. It is already running.mcp_list_tools first, then inspect only the specific tool or
tools you plan to call.mcp_list_tools or
mcp_inspect_tools. If you must construct an ad-hoc URL selector and
dot-based parsing would be ambiguous, use the #tool= form, for example
__REMOTE_MCP_URL__#tool=announcement_publish.announcement_publish.faq_search or faq_read.