Organic

Differences

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

Link to this comparison view

skill:wiki-editor [2026/04/21 18:09] – Create wiki editor skill page gwyntelskill:wiki-editor [2026/04/21 22:43] (current) – Fix gist URL to use raw URL format gwyntel
Line 3: Line 3:
 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>
Line 122: Line 122:
  
 <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:
Line 138: Line 138:
  
 <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>