Install
openclaw skills install denario-skillAutomates scientific research by generating ideas, methodology, results, papers, and citations using the Denario framework with Z.ai integration.
openclaw skills install denario-skillWraps 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)
| 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. |
User: "Denario idea" Bot: Runs the wrapper script to execute
test_denario.py. First run will auto-install dependencies.
User: "Denario methods", then "Denario results", then "Denario paper" Bot: Progresses through the research stages.
API Key Required: You must set your Z.ai/Zhipu API key in Clawdbot's environment:
clawdbot config set env.OPENAI_API_KEY <your-key>
Environment:
Creates and manages a virtualenv at ~/.denario_skill_env automatically.