Files
isphere-ai-bridge/prompts/04-network-protocol-discovery.md
2026-07-05 00:44:28 +08:00

19 lines
678 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Prompt: Network Protocol Discovery
```text
请使用 `network-protocol-discovery`,在用户明确批准抓包或代理前,只做只读网络线索整理。
先检查:
- iSphere 配置里的服务器、端口、协议名
- 现有 `MockCloud` / `XmppBridgeService` / `OpenClawBridge` 代码里的 SOAP、XMPP、HTTP 端点
- 本地监听端口和进程对应关系
- 日志中出现的接口、域名、JID、XMPP、SOAP、WebSocket 线索
不要绕过 TLS、登录、授权或终端安全。输出
1. 观察到的协议和端口
2. 候选接口
3. 消息收发路径证据
4. 是否适合包装成内部 API
5. 需要用户批准的下一步抓包/测试动作
```