linode
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseLinode Skill
Linode Skill
Overview
概述
Enables Claude to access the Linode Cloud Manager to view and manage Linodes (VPS), NodeBalancers, block storage, and monitor usage and billing across your Linode/Akamai infrastructure.
让Claude能够访问Linode云管理器,查看和管理Linodes(虚拟专用服务器VPS)、NodeBalancers、块存储,并监控你的Linode/Akamai基础设施的使用情况和账单。
Quick Install
快速安装
bash
curl -sSL https://canifi.com/skills/linode/install.sh | bashOr manually:
bash
cp -r skills/linode ~/.canifi/skills/bash
curl -sSL https://canifi.com/skills/linode/install.sh | bash或手动安装:
bash
cp -r skills/linode ~/.canifi/skills/Setup
配置
Configure via canifi-env:
bash
undefined通过canifi-env进行配置:
bash
undefinedFirst, ensure canifi-env is installed:
首先,确保已安装canifi-env:
curl -sSL https://canifi.com/install.sh | bash
curl -sSL https://canifi.com/install.sh | bash
canifi-env set LINODE_EMAIL "your-email@example.com"
undefinedcanifi-env set LINODE_EMAIL "your-email@example.com"
undefinedPrivacy & Authentication
隐私与认证
Your credentials, your choice. Canifi LifeOS respects your privacy.
你的凭证,由你掌控。 Canifi LifeOS尊重你的隐私。
Option 1: Manual Browser Login (Recommended)
选项1:手动浏览器登录(推荐)
If you prefer not to share credentials with Claude Code:
- Complete the Browser Automation Setup using CDP mode
- Login to the service manually in the Playwright-controlled Chrome window
- Claude will use your authenticated session without ever seeing your password
如果你不想与Claude Code共享凭证:
- 使用CDP模式完成浏览器自动化配置
- 在Playwright控制的Chrome窗口中手动登录服务
- Claude将使用你的已认证会话,全程不会获取你的密码
Option 2: Environment Variables
选项2:环境变量
If you're comfortable sharing credentials, you can store them locally:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"Note: Credentials stored in canifi-env are only accessible locally on your machine and are never transmitted.
如果你愿意共享凭证,可以将其存储在本地:
bash
canifi-env set SERVICE_EMAIL "your-email"
canifi-env set SERVICE_PASSWORD "your-password"注意:存储在canifi-env中的凭证仅能在你的本地机器上访问,绝不会被传输至外部。
Capabilities
功能
- View Linode instances
- Check NodeBalancer status
- Monitor block storage volumes
- View Kubernetes (LKE) clusters
- Check network transfer usage
- View billing and invoices
- 查看Linode实例
- 检查NodeBalancer状态
- 监控块存储卷
- 查看Kubernetes(LKE)集群
- 检查网络传输使用情况
- 查看账单和发票
Usage Examples
使用示例
Example 1: Check Linodes
示例1:查看Linode实例
User: "What Linodes are running?"
Claude: I'll check your Linode instances.
- Opens cloud.linode.com via Playwright MCP
- Logs into account
- Linodes:
- web-server-1: Linode 4GB, Running (Newark)
- web-server-2: Linode 4GB, Running (Newark)
- database: Linode 8GB, Running (Newark)
- staging: Linode 2GB, Powered Off
- Total: $60/month
- Network: 2.3TB of 4TB used用户:"哪些Linodes正在运行?"
Claude:我将检查你的Linode实例。
- 通过Playwright MCP打开cloud.linode.com
- 登录账户
- Linodes列表:
- web-server-1: Linode 4GB,运行中(纽瓦克)
- web-server-2: Linode 4GB,运行中(纽瓦克)
- database: Linode 8GB,运行中(纽瓦克)
- staging: Linode 2GB,已关机
- 总费用:每月60美元
- 网络使用:已用2.3TB,共4TBExample 2: Check NodeBalancers
示例2:检查NodeBalancer状态
User: "How are my load balancers?"
Claude: I'll check NodeBalancers.
- Views NodeBalancers section
- NodeBalancers:
- prod-lb (Newark): 2 backends, healthy
- Connections: 1,234 active
- Traffic: 45GB this month
- staging-lb: 1 backend, healthy
- All health checks passing
- Cost: $20/month total用户:"我的负载均衡器状态如何?"
Claude:我将检查NodeBalancer状态。
- 进入NodeBalancer管理页面
- NodeBalancer列表:
- prod-lb(纽瓦克):2个后端,状态健康
- 活跃连接数:1234
- 本月流量:45GB
- staging-lb:1个后端,状态健康
- 所有健康检查均通过
- 总费用:每月20美元Example 3: View Billing
示例3:查看账单
User: "What's my Linode bill?"
Claude: I'll check your billing.
- Views Account/Billing section
- Current month: $85.50
- Breakdown:
- Linodes: $60.00
- NodeBalancers: $20.00
- Block Storage: $5.00
- Backups: $0.50
- Credits: $25 remaining
- Payment method: Active用户:"我的Linode账单是多少?"
Claude:我将检查你的账单情况。
- 进入账户/账单页面
- 本月账单:85.50美元
- 明细:
- Linodes:60.00美元
- NodeBalancers:20.00美元
- 块存储:5.00美元
- 备份服务:0.50美元
- 剩余信用额度:25美元
- 支付方式:有效Authentication Flow
认证流程
- Navigate to cloud.linode.com via Playwright MCP
- Enter email address
- Enter password
- Handle 2FA if enabled
- Maintain session for Cloud Manager access
- 通过Playwright MCP导航至cloud.linode.com
- 输入邮箱地址
- 输入密码
- 若启用则处理双因素认证(2FA)
- 维持会话以访问云管理器
Error Handling
错误处理
- Login Failed: Retry credentials
- 2FA Required: Complete verification
- Linode Issue: Check console/LISH
- Session Expired: Re-authenticate
- Rate Limited: Wait and retry
- Network Issue: Check status page
- 登录失败:重试凭证
- 需要2FA:完成验证
- Linode问题:检查控制台/LISH
- 会话过期:重新认证
- 请求受限:等待后重试
- 网络问题:查看状态页面
Self-Improvement Instructions
自我优化说明
After each interaction:
- Track resource patterns
- Note transfer usage
- Log billing trends
- Document UI changes
Suggest updates when:
- Linode updates manager
- New features added
- Pricing changes
- Akamai integration expands
每次交互后:
- 追踪资源使用模式
- 记录传输使用情况
- 记录账单趋势
- 记录UI变更
在以下情况时建议更新:
- Linode更新管理器
- 添加新功能
- 价格变更
- Akamai集成扩展
Notes
注意事项
- Now part of Akamai
- Simple VPS hosting
- Predictable pricing
- Good documentation
- LISH console access
- Managed databases
- Kubernetes (LKE)
- 现隶属于Akamai
- 简单的VPS托管服务
- 可预测的定价
- 完善的文档
- LISH控制台访问
- 托管数据库
- Kubernetes(LKE)支持