技能详情(站内镜像,无评论)
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 157 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:aiwithabidi/telnyx
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
The skill appears coherent with its Telnyx integration: it only needs a Telnyx API key and makes calls to api.telnyx.com; nothing in the files indicates hidden endpoints or unrelated credential requests.
目的
Name/description, required env var (TELNYX_API_KEY), and code all target Telnyx REST API (https://api.telnyx.com/v2). The requested credential is appropriate for the stated functionality (SMS, calls, numbers, faxes).
说明范围
Runtime instructions show running the included CLI script. The script will attempt to read TELNYX_API_KEY from the environment and, if absent, will try to read a .env file from WORKSPACE or ~/.openclaw/workspace — this fallback isn't documented in SKILL.md. Also there are coding bugs: many command handlers check getattr(args,'from') but argparse uses dest='from_addr' so those commands will fail unless args attribute names are fixed; this is a …
安装机制
No install spec or external downloads — instruction-only skill with a small Python stdlib-only script included. Nothing is fetched from external or untrusted URLs during install.
证书
Only TELNYX_API_KEY is required (declared as primary credential) which is proportionate. The script's fallback to reading a .env file in WORKSPACE or ~/.openclaw/workspace may access stored keys in that file — it only parses the requested variable name, but you should be aware it looks for credentials in that local .env file if the env var is missing.
持久
always is false and the skill does not modify other skills or system-wide settings. It does not persist secrets or enable itself automatically.
综合结论
This skill is internally consistent for interacting with Telnyx and only asks for TELNYX_API_KEY. Before installing: 1) Verify you want the skill to call api.telnyx.com and provide a Telnyx API key. Use a key with least privilege. 2) Note the script will try a fallback .env lookup in WORKSPACE or ~/.openclaw/workspace if the env var is missing — ensure no sensitive keys are unintentionally stored there. 3) Expect some CLI commands to fail due …
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Telnyx」。简介:Telnyx — voice, SMS/MMS messaging, SIP trunking, number management, and fax.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/aiwithabidi/telnyx/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
暂无本地缓存内容,可在后台执行详情同步。