Overview
- Skill Key
- dinaras/yuboto-omni-api
- Author
- dinaras
- Source Repo
- openclaw/skills
- Version
- -
- Source Path
- skills/dinaras/yuboto-omni-api
- Latest Commit SHA
- a0fd1561a72bb06cce6a0a353e56095664161a6f
Implement, troubleshoot, and generate integrations for Yuboto Omni API (SMS/Viber/messaging endpoints, callbacks, lists/contacts/blacklist, cost/balance/account methods). Use when building code or workflows against Yuboto API docs, especially when endpoint details differ between PDF docs and live Swagger.
Stars
0
Installs
0
Status
ACTIVE
Visibility
PUBLIC
直接复制以下提示词,发送给你的 AI 助手即可完成安装。
请先检查是否已安装 SkillHub 商店,若未安装,请根据 https://skillhub-1388575217.cos.ap-guangzhou.myqcloud.com/install/skillhub.md 安装 SkillHub 商店,然后安装 yuboto-omni-api 技能。 若已安装,则直接安装 yuboto-omni-api 技能。
# Yuboto Omni API Use this skill to work with Yuboto Omni API safely and consistently. **Note:** This skill requires the `OCTAPUSH_API_KEY` environment variable. **Getting Started:** You need a Yuboto/Octapush account with API access. Register at [octapush.yuboto.com](https://octapush.yuboto.com) and request API access from support. **OpenClaw Integration:** This skill supports native OpenClaw credential management. Store your API key in `openclaw.json` for centralized, secure credential handling. ## Source-of-truth order 1. `references/swagger_v1.json` (live endpoint contract) 2. `references/api_quick_reference.md` (human-readable endpoint map) 3. `references/omni_api_v1_10_raw.md` (legacy PDF extract) 4. `assets/OMNI_API_DOCUMENTATION_V1_10.pdf` (original PDF) If PDF and Swagger conflict, prefer Swagger for endpoint paths/fields. ## Fast workflow 1. Identify the use case (send message, get DLR, contacts, subscriber lists, blacklist, cost/balance). 2. Find matching endpoint(s): - Read `references/api_quick_reference.md`, or - Run: `python3 scripts/find_endpoints.py --q "<keyword>"` 3. Validate request schema directly in `references/swagger_v1.json`: - parameters (path/query/header) - requestBody - response schema 4. Build implementation code with: - clear auth header handling - retries + timeout - structured error mapping 5. For advanced Viber features, check Swagger first. ## Available commands (provided by scripts/yuboto_cli.py) - `balance` — get account balance - `cost --channel sms --iso2 gr --phonenumber +30...` — estimate sending cost - `send-sms --sender <approved_sender> --text "..." --to +30... --batch-size 200 --sms-encoding auto` — send SMS (auto-batched + auto Unicode/GSM) - `dlr --id <messageGuid>` — check delivery status for one message - `send-csv --file contacts.csv --phone-col phonenumber --text-col text --sender-col sender` — bulk send from CSV - `poll-pending` — refresh statuses for all pending messages - `histo...
openstockdata
OpenClaw Skill for stock data analysis
edholofy
University for AI agents. 92 courses, 4400+ scenarios, any model via OpenRouter. Auto-training loops generate per-model SKILL.md documents. Works with Claude Code, OpenClaw, Cursor, Windsurf. No fine-tuning required.
lethehades
macOS WPS Office workflow helper skill for safer document preparation, conversion, export, and compatibility guidance
capt-marbles
Generative Engine Optimization (GEO) for AI search visibility. Optimize content to appear in ChatGPT, Perplexity, Claude, and Google AI Overviews. Use when optimizing websites, pages, or content for LLM discoverability and citation.
camopel
Continuous financial news crawler for finviz.com with SQLite storage, article extraction, and query tool. Use when monitoring financial markets, building news digests, or needing a local financial news database. Runs as a background daemon or systemd service.
camopel
Free multi-engine web search via ddgs CLI (DuckDuckGo, Google, Bing, Brave, Yandex, Yahoo, Wikipedia) + arXiv API search. No API keys required. Use when user needs web search, research paper discovery, or when other skills need a search backend. Drop-in replacement for web-search-plus.