Manage Omadeus entities via the Omadeus REST API.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add modbender/skill-library-mcp --skill omadeus --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Omadeus?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/modbender-omadeus)More formats (shields.io, HTML) on the badges page.
---
name: omadeus
description: Manage Omadeus entities via the Omadeus REST API.
homepage: https://omadeus.com/
metadata: {"clawdbot":{"emoji":"📋"}}
---
# Omadeus Skill
Manage Omadeus entities directly from Clawdbot.
## Usage
All commands use curl to hit the omadeus REST API.
### List nuggets
```bash
curl -X LIST -s "https://milestone.xeba.ir/dolphin/apiv1/nuggetviews?take=25&zone=inbox&kind=!task"
```
## Notes
- you should use the custome method names in API calls like that 'list', 'create' ...
- entities can be found in the omadeus URL or via the list commands
- The API key and token provide full access to your Trello account - keep them secret!
- Rate limits: 300 requests per 10 seconds per
- endpoints are limited to 100 requests per 900 seconds
## Examples
```bash
curl -X LIST -s "https://milestone.xeba.ir/dolphin/apiv1/nuggetviews?take=25&zone=inbox&kind=!task"
```
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!