sent-account-readiness
Checks the authorized Sent account, organization and Sender Profile scope, balance, onboarding/KYC status, and readiness with the Sent MCP tools. Use when a user asks whether the account can send, what the MCP connection authorized, whether funds are sufficient, why onboarding is blocked, or for a preflight check before a mutation or channel launch. Route remediation to the relevant onboarding or compliance skill.
How do I install this agent skill?
npx skills add https://github.com/sentdm/sent-plugin --skill sent-account-readinessIs this agent skill safe to install?
- Gen Agent Trust Hubpass
No security issues were detected. The skill provides clear instructions for safe account inspection using OAuth 2.1 and explicitly forbids the handling of credentials or secrets.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
Sent Account Readiness
Inspect readiness with account.get, balance.get, and onboarding.status.
Authorize safely
Let the MCP client perform OAuth 2.1/PKCE. Never request, accept, print, or store tokens, API keys, authorization headers, client IDs, or secrets. The authorization grant is scoped to the organization and Sender Profile selected during the client flow. Reauthorize in the client to change that scope, and revoke the grant through the client or applicable Sent account controls when it is no longer needed.
If MCP is unsupported or authentication fails, explain what can still be planned from the skill and direct the user to authorize or reauthorize in their MCP client. Do not ask them to paste credentials.
Check readiness
- Use
account.getto identify the authorized account context and surface the selected organization and Sender Profile. Return only the minimum account fields needed for the task. - Use
balance.getbefore high-volume sends or when insufficient funds may block messaging. Report the currency and returned timestamp or freshness information when available. - Use
onboarding.statusto identify incomplete, pending, approved, or blocked onboarding steps. Preserve the distinction between an observed status and a remediation action.
Mask identifiers where practical. Do not repeat account, KYC, contact, or billing details unnecessarily.
Route remediation
This skill diagnoses readiness but does not mutate onboarding state.
- Route Sender Profile boundary or tenancy design to
sender-profile-architect. - Route US A2P registration preparation to
sms-10dlc-registration. - Route WhatsApp Embedded Signup to
waba-embedded-signup. - Route RCS Business Messaging launch preparation to
rcs-agent-onboarding.
When the user asks only whether an account is ready, report the blocking status and recommended public skill without inventing an operational fix.
How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/sentdm/sent-plugin/sent-account-readiness">View sent-account-readiness on skillZs</a>