====== Synthetic API Skill ====== Self-updating skill for Synthetic.new API + Organic wiki. **Skill:** [[https://gist.github.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2|Gist]] | **Support:** | **Discord:** [[https://synthetic.new/discord]] ===== Agent Prompt ===== Copy-paste to any agent: Load synthetic-api skill. Source: https://gist.githubusercontent.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2/raw This skill provides: - Synthetic.new API endpoints (/models, /chat/completions, /quotas, /search) - Base URLs: https://api.synthetic.new/openai/v1 and /anthropic/v1 - Organic wiki fetch: curl -s "https://organic.eris.host/doku.php?id={page}&do=export_raw" - Page IDs: models, limits, faq, harnesses, harnesses:pi:tips, etc - Discover all: https://organic.eris.host/start?do=index Self-update: curl -s "${source_url}" > skill.md ===== Install ===== Download to ''~/.hermes/skills/research/synthetic-api/SKILL.md'' or equivalent path for your agent. ===== Self-Update ===== curl -s "https://gist.githubusercontent.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2/raw" > /path/to/skill.md ===== Related Skills ===== * **[[:skill:wiki-editor]]** — Edit the wiki via JSON-RPC API (requires admin-enabled API access) * **[[:skill:wiki-viewer]]** — Browse and read wiki pages (no auth needed)