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:08] – update skill page as reference and then put the real skill in gh 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 querying Synthetic.new API and Organic wiki. Works with any agent harness (Hermes, Pi, Zed, etc).+Self-updating skill for Synthetic.new API Organic wiki.
  
-**Author:** GwynTel™ (supermeap123 on github) +**Skill:** [[https://gist.github.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2|Gist]] | **Support:** <hi@synthetic.new> **Discord:** [[https://synthetic.new/discord]]
- +
-**Skill URL:** https://gist.github.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2 +
- +
-**Support:** <hi@synthetic.new> +
- +
-**Community:** [[https://synthetic.new/discord|Discord]] +
- +
-===== What It Does ===== +
- +
-  * Query Synthetic.new API (models, completions, quotas, search) +
-  * Fetch Organic wiki pages programmatically +
-  * Self-updates from gist source +
- +
-===== Quick Install ===== +
- +
-**For Hermes Agent:** +
- +
-Ask your agent: +
- +
-<code> +
-Install skill from gist: https://gist.github.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2 +
-</code> +
- +
-Or if using Hermes CLI: +
- +
-<code bash> +
-# Download raw skill +
-mkdir -p ~/.hermes/skills/research/synthetic-api +
-curl -s "https://gist.githubusercontent.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2/raw"+
-  > ~/.hermes/skills/research/synthetic-api/SKILL.md +
- +
-# Enable skill +
-hermes skills enable synthetic-api +
-</code> +
- +
-**For Other Agents:** +
- +
-Tell your agent to fetch and load this skill: +
- +
-<code> +
-Fetch https://gist.githubusercontent.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2/raw and use as skill definition for Synthetic.new API queries. +
-</code>+
  
 ===== Agent Prompt ===== ===== Agent Prompt =====
  
-Copy-paste this to any agent to bootstrap the skill:+Copy-paste to any agent:
  
 <code> <code>
Line 64: Line 22:
 </code> </code>
  
-===== Self-Updating =====+===== Install =====
  
-Skill checks ''source_url'' field before critical operationsAgent auto-fetches latest from gist.+Download to ''~/.hermes/skills/research/synthetic-api/SKILL.md'' or equivalent path for your agent.
  
-Manual sync:+===== 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>
  
-===== See Also =====+===== Related Skills =====
  
-  * [[https://dev.synthetic.new/docs/api/overview|Official API Docs]] +  * **[[:skill:wiki-editor]]** — Edit the wiki via JSON-RPC API (requires admin-enabled API access) 
-  * [[https://synthetic.new/pricing|Pricing]] +  * **[[:skill:wiki-viewer]]** — Browse and read wiki pages (no auth needed)
-  * [[https://synthetic.new/discord|Community Discord]]+