OpenSource-Hub

scientific-agent-skills

K-Dense-AI/scientific-agent-skills

面向 AI 智能体的 135 个科学技能集合。

项目简介

本仓库提供 135 个即用型科学技能,覆盖生物信息学、药物发现、材料科学等领域。每个技能包含文档和代码示例,兼容支持 Agent Skills 标准的 AI 智能体。

README 预览

# Scientific Agent Skills\n\n> **🔔 Claude Scientific Skills is now Scientific Agent Skills.** Same skills, broader compatibility — now works with any AI agent that supports the open [Agent Skills](https://agentskills.io/) standard, not just Claude.\n\n> **New: [K-Dense BYOK](https://github.com/K-Dense-AI/k-dense-byok)** — A free, open-source AI co-scientist that runs on your desktop, powered by Scientific Agent Skills. Bring your own API keys, pick from 40+ models, and get a full research workspace with web search, file handling, 100+ scientific databases, and access to all 135 skills in this repo. Your data stays on your computer, and you can optionally scale to cloud compute via [Modal](https://modal.com/) for heavy workloads. [Get started here.](https://github.com/K-Dense-AI/k-dense-byok)\n\n[](LICENSE.md)\n[](#whats-included)\n[](#whats-included)\n[](https://agentskills.io/)\n[](#getting-started)\n[](https://x.com/k_dense_ai)\n[](https://www.linkedin.com/company/k-dense-inc)\n[](https://www.youtube.com/@K-Dense-Inc)\n\nA comprehensive collection of **135 ready-to-use scientific and research skills** (covering cancer genomics, drug-target binding, molecular dynamics, RNA velocity, geospatial science, time series forecasting, scientific ML resource discovery via Hugging Science, 78+ scientific databases, and more) for any AI agent that supports the open [Agent Skills](https://agentskills.io/) standard, created by [K-Dense](https://k-dense.ai). Works with **Cursor, Claude Code, Codex, and more**. Transform your AI agent into a research assistant capable of executing complex multi-step scientific workflows across biology, chemistry, medicine, and beyond.\n\n---\n\nThese skills enable your AI agent to seamlessly work with specialized scientific libraries, databases, and tools across multiple scientific domains. While the agent can use any Python package or API on its own, these explicitly defined skills provide curated documentation and examples that make it signifi

常见问题 (2)

故障排除
为什么'gh skill install'会失败并显示'no skills found'错误?

该错误表明仓库结构不符合预期的技能路径(例如,skills/*/SKILL.md)。对于K-Dense-AI/scientific-agent-skills,通过将所有技能移动到skills/目录已修复此问题。如果仍然看到该错误,请确保仓库使用正确的布局。作为临时解决方案,可以固定一个旧布局有效的特定提交:gh skill install K-Dense-AI/scientific-agent-skills --pin 765a007 --agent claude-code

来源 Issue #174
故障排除
如何解决运行 'gh skill install K-Dense-AI/scientific-agent-skills' 时出现的 'no skills found' 错误?

此错误是由于该仓库最初并非按照 gh skill 发布者的结构进行组织。此后布局已更新,以符合预期的目录模式(skills/*/SKILL.md 等)。要安装技能,请使用:gh skill install K-Dense-AI/scientific-agent-skills/<skill-directory>。例如:gh skill install K-Dense-AI/scientific-agent-skills/bioinformatics。请确保已安装带有 gh skill 扩展的 GitHub CLI,并且 CLI 和此仓库均使用最新版本。

来源 Issue #142