Telnyx Fax Ruby
This skill automates sending and receiving faxes via Telnyx Fax using Ruby, streamlining document transmission for developers.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-fax-ruby npx -- -y @trustedskills/telnyx-fax-ruby
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-fax-ruby": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-fax-ruby"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to send and receive faxes programmatically using the Telnyx API. It leverages a Ruby library for interacting with the Telnyx fax service, enabling automated document transmission and retrieval within agent workflows. The skill handles both sending faxes from files and receiving incoming faxes.
When to use it
- Automating outbound correspondence: Send contracts or legal documents directly from an AI-powered system.
- Receiving and processing inbound faxes: Automatically receive order confirmations or medical records sent via fax.
- Integrating with legacy systems: Bridge older, fax-reliant processes into modern digital workflows.
- Handling document verification: Send verification documents to users for identity confirmation.
Key capabilities
- Send faxes from file uploads
- Receive incoming faxes
- Utilizes the Telnyx API for fax functionality
- Ruby library integration
Example prompts
- "Send a fax of this contract to 555-123-4567." (with attached PDF)
- "Check for any new faxes received today."
- “Can you send the invoice from file ‘invoice.pdf’ to +1-987-654-3210?”
Tips & gotchas
- Requires a Telnyx API key and account setup.
- Ensure the Ruby environment is configured correctly with the necessary dependencies for the skill to function properly.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.