Wraps the Denario framework to automate the scientific research
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill denario-skill --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Denario Skill?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-denario-skill)More formats (shields.io, HTML) on the badges page.
---
name: Denario Skill
description: Wraps the Denario framework to automate the scientific research
process. Handles environment setup and Z.ai integration automatically.
---
# Denario Skill
Wraps the **Denario** framework to automate the scientific research process. Handles environment setup and Z.ai integration automatically.
**Engine:** `scripts/wrapper.sh`
**Working Directory:** `./` (Skill Root)
---
## Trigger Phrases
| Phrase | Action |
|--------|--------|
| **"Denario idea"** | Generate research ideas (Maker/Hater loop). |
| **"Denario methods"** | Develop methodology. |
| **"Denario results"** | Generate results and analysis. |
| **"Denario paper"** | Compile full paper. |
| **"Denario citations"** | Manage citations. |
---
## Usage Guide
### 1. Generating an Idea
> **User:** "Denario idea"
> **Bot:** Runs the wrapper script to execute `test_denario.py`. First run will auto-install dependencies.
### 2. Full Pipeline
> **User:** "Denario methods", then "Denario results", then "Denario paper"
> **Bot:** Progresses through the research stages.
---
## Configuration
**API Key Required:**
You must set your Z.ai/Zhipu API key in Clawdbot's environment:
```bash
clawdbot config set env.OPENAI_API_KEY <your-key>
```
**Environment:**
Creates and manages a virtualenv at `~/.denario_skill_env` automatically.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!