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 |
|---|---|
| format | Format tag (skill/v1) |
| skill_id | Unique skill ID |
| name | Skill name |
| version | Version |
| description | Description |
| category | Categories (array) |
| trigger_words | Trigger words |
| tags | Tags |
| source | Source |
| source_url | Source URL (this page) |
| exported_at | Exported at (set per download) |
| system_prompt | System prompt body |
| model_config | Model config: provider / model / temperature / max_tokens / top_p |
| examples | Examples |
| install_guide | Import guide for Coze / Dify / Claude / custom frameworks |
The same skill can be exported in different platform formats.