Skills Plugins MCP Prompt Model 博客 我的中心

scientific-agent-skills

Skills de IA para investigación científica — papers, datos, análisis, herramientas de investigación.

DeepseekModel Curated skill Quality Good · 48 v1.0.0

Get

https://deepseekmodel.com/api/download.php?id=ntizar-ntizarbrainmastermind-skills-ia-scientific-agent-skills-skill-md&format=skill
Download .skill Standard format with system_prompt and model_config, ready for any agent framework
The actual content of the system_prompt field in the .skill file.
name scientific-agent-skills description Skills de IA para investigación científica — papers, datos, análisis, herramientas de investigación. version 1.0.0 tags ["AI","research","scientific","papers","data","analysis"] Scientific Agent Skills Resumen Skills de IA para investigación científica — papers, datos, análisis. 28k⭐. Repo de referencia GitHub: github.com/K-Dense-AI/scientific-agent-skills Lenguaje: Markdown/Python Licencia: MIT Instalación git clone https://github.com/K-Dense-AI/scientific-agent-skills.git cd scientific-agent-skills Skills Incluidos Paper Search: Búsqueda en arXiv, PubMed, Semantic Scholar Data Analysis: Análisis estadístico con Python Citation Management: Gestión de referencias Literature Review: Automatización de revisiones sistemáticas Hypothesis Testing: Testing de hipótesis con datos Uso Básico # Ejemplo: Buscar papers en arXiv import arxiv search = arxiv.Search( query= "transformer attention mechanism" , max_results= 10 ) for result in search.results(): print ( f" {result.title} " ) print ( f" Authors: { ', ' .join(result.authors)} " ) print ( f" Abstract: {result.summary[: 200 ]} " ) Integración con Mastermind Complementa prisma-systematic-review — skills de investigación Útil para research-paper-writing — búsqueda y análisis Reemplaza búsqueda manual de papers Ideal para llm-wiki — conocimiento científico Pitfalls API limits: arXiv tiene rate limiting (3 requests/segundo) Calidad: Los papers no están curados — verificar fuentes Acceso: Muchos papers requieren suscripción (PDF no disponible) Referencias GitHub: K-Dense-AI/scientific-agent-skills
Keywords that activate this skill. Click one to copy it.

This skill does not provide trigger words.

The downloaded .skill package contains the following fields.
Field Description
formatFormat tag (skill/v1)
skill_idUnique skill ID
nameSkill name
versionVersion
descriptionDescription
categoryCategories (array)
trigger_wordsTrigger words
tagsTags
sourceSource
source_urlSource URL (this page)
exported_atExported at (set per download)
system_promptSystem prompt body
model_configModel config: provider / model / temperature / max_tokens / top_p
examplesExamples
install_guideImport guide for Coze / Dify / Claude / custom frameworks
The same skill can be exported in different platform formats.
.skill Standard format with system_prompt and model_config, ready for any agent framework Download
.skillpro Enhanced format with scripts, tools, dependencies and hooks Download
.json Plain JSON export with system_prompt and model parameters only Download
Coze Markdown with frontmatter, for Coze platform import Download
Dify Dify DSL, import directly after creating an app Download

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。