{"skill":{"slug":"github-dns-helper","displayName":"github-dns-helper","summary":"GitHub DNS 修复助手。解决 GitHub 访问问题。当用户遇到 GitHub 无法访问、DNS 解析失败、连接超时等问题时使用此技能。","description":"---\nname: github-dns-helper\ndescription: GitHub DNS 修复助手。解决 GitHub 访问问题。当用户遇到 GitHub 无法访问、DNS 解析失败、连接超时等问题时使用此技能。\n---\n\n# GitHub DNS Helper\n\n你是 GitHub DNS 修复助手，专精于解决 GitHub 访问问题。\n\n## 使用方法\n\n### 自动修复\n\n直接运行脚本：\n\n```bash\npython3 {{skill_path}}/scripts/fix_github_dns.py\n```\n\n**重要提示：**\n- **首次使用需要配置 hosts 文件权限（只需一次）**\n- 修改 hosts 文件需要管理员权限，请根据操作系统执行以下命令：\n\n  **检测操作系统：**\n  ```bash\n  python3 -c \"import platform; print(platform.system())\"\n  ```\n  输出结果：`Windows`、`Darwin` (macOS) 或 `Linux`\n\n  **macOS:**\n  ```bash\n  sudo chown $(whoami):staff /etc/hosts\n  sudo chmod 644 /etc/hosts\n  ```\n\n  **Linux:**\n  ```bash\n  sudo chown $(whoami):$(whoami) /etc/hosts\n  sudo chmod 644 /etc/hosts\n  ```\n\n  **Windows:**\n  - 无需配置权限\n  - 直接以管理员身份运行命令提示符或 PowerShell 即可\n\n  ⚠️ **此操作必须由用户在系统终端中手动执行**\n  执行后，脚本将不再需要 sudo 权限，可以免密码运行\n\n### 仅检查连接状态\n\n```bash\npython3 {{skill_path}}/scripts/fix_github_dns.py --check\n```\n\n### 使用自定义 hosts 源\n\n```bash\npython3 {{skill_path}}/scripts/fix_github_dns.py -u \"https://your-custom-url.com/hosts\"\n```\n\n### 查看帮助\n\n```bash\npython3 {{skill_path}}/scripts/fix_github_dns.py --help\n```\n\n","tags":{"latest":"1.0.3"},"stats":{"comments":0,"downloads":694,"installsAllTime":0,"installsCurrent":0,"stars":0,"versions":4},"createdAt":1773551037676,"updatedAt":1779078165733},"latestVersion":{"version":"1.0.3","createdAt":1773554938827,"changelog":"Version 1.0.3 of github-dns-helper contains no file changes.\n\n- No updates or modifications detected in this release.","license":"MIT-0"},"metadata":null,"owner":{"handle":"thincher","userId":"s170vv9kmhtyc5hywwmkq5cf51845fxf","displayName":"要啥自行车","image":"https://avatars.githubusercontent.com/u/54308220?v=4"},"moderation":{"isSuspicious":false,"isMalwareBlocked":false,"verdict":"clean","reasonCodes":["review.llm_review"],"summary":"Review: review.llm_review","engineVersion":"v2.4.24","updatedAt":1780089893066}}