AIAny
AI Agent2025
Icon for item

Scientific Agent Skills

Provides 134 ready-to-use Agent Skills that let AI agents execute multi-step scientific workflows (bioinformatics, cheminformatics, imaging, clinical research). Each skill includes curated docs and examples plus unified access to 100+ scientific databases and common Python packages — for agents that support the Agent Skills standard.

Introduction

Most AI coding agents can run code, but reliably bridging hundreds of domain-specific scientific libraries, databases, and workflows remains the biggest friction when using agents for real research. This repository treats those integrations as first-class "skills": packaged, documented, and example-driven capabilities that an agent can discover and call, reducing time spent wiring APIs, parsing docs, and reimplementing glue code.

What Sets It Apart
  • Standard-first skill packaging: skills follow the open Agent Skills specification so they can be used across different agent runtimes. So what: portability means you can switch agent frontends without rewriting the integrations.
  • Breadth + focus on reproducibility: 134 skills covering genomics, cheminformatics, imaging, materials, and more, plus a unified database-lookup layer for 78+ public sources. So what: common queries (e.g., PubChem/UniProt/ClinicalTrials) become consistent, documented calls rather than brittle one-off scrapes.
  • Curated SKILL.md + examples: each skill provides usage examples, expected inputs/outputs, and dependency notes. So what: agents produce more reliable code because they follow explicit, reviewed patterns instead of ad-hoc prompts.
  • Security-aware but not automatic: repository authors run automated scanners and review contributions, and the README highlights risks. So what: usable for automation, but you must review and sandbox skills that will execute code or network requests.
Who it’s for — and trade-offs

Great fit if you want an agent to orchestrate scientific analyses across domains (e.g., sequence analysis → model training → literature search) and you have an Agent Skills–compatible runtime and control over dependency installation. It speeds prototyping and reduces integration work.

Look elsewhere if you need a turnkey hosted compute environment out of the box (this repo supplies skills and examples, not guaranteed cloud GPUs), if you cannot vet third-party code for security, or if your agent runtime does not implement the Agent Skills discovery/execution model.

Where it fits

Treat this repository as an enablement layer: it converts domain expertise (APIs, packages, query patterns) into discoverable agent actions. Combine it with a secure agent runtime and appropriate compute (local or cloud) to run production-grade scientific workflows.

Information

  • Websitegithub.com
  • AuthorsK-Dense Inc.
  • Published date2025/10/19

Categories

More Items

Turns fragile, implicit search progress into explicit, persistent, shared state for multi-agent information seeking — externalizes progress as Frontier Task, Evidence Graph, Coverage Map and Failure Memory, and uses pipeline-parallel scheduling plus a middleware harness to avoid repeated failed searches and improve utilization and throughput.

GitHub
AI Agent2026

Provides a lightweight Python harness that turns LLMs into working agents with tool-use, skills, persistent memory, permission controls and multi-agent coordination. Ships with a CLI/React TUI, 43+ built-in tools, a plugin/skill system and the ohmo personal-agent for chat gateways. Best for developers prototyping agent workflows and multi-agent experiments.

GitHub
AI Client2025

Turns Chromium into a local-first AI browser with an embedded assistant that can summarise pages, extract structured data, automate web tasks, and run scheduled agents. Built as an open-source Chromium fork with 53+ built-in browser tools, 40+ app integrations, and support for BYO AI keys or fully local models (Ollama / LM Studio).