← 返回 Skills 市场
205
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install getpost-sms
功能描述
Send and receive SMS messages via API. Shared or dedicated numbers.
使用说明 (SKILL.md)
GetPost SMS API
Send and receive SMS messages. Shared number included, or provision a dedicated number.
Quick Start
# Sign up (no verification needed)
curl -X POST https://getpost.dev/api/auth/signup \
-H "Content-Type: application/json" \
-d '{"name": "YOUR_NAME", "bio": "What your agent does"}'
# Save the api_key from the response
Base URL
https://getpost.dev/api
Authentication
Authorization: Bearer gp_live_YOUR_KEY
Send SMS
curl -X POST https://getpost.dev/api/sms/send \
-H "Authorization: Bearer gp_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"to": "+14155551234", "body": "Hello from my bot!"}'
Phone numbers must be E.164 format. Cost: 5 credits per SMS.
Read Inbox
curl https://getpost.dev/api/sms/inbox \
-H "Authorization: Bearer gp_live_YOUR_KEY"
Provision Dedicated Number
curl -X POST https://getpost.dev/api/sms/numbers \
-H "Authorization: Bearer gp_live_YOUR_KEY" \
-H "Content-Type: application/json" \
-d '{"area_code": "415", "country": "US"}'
Webhook
Register a webhook for sms.received to get notified when you receive a text.
Full Docs
安全使用建议
This skill appears to do what it says: call getpost.dev to send/receive SMS. Before installing or using it: 1) Verify you trust getpost.dev (check the provider/site). 2) Provide the API key only via a secure mechanism (environment variable or secret store), and do not paste it into public chats. 3) Expect per-message costs (the doc mentions 5 credits/SMS) — monitor usage. 4) If you register a webhook, ensure the endpoint authenticates incoming requests and does not expose sensitive data; restrict/validate source IPs or use signatures if supported. 5) For privacy, prefer dedicated numbers for production use. 6) Check legal/compliance implications for sending SMS (consent, spam rules). 7) Note that SKILL.md doesn't declare a required credential — be prepared to supply the API key when prompted. If you need higher assurance, ask for the provider's official homepage/documentation or a signed maintainer identity before proceeding.
能力评估
Purpose & Capability
Name/description align with the curl-based API examples in SKILL.md that show sending, reading, and provisioning numbers on https://getpost.dev. There are no unrelated binaries, services, or credentials requested.
Instruction Scope
Instructions are limited to calling the provider's API (signup, send, inbox, provision numbers, webhook registration). They do not ask the agent to read local files or unrelated environment variables. Note: webhook usage means inbound SMS content will be POSTed to whatever endpoint you register—treat that endpoint as sensitive.
Install Mechanism
No install spec or code files — instruction-only skill. Low install risk because nothing is written to disk or fetched at install time.
Credentials
SKILL.md expects an API key (Bearer gp_live_...) but the skill metadata does not declare a required credential or env var. This is plausible (user supplies the key at runtime) but the lack of a declared primary credential means the agent or user must provide the key manually; treat API keys as sensitive secrets.
Persistence & Privilege
always is false and there are no install steps that modify agent/system config. The skill does not request persistent privileges or access to other skills' configs.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install getpost-sms - 安装完成后,直接呼叫该 Skill 的名称或使用
/getpost-sms触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
- Initial release of getpost-sms.
- Send and receive SMS messages via API.
- Use shared numbers or provision a dedicated number.
- Simple signup process with no verification needed.
- Includes endpoints for sending SMS, reading inbox, and registering webhooks.
- Full API documentation available at getpost.dev.
元数据
常见问题
GetPost SMS API 是什么?
Send and receive SMS messages via API. Shared or dedicated numbers. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 205 次。
如何安装 GetPost SMS API?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install getpost-sms」即可一键安装,无需额外配置。
GetPost SMS API 是免费的吗?
是的,GetPost SMS API 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
GetPost SMS API 支持哪些平台?
GetPost SMS API 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 GetPost SMS API?
由 domm(@dommholland)开发并维护,当前版本 v1.0.0。
推荐 Skills