Differences
This shows you the differences between two versions of the page.
| |
| skill:wiki-editor [2026/04/21 18:09] – Create wiki editor skill page gwyntel | skill:wiki-editor [2026/04/21 22:43] (current) – Fix gist URL to use raw URL format gwyntel |
|---|
| Self-updating skill for editing the Organic community wiki via JSON-RPC API. | Self-updating skill for editing the Organic community wiki via JSON-RPC API. |
| |
| **Skill:** [[https://gist.github.com/supermeap123/af775c3d800f9a8914d9ba9bd1576894|Gist]] | **Wiki:** [[https://organic.eris.host]] | **Support:** Contact Kat/Xenofembutch on [[https://discord.gg/9sfuT7BJfE|Discord]] | **Skill:** [[https://gist.githubusercontent.com/gwyntel-git/af775c3d800f9a8914d9ba9bd1576894/raw/organic-wiki-editor-skill.md|Gist]] | **Wiki:** [[https://organic.eris.host]] | **Support:** Contact Kat/Xenofembutch on [[https://discord.gg/9sfuT7BJfE|Discord]] |
| |
| <WRAP center round important>Wiki administrators must enable API access for your account before you can use this skill. The API is not available to all users by default. Contact the wiki admins (Kat/Xenofembutch on Discord) to request API write access.</WRAP> | <WRAP center round important>Wiki administrators must enable API access for your account before you can use this skill. The API is not available to all users by default. Contact the wiki admins (Kat/Xenofembutch on Discord) to request API write access.</WRAP> |
| |
| <code> | <code> |
| Load organic-wiki-editor skill. Source: https://gist.githubusercontent.com/supermeap123/af775c3d800f9a8914d9ba9bd1576894/raw | Load organic-wiki-editor skill. Source: https://gist.githubusercontent.com/gwyntel-git/af775c3d800f9a8914d9ba9bd1576894/raw/organic-wiki-editor-skill.md |
| |
| This skill provides: | This skill provides: |
| |
| <code bash> | <code bash> |
| curl -s "https://gist.githubusercontent.com/supermeap123/af775c3d800f9a8914d9ba9bd1576894/raw" > /path/to/skill.md | curl -s "https://gist.githubusercontent.com/gwyntel-git/af775c3d800f9a8914d9ba9bd1576894/raw/organic-wiki-editor-skill.md" > /path/to/skill.md |
| </code> | </code> |
| |