Organic

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
skill [2026/04/11 14:09] gwyntelskill [2026/04/21 18:09] (current) – Add links to wiki-editor and wiki-viewer skills gwyntel
Line 1: Line 1:
 ====== Synthetic API Skill ====== ====== Synthetic API Skill ======
  
-Self-updating skill for Synthetic.new API + Organic wiki. Any agent harness.+Self-updating skill for Synthetic.new API + Organic wiki.
  
 **Skill:** [[https://gist.github.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2|Gist]] | **Support:** <hi@synthetic.new> | **Discord:** [[https://synthetic.new/discord]] **Skill:** [[https://gist.github.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2|Gist]] | **Support:** <hi@synthetic.new> | **Discord:** [[https://synthetic.new/discord]]
  
-===== Install =====+===== Agent Prompt =====
  
-<code bash> +Copy-paste to any agent:
-mkdir -p ~/.hermes/skills/research/synthetic-api +
-curl -s "https://gist.githubusercontent.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2/raw" > ~/.hermes/skills/research/synthetic-api/SKILL.md +
-hermes skills enable synthetic-api +
-</code>+
  
-**Agent prompt:** 
 <code> <code>
-Load skill from https://gist.githubusercontent.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2/raw+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
 </code> </code>
  
-===== Self-Update =====+===== Install =====
  
-Skill auto-fetches from ''source_url'' before useManual:+Download to ''~/.hermes/skills/research/synthetic-api/SKILL.md'' or equivalent path for your agent. 
 + 
 +===== Self-Update =====
  
 <code bash> <code bash>
-curl -s "https://gist.githubusercontent.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2/raw" > skill.md+curl -s "https://gist.githubusercontent.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2/raw"/path/to/skill.md
 </code> </code>
 +
 +===== 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)