← 返回 Skills 市场
OpenPhone
作者
dwhite-oss
· GitHub ↗
· v1.0.0
· MIT-0
94
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install openphone
功能描述
Manage business phone calls, SMS, and contacts via OpenPhone API. Use when asked to send a text message, list calls or messages, look up conversation history...
安全使用建议
Do not install or provide credentials until the metadata and the runtime instructions agree. Specifically: (1) Confirm with the publisher/source that OPENPHONE_API_KEY is required and that the registry metadata will be updated to declare it. (2) If you provide a key, use a least-privilege OpenPhone API key or a workspace-limited token, not a full account master key. (3) Verify the agent will only call api.openphone.com and will not send the key to other endpoints. (4) Consider creating and testing with a dedicated test number/key and rotate the key if it is exposed. (5) Prefer skills from a verifiable/known publisher or ask for source code before granting credentials. Minor note: examples set Authorization: $OPENPHONE_API_KEY (without a Bearer prefix); confirm the correct header format when configuring keys.
功能分析
Type: OpenClaw Skill
Name: openphone
Version: 1.0.0
The skill bundle provides standard documentation and curl command templates for interacting with the legitimate OpenPhone API (api.openphone.com). It uses the OPENPHONE_API_KEY environment variable for authentication and performs expected business communication tasks such as managing contacts, sending SMS, and retrieving call logs without any evidence of malicious intent, data exfiltration, or prompt injection.
能力评估
Purpose & Capability
The SKILL.md describes exactly the OpenPhone REST API endpoints you would expect for sending SMS, listing calls/messages, and managing contacts—functionality is consistent with the skill name and description. However, the SKILL.md explicitly requires OPENPHONE_API_KEY while the registry metadata lists no required env vars or primary credential, creating a mismatch.
Instruction Scope
Instructions are narrowly scoped to curl requests against https://api.openphone.com/v1 and do not reference unrelated files or endpoints. However, they directly reference the environment variable $OPENPHONE_API_KEY in every example; that env var is not declared in the skill metadata, so the runtime behavior (and what secrets the agent will access) is unclear.
Install Mechanism
Instruction-only skill with no install spec and no code files. This is low-risk from an installation/execution perspective because nothing is downloaded or written to disk by an installer.
Credentials
Only one secret (an OpenPhone API key) appears necessary and is proportional to the described capabilities. The problem is that the metadata does not declare that secret; the SKILL.md does. That omission prevents proper vetting (e.g., prompting the user for a limited-scope API key) and may cause accidental exposure of a broader key.
Persistence & Privilege
always:false and no install scripts or config writes are present. The skill does not request persistent system privileges or modify other skills' configuration.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install openphone - 安装完成后,直接呼叫该 Skill 的名称或使用
/openphone触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
High-quality API skill by SkillPlexAI
元数据
常见问题
OpenPhone 是什么?
Manage business phone calls, SMS, and contacts via OpenPhone API. Use when asked to send a text message, list calls or messages, look up conversation history... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 94 次。
如何安装 OpenPhone?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install openphone」即可一键安装,无需额外配置。
OpenPhone 是免费的吗?
是的,OpenPhone 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
OpenPhone 支持哪些平台?
OpenPhone 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 OpenPhone?
由 dwhite-oss(@dwhite-oss)开发并维护,当前版本 v1.0.0。
推荐 Skills