database-lookup
仓库创建 2025年10月20日最近提交 5 小时前SkillHot 收录 20 天前
▸ 精选理由
适合需要权威数据出处与可复现检索的科学/监管/财务场景,非常实用。
▸ 风险提示
会调用外部 API,需管理凭据、速率限制与数据使用授权。
这个 Skill 做什么
可对 78 个公共数据库进行可复现、带溯源的 API 查询与结果验证。
对接并查询 78 个有文档的公共数据库 API,按端点、过滤和分页做可复现的检索,并返回带溯源的结果。适合在需要权威的科学、监管或金融数据、不能靠模型记忆时使用。特点是限定调用范围、验证数量并附上足够的 provenance,方便别人重复验证你的查询。
▸ 展开 SKILL.md 英文原文
Query documented public database APIs with explicit endpoints, filters, pagination, and provenance. Use when a scientific, regulatory, financial, or other database-backed fact must be retrieved reproducibly from a named source rather than inferred from general knowledge.
3.2w
Stars
3.2k
Forks
40
仓库内 Skill
+1.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K-Dense-AI/scientific-agent-skills/main/skills/database-lookup/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K-Dense-AI/scientific-agent-skills/main/skills/database-lookup/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Database Lookup This skill catalogs 78 public databases with documented API access patterns. Your job is to turn the user's intent into a reproducible retrieval: select the authoritative database(s), make bounded and rate-limited API calls, verify counts when completeness matters, and return results with enough provenance that another agent or human can repeat the lookup. For complex biomedical retrievals, assume small filtering differences can change downstream conclusions. Prefer deterministic APIs, explicit identifiers, exhaustive pagination, and auditable logs over broad searching or plausible summaries. ## Core Workflow 1. **Define the retrieval contract** — Identify the target en
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有