원클릭으로
siplink
Place a phone call from the user's desk phone to a number. Use when the user asks to call someone, dial a number, or phone someone.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Place a phone call from the user's desk phone to a number. Use when the user asks to call someone, dial a number, or phone someone.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Search the web or summarize a URL via Kagi (no API credits used; session-token auth).
Verified web fetch/search — use INSTEAD OF WebFetch (and curl) to read a public web page, search the web, extract clean article text, or crawl/map a site. Returns trustworthy main content or an honest abstention (never a login page, bot wall, or nav shell passed off as the article); the exit code encodes the outcome. `search` blends the user's Kagi/Perplexity subscriptions and can verify each result. NOT for logged-in/authenticated pages (use agent-browser) or anonymous bot-walled sites (use cloak-browser).
General browser automation — drive Chrome/Chromium over CDP (navigate, click, type, eval, screenshot, snapshot) via the agent-browser CLI. Use for normal or authenticated/logged-in browsing. For anonymous bot-walled / Cloudflare targets (i.e. "stealth" browsing) use the cloak-browser skill instead; for logged-in sites, inject real cookies (see below).
Stealth browsing — an agentic, anti-detect browser. Drive through anti-bot / bot-detection walls (Cloudflare Turnstile, fingerprinting, sannysoft-class checks) via the cloak-browser CLI (agent-browser + CloakBrowser's source-patched stealth Chromium). Use when the user asks for "stealth" browsing, or when a fetch or plain agent-browser is blocked, challenged, or bot-walled on an anonymous (not logged-in) site. Not for authenticated sessions.
Generate speech audio from text with Google's Gemini TTS. Use when the user asks to synthesize speech, create a voiceover or voicemail greeting, or narrate text.
Query and update Atlassian Jira, Confluence, and Compass via Atlassian's official Remote MCP. Use when the user asks about Jira issues, JQL searches, sprints, Confluence pages, or any Atlassian product operation.
| name | siplink |
| description | Place a phone call from the user's desk phone to a number. Use when the user asks to call someone, dial a number, or phone someone. |
The call shell function is the primary interface. It rings the user's desk phone first, then connects to the target number:
call <phone_number>
call 3055551234 # 10-digit numbers auto-prefixed with 1
call 13055551234 # full E.164 also works
Credentials are fetched from Bitwarden (rbw) automatically by the call function.
If invoking siplink directly:
export VOIPMS_USER=$(rbw get "voip.ms subaccount sip" --field username) && \
export VOIPMS_PASS=$(rbw get "voip.ms subaccount sip") && \
export VOIPMS_SERVER="tampa1.voip.ms" && \
siplink <phone1> <phone2>