بنقرة واحدة
云运维技能。管理云资源申请、部署自动化、成本优化、监控告警和多云平台整合。当需要部署应用到云端、管理云资源、优化云成本或建立多云架构时使用此技能。
npx skills add https://github.com/citriac/claude-skills --skill cloud-opsانسخ والصق هذا الأمر في Claude Code لتثبيت المهارة
云运维技能。管理云资源申请、部署自动化、成本优化、监控告警和多云平台整合。当需要部署应用到云端、管理云资源、优化云成本或建立多云架构时使用此技能。
npx skills add https://github.com/citriac/claude-skills --skill cloud-opsانسخ والصق هذا الأمر في Claude Code لتثبيت المهارة
AI agent memory management skill. Implements the file-based memory system: MEMORY.md for long-term facts, daily log files for session history, and distillation workflows. Use when working on agent persistence, memory architecture, or cross-session context. Also activates when the user asks to read/write/update agent memory files.
多平台内容分发技能,支持掘金、知乎、Reddit、Dev.to等平台自动发布和优化
跨平台系统自动化技能。处理文件系统操作、进程管理、定时任务、资源监控、跨平台脚本编写。当需要执行操作系统级别任务、管理进程、监控系统资源、创建自动化流水线时使用此技能。
| name | cloud-ops |
| description | 云运维技能。管理云资源申请、部署自动化、成本优化、监控告警和多云平台整合。当需要部署应用到云端、管理云资源、优化云成本或建立多云架构时使用此技能。 |
提供跨云平台(GitHub Actions, Cloudflare, Vercel, Netlify, Deno Deploy,阿里云,腾讯云)的运维能力。涵盖免费资源申请、自动化部署、成本优化、健康监控和灾难恢复。目标是最大化免费资源利用,建立高可用、低成本的云架构。
全球云平台:
国内云平台:
大模型API免费额度:
通用申请模板:
def apply_for_free_tier(platform, user_type='developer'):
"""
申请云平台免费资源
Args:
platform: 平台名称 ('cloudflare', 'vercel', 'netlify', 'aliyun', 'tencent')
user_type: 用户类型 ('student', 'developer', 'startup', 'open_source')
Returns:
申请指南和注意事项
"""
templates = {
'cloudflare': {
'student': "通过 GitHub Student Developer Pack 申请",
'developer': "直接注册,免费额度自动生效",
'open_source': "申请开源项目赞助计划"
},
'aliyun': {
'student': "1. 学生实名认证 2. 领取300元券 3. 选择轻量应用服务器",
'developer': "1. 新用户注册 2. 参与99计划 3. 申请5亿算力补贴"
},
# ... 其他平台模板
}
跨平台部署策略:
class MultiCloudDeployer:
"""多云部署器"""
def __init__(self):
self.deploy_targets = {
'static': ['cloudflare_pages', 'vercel', 'netlify', 'github_pages'],
'serverless': ['cloudflare_workers', 'vercel_functions', 'deno_deploy'],
'container': ['vercel', 'netlify', 'aliyun_container'],
'database': ['vercel_postgres', 'supabase', 'neon_tech']
}
def deploy_static_site(self, build_dir, target='all'):
"""
部署静态站点
Args:
build_dir: 构建目录
target: 部署目标 ('all', 'cloudflare', 'vercel', 'netlify')
"""
# 根据目标选择部署策略
pass
成本监控指标:
优化策略:
监控维度:
告警机制:
备份策略:
恢复流程:
项目类型是什么?
用户分布在哪里?
预算是多少?
scripts/cloud_resource_audit.py云资源审计工具。功能:
scripts/multi_cloud_deploy.py多云部署工具。功能:
scripts/cost_optimizer.py成本优化工具。功能:
scripts/disaster_recovery.py灾难恢复工具。功能:
详见 references/ 目录下的:
free_tier_comparison_2026.md:2026年各云平台免费层详细对比deployment_guides.md:各平台部署指南和最佳实践cost_optimization_strategies.md:成本优化策略和案例security_best_practices.md:云安全最佳实践disaster_recovery_plan.md:灾难恢复计划模板assets/ 目录包含:
deployment_templates/:各平台部署配置文件模板monitoring_configs/:监控告警配置模板backup_scripts/:备份脚本模板terraform_configs/:基础设施即代码配置提示:使用此技能时,首先明确项目需求和约束,选择合适的云平台组合。对于关键业务,建议采用多云架构以提高可靠性。始终从免费层开始,按需升级。