Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| skill [2026/04/11 14:00] – created skill for agents to browse synthetic docs gwyntel | skill [2026/04/21 18:09] (current) – Add links to wiki-editor and wiki-viewer skills gwyntel | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | --- | + | ====== |
| - | name: synthetic-api | + | |
| - | description: | + | |
| - | version: 3.2.0 | + | |
| - | source_url: https:// | + | |
| - | agent_hint: fetch this URL before use for latest version | + | |
| - | --- | + | |
| - | ====== | + | Self-updating skill for Synthetic.new API + Organic wiki. |
| - | Private LLM inference. OpenAI + Anthropic compatible APIs. | + | **Skill:** [[https:// |
| - | **Source:** [[https:// | + | ===== Agent Prompt ===== |
| - | ====== Official Docs ====== | + | Copy-paste to any agent: |
| - | Base: [[https://dev.synthetic.new/docs/api/overview]] | + | < |
| + | Load synthetic-api skill. Source: https://gist.githubusercontent.com/supermeap123/90645e6b65aa5c438bf0413bfe7256d2/raw | ||
| - | **Endpoints:** | + | This skill provides: |
| - | * ''/ | + | - Synthetic.new API endpoints (/models, / |
| - | * '' | + | - Base URLs: https:// |
| - | * '' | + | - Organic wiki fetch: curl -s " |
| - | * ''/ | + | - Page IDs: models, limits, faq, harnesses, harnesses: |
| - | * '' | + | - Discover all: https:// |
| - | * ''/ | + | |
| - | **Base URLs:** | + | Self-update: curl -s "${source_url}" > skill.md |
| - | * OpenAI: '' | + | |
| - | * Anthropic: '' | + | |
| - | + | ||
| - | ====== Organic Wiki (Community) ====== | + | |
| - | + | ||
| - | Base: [[https:// | + | |
| - | + | ||
| - | Community wiki with model guides, harness comparisons, | + | |
| - | + | ||
| - | ===== Fetch ===== | + | |
| - | + | ||
| - | **HTTP (fast):** | + | |
| - | <code bash> | + | |
| - | curl -s "https:// | + | |
| - | </code> | + | |
| - | <code python> | + | |
| - | import requests | + | |
| - | url = f" | + | |
| - | text = requests.get(url, | + | |
| </ | </ | ||
| - | **Scrapling (CF bypass): | + | ===== Install ===== |
| - | <code bash> | + | |
| - | scrapling extract stealthy-fetch " | + | |
| - | </ | + | |
| - | <code python> | + | |
| - | from scrapling.fetchers import StealthyFetcher | + | |
| - | page = StealthyFetcher.fetch(url, | + | |
| - | text = page.text_content | + | |
| - | </ | + | |
| - | Install: | + | Download to '' |
| - | + | ||
| - | ===== Page IDs ===== | + | |
| - | + | ||
| - | Colon namespaces: '' | + | |
| - | + | ||
| - | Discover all: [[https://organic.eris.host/start? | + | |
| - | + | ||
| - | ====== Examples ====== | + | |
| - | + | ||
| - | **List models:** | + | |
| - | <code bash> | + | |
| - | curl -s " | + | |
| - | | + | |
| - | </code> | + | |
| - | + | ||
| - | **Chat:** | + | |
| - | <code bash> | + | |
| - | curl -s " | + | |
| - | -H " | + | |
| - | -H " | + | |
| - | -d '{" | + | |
| - | </ | + | |
| - | ====== Self-Update | + | ===== Self-Update ===== |
| <code bash> | <code bash> | ||
| - | curl -s " | + | curl -s " |
| </ | </ | ||
| - | ====== Refs ====== | + | ===== Related Skills |
| - | * Pricing: | + | * **[[:skill: |
| - | * Discord: | + | * **[[:skill: |