💡 摘要
OPC技能为独立创业者和独立黑客提供了一系列自动化技能,供AI代理使用。
🎯 适合人群
🤖 AI 吐槽: “这是一个AI技能的工具箱,但别指望它能修理你的咖啡机。”
自述文件暗示了潜在的风险,例如依赖性漏洞和通过API调用的网络访问。为了减轻风险,确保定期更新依赖项并验证API响应。
OPC Skills
What are Skills?
Skills are folders of instructions, scripts, and resources that AI agents load dynamically to improve performance on specialized tasks. Each skill is self-contained with a SKILL.md file containing instructions and metadata.
For more information about the Agent Skills standard, see agentskills.io.
Included Skills
| | Skill | Description | |:---:|-------|-------------| | | requesthunt | Research user demand from Reddit, X, and GitHub | | | domain-hunter | Find domains, compare registrar prices, and discover promo codes | | | logo-creator | Create logos with AI, crop, remove background, export as SVG | | | banner-creator | Create banners for GitHub, Twitter, LinkedIn, etc. | | | nanobanana | Generate images using Gemini 3 Pro Image (Nano Banana Pro) | | | reddit | Search and retrieve content from Reddit via the public JSON API | | | twitter | Search and retrieve content from Twitter/X via twitterapi.io | | | producthunt | Search Product Hunt posts, topics, users, and collections | | | seo-geo | SEO & GEO optimization for AI search engines (ChatGPT, Perplexity, Google) |
Quick Install
Install with one command - works with Claude Code, Cursor, Windsurf, Droid, and 12+ other AI tools:
# Install all skills npx skills add ReScienceLab/opc-skills # Install specific skill npx skills add ReScienceLab/opc-skills --skill reddit # Install to specific agent npx skills add ReScienceLab/opc-skills -a droid
Browse and discover skills at skills.sh 🎯
Skills with Dependencies
Some skills require other skills to function properly:
- domain-hunter → requires
twitterandreddit - logo-creator → requires
nanobanana - banner-creator → requires
nanobanana
Install them together:
npx skills add ReScienceLab/opc-skills --skill reddit --skill twitter --skill domain-hunter
Supported AI Tools
OPC Skills work with 16+ AI coding agents via npx skills add:
- Claude Code - Desktop app for AI-assisted coding
- Cursor - AI-first code editor
- Factory Droid - AI software engineering agent
- Windsurf - AI-powered IDE
- OpenCode - Open-source AI coding assistant
- Codex - AI code generation tool
- GitHub Copilot - AI pair programmer
- Gemini CLI - Command-line AI assistant
- Goose - Terminal-based AI agent
- Kilo Code - Lightweight AI coding tool
- Roo Code - AI code assistant
- Trae - AI development companion
- And more...
See the full compatibility list for all supported tools.
Creating New Skills
See the template in ./template/ directory for the basic structure:
- Create a folder in
skills/with your skill name - Add a
SKILL.mdfile with YAML frontmatter - (Optional) Add scripts, examples, or other resources
Required fields in SKILL.md:
--- name: my-skill-name description: A clear description of what this skill does and when to use it ---
For detailed guidance, check out existing skills or visit the Agent Skills specification.
Contributing
- Fork this repository
- Create a new skill folder in
skills/ - Add a
SKILL.mdwith proper frontmatter - Submit a pull request
License
Apache 2.0
优点
- 适用于各种任务的广泛技能
- 简单的安装过程
- 支持多种AI工具
- 自包含的技能结构
缺点
- 某些技能有依赖关系
- 关于创建新技能的文档有限
- 可能需要熟悉命令行
- 并非所有技能对每个用户都相关
相关技能
免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。
版权归原作者所有 ReScienceLab.
