ClickSend

v1.0.2

ClickSend API integration with managed authentication. Send SMS, MMS, and voice messages, manage contacts and lists. Use this skill when users want to send text messages, make voice calls, manage contact lists, or track message delivery. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

4· 3.4k·0 current·0 all-time
MIT-0
Download zip
LicenseMIT-0 · Free to use, modify, and redistribute. No attribution required.
Security Scan
VirusTotalVirusTotal
Benign
View report →
OpenClawOpenClaw
Benign
high confidence
Purpose & Capability
The name/description claim ClickSend integration and the runtime instructions show requests to Maton gateway endpoints (gateway.maton.ai, ctrl.maton.ai, connect.maton.ai) that proxy to ClickSend — requiring a MATON_API_KEY is appropriate for that design.
Instruction Scope
SKILL.md contains only network calls to the Maton gateway and control endpoints and uses only the MATON_API_KEY environment variable; it does not instruct the agent to read arbitrary files, other env vars, or local system state.
Install Mechanism
There is no install spec and no code files (instruction-only), so nothing is written to disk or downloaded — this is the lowest-risk install model.
Credentials
The skill requests a single env var (MATON_API_KEY) which directly maps to the gateway-based authentication described. No unrelated credentials or config paths are requested. (Minor note: registry metadata lists no primary credential while SKILL.md declares MATON_API_KEY in metadata; this is a small metadata mismatch but not a security concern.)
Persistence & Privilege
always is false and the skill is user-invocable; it does not request persistent system privileges or modify other skills' configs. Autonomous invocation is allowed by default but not combined with other red flags.
Assessment
This skill proxies ClickSend API calls through Maton, so the MATON_API_KEY gives the Maton service the ability to act on your behalf (send messages, read message history, view contact lists). Before installing, verify you trust maton.ai and the owner (no authoritative homepage was listed in the registry), store and rotate the MATON_API_KEY securely, and ensure you’re comfortable that message content and recipient data will transit and be accessible to Maton. If you would rather not share data with a gateway, prefer a skill that uses direct ClickSend credentials or review Maton’s privacy/security documentation. The SKILL.md is instruction-only (no downloaded code), which reduces install risk, but network calls to the Maton endpoints are an inherent data exposure to that third party.

Like a lobster shell, security has layers — review code before you run it.

latestvk976h5df9gnx9077npfm3p86nh80xf1r

License

MIT-0
Free to use, modify, and redistribute. No attribution required.

Runtime requirements

🧠 Clawdis
EnvMATON_API_KEY

Comments