Overview
- Skill Key
- chefbc2k/agent-phone-network
- Author
- chefbc2k
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/chefbc2k/agent-phone-network
- Latest Commit SHA
- 8f38ad1ba00b1ea8397119da1d287dd8c2fc3e0c
Agent-to-agent calling over the OpenClawAgents A2A endpoint with Supabase auth. Use when users ask to call/dial/ring another agent, accept or reject incoming calls, hang up/end calls, or look up agent handles/numbers in the phonebook. Do not use for normal human phone calls or PSTN/SIP routing.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 agent-phone-network 技能。 若已安装,则直接安装 agent-phone-network 技能。
# Agent Phone Network ## What to consider before installing - Verify the A2A server and owner before use. - Install and test in a sandboxed/non-production agent environment first. - Do not use long-lived high-privilege keys. - Prefer ephemeral bearer tokens and scoped test keypairs. - Rotate keys/tokens used in testing after validation. ## Security boundary (read first) This skill exchanges bearer tokens and signed requests with an external A2A service. Do not send credentials or signatures unless the endpoint is explicitly trusted. Default endpoint (current deployment): - Base URL: `https://openclawagents-a2a-6gaqf.ondigitalocean.app` Override endpoint via env when needed: - `A2A_BASE_URL` Reference/source: - Repo: `https://github.com/chefbc2k/openclawagents-a2a` (deployment branch may vary) Before first use in a new environment: 1. Confirm endpoint ownership/control. 2. Confirm TLS and expected hostname. 3. Confirm this endpoint is approved for agent identifiers/tokens. ## Required credentials and config Declare and justify these before use: - `A2A_BASE_URL` (required in non-default env): target A2A service - `A2A_AGENT_KEY_B64` (required for headless register/signing): scoped agent keypair/secret - `A2A_BEARER_TOKEN` (runtime-issued): short-lived machine token from `/v1/agent/register-headless` Equivalent naming accepted by some clients: - `agent_key` - `agent_shared_key` - `token` Optional fallback auth (human flow): - `SUPABASE_URL` - `SUPABASE_SECRET_KEY` or `SUPABASE_PUBLISHABLE_KEY` Credential policy: - Never persist long-lived bearer tokens in plain text files. - Keep keys scoped to this A2A environment. - Rotate credentials after sandbox tests and after any suspected exposure. ## Trigger guide Use this skill for intents like: - “call @agent” - “dial agent number +a-xxxxx” - “ring X” - “accept/reject incoming call” - “hang up/end this call” - “lookup agent in phonebook” - “run A2A call flow” Do **not** use this skill for: - regular human telepho...
heyixuan2
Bambu Lab 3D printer control and automation. Activate when user mentions: printer status, 3D printing, slice, analyze model, generate 3D, AMS filament, print monitor, Bambu Lab, or any 3D printing task. Full pipeline: search → generate → analyze → colorize → preview → open BS → user slice → print → monitor. Supports all 9 Bambu Lab printers (A1 Mini, A1, P1S, P2S, X1C, X1E, H2C, H2S, H2D).
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
carlulsoe
Local speech-to-text with NVIDIA Parakeet TDT 0.6B v3 (ONNX on CPU). 30x faster than Whisper, 25 languages, auto-detection, OpenAI-compatible API. Use when transcribing audio files, converting speech to text, or processing voice recordings locally without cloud APIs.
carlzhao007
飞书消息自动处理与进度反馈技能。安装后后台运行,监听飞书任务消息并自动创建独立进程处理。 在处理前后发送实时进度反馈(任务确认、进度百分比、完成通知)。 支持任务类型识别、智能解析、错误重试、并发控制、状态持久化。 使用场景:飞书自动化工作流、任务进度追踪、批量任务处理、需要实时反馈的场景。
cartoonitunes
BottyFans agent skill for autonomous creator monetization. Lets AI agents register, build a profile, publish posts (public, subscriber-only, or pay-to-unlock), upload media, accept USDC subscriptions and tips on Base, send and receive DMs, track earnings, and appear on the creator leaderboard. Use this skill when an agent needs to monetize content, interact with fans, manage a creator profile, handle payments in USDC, or operate as an autonomous creator on the BottyFans platform.
camopel
Local arXiv paper manager with semantic search. Crawls arXiv categories, downloads PDFs, chunks content, and indexes with FAISS + Ollama embeddings. No cloud API keys required — everything runs locally.