skills/orthogonal-send-text-message/SKILL.md
Send SMS text messages to phone numbers. Use when the user asks to send a text, send an SMS, text someone, message a phone number, or send a notification via text message.
npx skillsauth add orthogonal-sh/skills send-text-messageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Send SMS messages via the Textbelt API on Orthogonal.
Ask the user for:
orth run textbelt /text --body '{
"phone": "<phone_number>",
"message": "<message_text>"
}'
The response includes a textId. Use it to check delivery status:
orth run textbelt /status/{textId}
This endpoint is free.
/text)true if message was queued/status/{textId})DELIVERED, SENDING, FAILED, or UNKNOWNWhen sending, you can also include:
sender (string) - Business/org name for regulatory purposesreplyWebhookUrl (string) - US only: URL to receive reply webhookswebhookData (string) - Extra data passed to webhook (max 100 chars)error field describes the issue (e.g., invalid phone number, insufficient credits)+44...)testing
Download videos from YouTube, Bilibili, Twitter, and thousands of other sites using yt-dlp. Use when the user provides a video URL and wants to download it, extract audio (MP3), download subtitles, or select video quality. Triggers on phrases like "下载视频", "download video", "yt-dlp", "YouTube", "B站", "抖音", "提取音频", "extract audio".
business
Send messages and manage Slack channels. Use when asked to send Slack messages, post to channels, list channels, or fetch message history.
development
Evaluate YC batch companies for investment — scrapes the YC directory, researches each company and its founders (work history, LinkedIn, website), assesses founder-company fit, and exports to Google Sheets with priority rankings. Use when asked to evaluate YC companies, research a YC batch, screen startups, or do due diligence on YC companies.
development
Take screenshots of websites and web pages