بنقرة واحدة
proxy-rule
When a user wants Clash RULE-SET lines filtered by action type → return merged payloadText.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
When a user wants Clash RULE-SET lines filtered by action type → return merged payloadText.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Stocks (multi-market index snapshot + daily summary via stock/summary, incl. TASI), funds (six-digit OHLCV vs NAV daily), precious metals (XAUUSD) — pick the matching REST path or MCP tool.
When a user asks for China Fuel Price by province or a recharge promo → return current/previous prices or promo result.
When a user asks for FX rates or currency conversion → return exchange rates or the converted amount.
When a user asks for the latest cached movie list → return merged movie catalog.
When a user provides China latitude/longitude → reverse geocode to province/city/district.
When a user asks whether today is a public holiday in mainland China → return holiday status/name.
| name | proxy-rule |
| description | When a user wants Clash RULE-SET lines filtered by action type → return merged payloadText. |
Proxy, DIRECT, REJECT, case-insensitive) for copy/paste into Clash.data.payloadText (newline-joined) for paste.type, or for non-Clash formats unless documented.GET /api/proxy-rule/clash/config; this is the only safe path for normal agent usage./api/proxy-rule/admin/clash) unless a valid authenticated session is already established for this request context.type is provided and meaningful for Clash action filtering.type is missing, ask for Proxy / DIRECT / REJECT once before call.type query is required for /api/proxy-rule/clash/config. If missing, ask once: “Which Clash action type? (e.g. Proxy, DIRECT, REJECT)”.type (string, required): Clash rule action to filter.GET ...?type=... already 200 → reuse data.type (trim; case as API expects).GET /api/proxy-rule/clash/config?type=....{ code, message, data }.data.payload (string[]) and/or data.payloadText (string).payloadText to user for copy/paste when appropriate.GET /api/proxy-rule/clash/config?type=Proxy
data.payload, data.payloadText as documented.GET /api/proxy-rule/admin/clash and POST /api/proxy-rule/admin/clash require HttpOnly session after web login — do not document as generic agent tools unless the agent has that session.{ "rules": [ ... ] } per server contract.payloadText or a short line count + first lines if huge.type GET result in the same conversation.GET /api/proxy-rule/clash/config?type=Proxy → return data.payloadText.type; do not call without it.Default to public GET only; follow Steps.
type: ask user; no blind retry.