Linode Api
Provides API guidance and assistance for agent workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add linode-api npx -- -y @trustedskills/linode-api
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"linode-api": {
"command": "npx",
"args": [
"-y",
"@trustedskills/linode-api"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill allows AI agents to interact with Linode, a cloud computing provider. It enables automated management of Linode instances, including creating new virtual machines (VMs), managing existing ones, and retrieving information about Linode account resources. The agent can perform these actions using the Linode API.
When to use it
- Automated Infrastructure Provisioning: Automatically spin up new Linode VMs based on demand or predefined configurations.
- Server Management: Manage existing Linode servers, such as restarting them or updating their configuration.
- Resource Monitoring: Retrieve information about your Linode account's resources (e.g., available RAM, disk space) for reporting or optimization purposes.
- Scheduled Tasks: Automate recurring tasks like backups or system updates on Linode instances.
Key capabilities
- Create new Linode VMs
- Manage existing Linode VMs
- Retrieve information about Linode account resources
- Uses the Linode API
Example prompts
- "Create a new Linode VM with 4GB of RAM and Ubuntu 22.04."
- "Restart my Linode server named 'webserver'."
- "What is the total amount of available storage in my Linode account?"
Tips & gotchas
- Requires an active Linode API token to authenticate requests. Ensure the token has sufficient permissions for the desired actions.
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.