{"id":47777049,"url":"https://github.com/gobysec/goby-skills","last_synced_at":"2026-04-03T12:03:10.093Z","repository":{"id":348484390,"uuid":"1197985848","full_name":"gobysec/Goby-skills","owner":"gobysec","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-01T09:58:25.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-01T11:43:06.425Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gobysec.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-04-01T03:08:56.000Z","updated_at":"2026-04-01T09:58:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gobysec/Goby-skills","commit_stats":null,"previous_names":["gobysec/goby-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/gobysec/Goby-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobysec%2FGoby-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobysec%2FGoby-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobysec%2FGoby-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobysec%2FGoby-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gobysec","download_url":"https://codeload.github.com/gobysec/Goby-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gobysec%2FGoby-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31349561,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-03T08:03:20.796Z","status":"ssl_error","status_checked_at":"2026-04-03T08:00:37.834Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-03T12:03:05.835Z","updated_at":"2026-04-03T12:03:10.072Z","avatar_url":"https://github.com/gobysec.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Goby Skills\n\n这是一个为 AI 编程助手（如 Claude Code、Codex 等）设计的 skill 集合，用于通过自然语言指令操控 [Goby](https://gobies.org/) 安全扫描工具，实现扫描编排、资产查询、漏洞检索、POC 管理等功能。\n\n## 包含的 Skills\n\n| Skill | 说明 |\n|---|---|\n| [goby-scan-orchestrator](skills/goby-scan-orchestrator/SKILL.md) | 操控 Goby 进行扫描编排、资产搜索、漏洞查询、POC 管理、激活与环境配置 |\n\n## 功能说明\n\n`goby-scan-orchestrator` 的核心能力包括：\n\n- 维护 Goby 服务状态\n- 支持高级 Goby 版本的激活\n- 发起扫描任务，并支持暂停与恢复任务\n- 执行 POC 更新\n- 整理和输出扫描报告\n\n在使用方式上，skill 还具备以下特性：\n\n- 启动 Goby 时，如果本机当前没有正在使用中的 Goby 实例，skill 会询问用户提供 Goby 的安装目录。出于安全考虑，skill 不会在本机执行全盘搜索来定位 Goby。\n- 在用户首次提供 Goby 安装目录后，skill 会记住该路径，后续不会重复主动询问；只有在用户明确需要修改时，才会重新更新该配置。\n- 如果本机已经启动了 Goby，且客户端处于可正常使用状态，skill 可以选择接管当前 Goby 实例，相当于同时提供前端界面和 AI 指令两套操作入口。\n- 该能力仅适用于红队版本及以上版本的 Goby。\n\n## 警示说明\n\n- 基于合法合规与安全边界的明确要求，本 skill 不可用于扫描未经授权的公网目标。\n\n## 安装\n\n如果你是首次使用，可以将以下指令复制给你的 AI 编程助手，它会自动将 skill 下载并安装到当前项目的对应目录：\n\n\u003e 请从 https://github.com/gobysec/Goby-skills 下载 `skills/goby-scan-orchestrator` 目录，安装到当前项目下你（AI 编程助手）存放自定义 skill 的目录中。\n\n如果你已经安装过旧版本，建议使用更新指令覆盖本地已有版本，确保 skill 内容与仓库保持一致：\n\n\u003e 请从 https://github.com/gobysec/Goby-skills 拉取最新的 `skills/goby-scan-orchestrator` 目录，并覆盖更新当前项目中你（AI 编程助手）已安装的同名 skill，保留用户已有的本地配置。\n\n## 操作示例\n\n\u003cvideo src=\"https://github.com/gobysec/Goby-skills/releases/download/v0.1/goby.mp4\" controls width=\"100%\"\u003e\u003c/video\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgobysec%2Fgoby-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgobysec%2Fgoby-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgobysec%2Fgoby-skills/lists"}