Commit Graph
13 Commits
Author SHA1 Message Date
jhsandClaude Opus 5 75e99dd0b8 humhub: Umfragen anlegen und auflisten (poll-create / poll-list)
Die Polls-REST-API ist auf der Instanz aktiv, der Skill kannte sie nicht.
Zwei Abweichungen vom Muster der Post-API, die beide in
HTTP 500 'Internal error while save a poll!' enden:

* Der Controller macht $poll->load(Yii::$app->request->post()) — die Felder
  gehoeren unter den Yii-Formnamen 'Poll', nicht unter 'data'.
* Die Optionen heissen beim Anlegen 'newAnswers'; 'answers' ist die Leseform
  und wird beim POST ignoriert.

Beim Lesen ist limit Pflicht: ohne Begrenzung antwortet die Instanz ab etwa
25 Umfragen ebenfalls mit 500.

Quelle: humhub/polls, controllers/rest/PollsController.php + models/Poll.php.
Verifiziert an Space inmedias (Umfrage 36).

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-31 09:24:31 +02:00
skoandClaude Opus 4.8 dc3e6a0c68 redmine: Plugin für Redmine via REST-API hinzufügen
Self-contained redmine.py (me/projects/issues/show/create/update/comment/
meta) mit Namensaufloesung (Projekt/Tracker/Status/Prioritaet). SKILL.md,
plugin.json, Beispiel-Konfig; Eintrag in marketplace.json und README.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-28 09:42:25 +02:00
skoandClaude Opus 4.8 c09ea07d3f klare-sprache: Plugin für klare Sprache (ISO 24495-1:2023) hinzufügen
Neues Skill-Plugin, das Texte nach den Leitprinzipien der ISO 24495-1:2023
(Plain Language) schreibt/überarbeitet: zielgruppen- und prozessorientiert
(finden – verstehen – nutzen). Im marketplace.json registriert.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-08-18 04:54:34 +02:00
skoandClaude Opus 4.8 919cd52bff plugins/einfaches-technisches-deutsch: Schreibstil-Skill (ASD-STE100 auf Deutsch)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-12 06:45:51 +02:00
skoandClaude Opus 4.8 04886d73f5 humhub: fetch-Befehl + space-list/resolve_container ins Plugin
- fetch <content-id|perma-url> [--save]: löst Perma-Links selbst auf
- space-list + resolve_container: container_id akzeptiert Slug/URL/ID
- SKILL.md entsprechend ergänzt

Gleicht das Plugin an die kanonische humhub.py (dokumentierer) an.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-08-05 06:03:41 +02:00
skoandClaude Opus 4.8 437bd1c1ee plugins/grill-me: grill-me als Skill (Plan/Idee gnadenlos durchfragen)
Deutsche Adaption des englischen Originals von Matt Pocock.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-29 08:43:33 +02:00
sko 079226ea43 Merge remote-tracking branch 'origin/main' into feature/mediawiki-plugin
# Conflicts:
#	.claude-plugin/marketplace.json
2026-07-16 10:09:24 +02:00
skoandClaude Opus 4.8 9cee563a81 humhub: Token-Quelle korrigiert (REST-Admin, nur berechtigte Benutzer)
Token gibt es nur als berechtigter Benutzer unter
https://humhub.inmedias.it/rest/admin/index (nicht ueber Benutzereinstellungen).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 10:05:14 +02:00
skoandClaude Opus 4.8 f45d7a3f8f plugins/humhub: humhub.py als Skill (Wiki-Seiten & Posts via REST-API)
Neues Plugin, das HumHub (humhub.inmedias.it) ueber die gevendorte, self-
contained humhub.py (uv run --script; requests+python-dotenv) bedient:
wiki-list/get/update/create, post-list/create/update. Token bleibt lokal
(Umgebungsvariable bzw. dotenv-Datei) - Beispiel-Vorlage beiliegend. SKILL.md
dokumentiert Nutzung. Marketplace-Eintrag ergaenzt.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 10:01:25 +02:00
skoandClaude Opus 4.8 7b44ceafdc plugins/mediawiki: wiki.py als Skill (fetch/update/render, wiki & devwiki)
Neues Plugin, das MediaWiki-Seiten/Templates ueber die gevendorte, self-
contained wiki.py (uv run --script; mwclient+python-dotenv) liest, rendert und
schreibt. Instanzen wiki (Prod) und devwiki via -w. Zugangsdaten bleiben lokal
(Umgebungsvariablen bzw. dotenv-Datei) - Beispiel-Vorlage beiliegend. SKILL.md
dokumentiert Nutzung + Regel "Wiki nur via wiki.py/MCP, nicht Maintenance-Skript".
Marketplace-Eintrag ergaenzt.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-16 09:50:43 +02:00
skoandClaude Opus 4.8 5648bd4551 feat: add humanizer plugin to marketplace (vendored from blader/humanizer)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 04:37:33 +02:00
skoandClaude Opus 4.8 98fb3d5b78 feat: add uv plugin to marketplace
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 03:38:20 +02:00
skoandClaude Opus 4.8 1a1abf5ee6 feat: initial marketplace with gitea-tea plugin
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-08 03:23:59 +02:00