Co-Pilot / 辅助式
更新于 a month ago

opc-skills

RReScienceLab
0.0k
resciencelab/opc-skills
80
Agent 评分

💡 摘要

OPC技能为独立创业者和独立黑客提供了一系列自动化技能,供AI代理使用。

🎯 适合人群

希望自动化任务的独立创业者开发软件的独立黑客需要快速解决方案的自由职业者寻求效率的小企业主希望增强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 twitter and reddit
  • 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:

  1. Create a folder in skills/ with your skill name
  2. Add a SKILL.md file with YAML frontmatter
  3. (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

  1. Fork this repository
  2. Create a new skill folder in skills/
  3. Add a SKILL.md with proper frontmatter
  4. Submit a pull request

License

Apache 2.0

五维分析
清晰度8/10
创新性8/10
实用性9/10
完整性8/10
可维护性7/10
优缺点分析

优点

  • 适用于各种任务的广泛技能
  • 简单的安装过程
  • 支持多种AI工具
  • 自包含的技能结构

缺点

  • 某些技能有依赖关系
  • 关于创建新技能的文档有限
  • 可能需要熟悉命令行
  • 并非所有技能对每个用户都相关

相关技能

pytorch

S
toolCode Lib / 代码库
92/ 100

“它是深度学习的瑞士军刀,但祝你好运能从47种安装方法里找到那个不会搞崩你系统的那一个。”

agno

S
toolCode Lib / 代码库
90/ 100

“它承诺成为智能体领域的Kubernetes,但得看开发者有没有耐心学习又一个编排层。”

nuxt-skills

S
toolCo-Pilot / 辅助式
90/ 100

“这本质上是一份组织良好的小抄,能把你的 AI 助手变成一只 Nuxt 框架的复读机。”

免责声明:本内容来源于 GitHub 开源项目,仅供展示和评分分析使用。

版权归原作者所有 ReScienceLab.