SkillHub

omadeus

v1.0.1

Manage Omadeus entities via the Omadeus REST API.

Sourced from ClawHub, Authored by mohammadsheikhian

Installation

Please help me install the skill `omadeus` from SkillHub official store. npx skills add mohammadsheikhian/omadeus

Omadeus Skill

Manage Omadeus entities directly from Clawdbot.

Usage

All commands use curl to hit the omadeus REST API.

List nuggets

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

curl -X LIST -s "https://milestone.xeba.ir/dolphin/apiv1/nuggetviews?take=25&zone=inbox&kind=!task"