{"id":46974200,"url":"https://github.com/cyberstrat-forge/cyber-nexus","last_synced_at":"2026-04-07T13:00:51.590Z","repository":{"id":343686923,"uuid":"1176921515","full_name":"cyberstrat-forge/cyber-nexus","owner":"cyberstrat-forge","description":"网络安全战略规划的 Claude Code 插件工具集","archived":false,"fork":false,"pushed_at":"2026-04-05T12:03:25.000Z","size":576,"stargazers_count":2,"open_issues_count":3,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-05T12:24:46.250Z","etag":null,"topics":["ai-agent","claude-code","claude-code-plugin","cybersecurity","intelligence-analysis","market-analysis","strategic-planning","threat-intelligence"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/cyberstrat-forge.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-03-09T14:12:31.000Z","updated_at":"2026-04-05T12:02:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"6270858d-9f13-40c0-bf80-640fc3bc0b77","html_url":"https://github.com/cyberstrat-forge/cyber-nexus","commit_stats":null,"previous_names":["cyberstrat-forge/cyber-nexus"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/cyberstrat-forge/cyber-nexus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberstrat-forge%2Fcyber-nexus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberstrat-forge%2Fcyber-nexus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberstrat-forge%2Fcyber-nexus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberstrat-forge%2Fcyber-nexus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyberstrat-forge","download_url":"https://codeload.github.com/cyberstrat-forge/cyber-nexus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberstrat-forge%2Fcyber-nexus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31513382,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T03:10:19.677Z","status":"ssl_error","status_checked_at":"2026-04-07T03:10:13.982Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["ai-agent","claude-code","claude-code-plugin","cybersecurity","intelligence-analysis","market-analysis","strategic-planning","threat-intelligence"],"created_at":"2026-03-11T12:30:15.073Z","updated_at":"2026-04-07T13:00:51.575Z","avatar_url":"https://github.com/cyberstrat-forge.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Cyber Nexus\n\n[![Version](https://img.shields.io/badge/version-1.0.28-blue.svg)](https://github.com/cyberstrat-forge/cyber-nexus/releases/tag/v1.0.28)\n[![CI](https://github.com/cyberstrat-forge/cyber-nexus/actions/workflows/ci.yml/badge.svg)](https://github.com/cyberstrat-forge/cyber-nexus/actions/workflows/ci.yml)\n[![License](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)\n\n\u003e 将 AI 能力融入网络安全战略规划与产品管理\n\n## 概述\n\nCyber Nexus 是一个 Claude Code 插件集合，致力于将 AI 能力融入网络安全战略规划和产品管理的核心流程。\n\n当前处于**早期开发阶段**，首个插件 market-radar 已发布。后续将持续扩展更多能力，覆盖战略分析的完整链路。\n\n## 插件列表\n\n| 插件 | 版本 | 状态 | 描述 |\n|------|------|------|------|\n| [market-radar](./plugins/market-radar) | 1.8.0 | ✅ 可用 | 从文档中提取战略情报，生成情报卡片和主题分析报告 |\n| competitive-analysis | - | 📋 规划中 | 竞争对手分析与对比 |\n| product-management | - | 📋 规划中 | 产品管理与决策支持 |\n\n## 快速开始\n\n### 前置要求\n\n- **Claude Code CLI**：已安装并配置\n- **Node.js 18+**：用于 JSON Schema 校验\n\n### 安装\n\n```bash\n# 安装根目录依赖（Git Hooks: commitlint）\npnpm install\n\n# 安装插件脚本依赖\ncd plugins/market-radar/scripts \u0026\u0026 pnpm install\n```\n\n### 使用示例\n\n```bash\n# 情报拉取：从 cyber-pulse API 拉取标准化情报\n/intel-pull\n\n# 情报提取：从文档中提取战略情报\n/intel-distill --source ./docs --output ./intelligence\n\n# 主题分析：识别情报卡片中的趋势和模式\n/thematic-analysis --source ./intelligence --report both\n```\n\n更多使用方法请参考各插件的 [README](./plugins/market-radar/README.md)。\n\n## 项目结构\n\n```\ncyber-nexus/\n├── .claude-plugin/\n│   └── marketplace.json          # 插件市场配置\n├── plugins/\n│   └── market-radar/             # 市场情报插件\n│       ├── commands/             # 命令定义\n│       ├── agents/               # 智能代理\n│       ├── skills/               # 技能模块\n│       ├── schemas/              # JSON Schema\n│       └── scripts/              # 工具脚本\n├── CLAUDE.md                     # 开发规范（AI 助手工作指南）\n├── CHANGELOG.md                  # 更新日志\n└── README.md\n```\n\n## 开发规范\n\n本项目使用：\n- **Git Hooks**：husky + commitlint 实现提交信息校验\n- **CI/CD**：GitHub Actions 自动运行类型检查、Schema 校验\n- **提交规范**：Conventional Commits\n\n详细规范请参考 [CLAUDE.md](./CLAUDE.md)。\n\n## 更新日志\n\n详见 [CHANGELOG.md](./CHANGELOG.md)。\n\n## 许可证\n\nMIT\n\n## 作者\n\nluoweirong (weirong.luo@qq.com)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberstrat-forge%2Fcyber-nexus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberstrat-forge%2Fcyber-nexus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberstrat-forge%2Fcyber-nexus/lists"}