Telnyx Storage Javascript
Helps with storage, JavaScript as part of developing backend services and APIs workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add telnyx-storage-javascript npx -- -y @trustedskills/telnyx-storage-javascript
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"telnyx-storage-javascript": {
"command": "npx",
"args": [
"-y",
"@trustedskills/telnyx-storage-javascript"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides JavaScript functionality for interacting with Telnyx storage. It allows AI agents to read, write, and manage data stored within the Telnyx platform using standard JavaScript methods. This enables persistent memory and state management for more complex agent interactions.
When to use it
- Saving user preferences: Store a user's preferred language or notification settings between sessions.
- Maintaining conversation history: Persist key details from past conversations to inform future interactions.
- Tracking progress in workflows: Store the current step and data associated with multi-stage processes, like order placement or form completion.
- Caching API responses: Store frequently accessed data from external APIs to reduce latency and costs.
Key capabilities
- Read data from Telnyx storage.
- Write data to Telnyx storage.
- Manage (create, update, delete) data entries in Telnyx storage.
- Uses standard JavaScript methods for interaction.
Example prompts
- "Save the user's preferred language as 'Spanish'."
- "Retrieve the order details I was working on earlier."
- "Update the status of task X to 'completed'."
Tips & gotchas
- Requires a Telnyx account and API key for authentication.
- Be mindful of storage limits and costs associated with Telnyx.
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.