{"id":50879505,"url":"https://github.com/liuhao1024/open-skills","last_synced_at":"2026-06-15T12:32:30.871Z","repository":{"id":364123360,"uuid":"1266510695","full_name":"liuhao1024/open-skills","owner":"liuhao1024","description":"Open-source Claude Code \u0026 Codex skills collection — multi-agent stock analysis, financial analysis, and more","archived":false,"fork":false,"pushed_at":"2026-06-11T17:39:58.000Z","size":71,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-11T19:20:10.536Z","etag":null,"topics":["a-share","claude-code","codex","finance","multi-agent","plugins","skills","stock-analysis","trading","workflow"],"latest_commit_sha":null,"homepage":"https://github.com/liuhao1024/open-skills","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liuhao1024.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","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-06-11T17:27:06.000Z","updated_at":"2026-06-11T17:40:29.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/liuhao1024/open-skills","commit_stats":null,"previous_names":["liuhao1024/open-skills"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/liuhao1024/open-skills","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuhao1024%2Fopen-skills","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuhao1024%2Fopen-skills/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuhao1024%2Fopen-skills/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuhao1024%2Fopen-skills/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liuhao1024","download_url":"https://codeload.github.com/liuhao1024/open-skills/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuhao1024%2Fopen-skills/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34363539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["a-share","claude-code","codex","finance","multi-agent","plugins","skills","stock-analysis","trading","workflow"],"created_at":"2026-06-15T12:32:29.886Z","updated_at":"2026-06-15T12:32:30.856Z","avatar_url":"https://github.com/liuhao1024.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open Skills 🔧\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)\n[![Python 3.10+](https://img.shields.io/badge/python-3.10+-blue.svg)](https://www.python.org/downloads/)\n[![CI](https://github.com/liuhao1024/open-skills/actions/workflows/ci.yml/badge.svg)](https://github.com/liuhao1024/open-skills/actions/workflows/ci.yml)\n[![GitHub Stars](https://img.shields.io/github/stars/liuhao1024/open-skills?style=social)](https://github.com/liuhao1024/open-skills/stargazers)\n\n\u003e 开源的 Claude Code \u0026 Codex 技能/插件集合\n\n一个统一的技能仓库，同时兼容 **Claude Code** 和 **Codex** 两大 AI 编程平台。每个插件自包含，可独立使用，也可通过 workflow 串联成完整的分析 pipeline。\n\n## 📦 已收录插件\n\n| 插件 | 描述 | 平台 | 状态 |\n|------|------|------|------|\n| [trading-agents](plugins/trading-agents/) | 多智能体股票分析 pipeline（4分析师→辩论→风险→PM） | Claude Code + Codex | ✅ 稳定 |\n\n\u003e 💡 **想要更多插件？** 提交 [Feature Request](https://github.com/liuhao1024/open-skills/issues/new?template=feature_request.md) 或自己 [开发一个](docs/plugin-development.md)！\n\n## 🚀 快速开始\n\n```bash\n# 克隆仓库\ngit clone https://github.com/liuhao1024/open-skills.git\ncd open-skills\n\n# 一键安装到 Claude Code\nbash install.sh --target claude-code\n\n# 或安装到 Codex\nbash install.sh --target codex\n\n# 或两者都装\nbash install.sh --target both\n```\n\n安装后在 Claude Code 中：\n```\n/trading-agents 300255.SZ\n```\n\n或带持仓分析：\n```javascript\nWorkflow({\n  scriptPath: \"workflows/trading-agents.js\",\n  args: { ticker: \"300255.SZ\", holdCost: 34.7, holdQuantity: 10000, holdingDate: \"2026-06-11\" }\n})\n```\n\n详见 [快速开始指南](docs/getting-started.md)。\n\n## 🏗️ 目录结构\n\n```\nopen-skills/\n├── plugins/                    # 插件目录\n│   ├── trading-agents/         # 多智能体股票分析\n│   │   ├── plugin.json         # 插件元数据\n│   │   ├── SKILL.md            # Codex skill 定义\n│   │   ├── scripts/            # Python 脚本\n│   │   ├── workflows/          # Claude Code workflow\n│   │   ├── frameworks/         # 分析框架\n│   │   └── templates/          # 输出模板\n│   └── _template/              # 新建插件的模板\n├── shared/                     # 共享工具库\n├── docs/                       # 文档\n│   ├── getting-started.md      # 快速开始\n│   └── plugin-development.md   # 插件开发指南\n├── .github/                    # GitHub 配置\n│   ├── workflows/ci.yml        # CI 测试\n│   └── ISSUE_TEMPLATE/         # Issue 模板\n├── install.sh                  # 一键安装脚本\n├── CONTRIBUTING.md             # 贡献指南\n└── LICENSE                     # MIT License\n```\n\n## 🔌 插件规范\n\n每个插件是一个独立目录，包含：\n\n| 文件 | 必需 | 说明 |\n|------|------|------|\n| `plugin.json` | ✅ | 插件元数据（名称、版本、依赖） |\n| `SKILL.md` | ✅ | Codex skill 定义（frontmatter + 使用说明） |\n| `README.md` | ✅ | 插件文档（安装、使用、配置） |\n| `scripts/` | ❌ | Python 脚本（可独立运行） |\n| `workflows/` | ❌ | Claude Code workflow（JS） |\n| `frameworks/` | ❌ | 分析框架文档 |\n| `templates/` | ❌ | 输出模板（CSS/HTML） |\n| `config/` | ❌ | 配置示例 |\n\n详见 [插件开发指南](docs/plugin-development.md)。\n\n## 🤝 贡献\n\n欢迎贡献新插件或改进现有插件！\n\n1. Fork 本仓库\n2. 复制 `plugins/_template/` 作为起点\n3. 开发并测试你的插件\n4. 提交 Pull Request\n\n详见 [贡献指南](CONTRIBUTING.md)。\n\n## 📄 License\n\n[MIT License](LICENSE) — 自由使用、修改和分发。\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ for the AI coding community\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuhao1024%2Fopen-skills","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliuhao1024%2Fopen-skills","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuhao1024%2Fopen-skills/lists"}