From listonic-plugin
Instalacja i konfiguracja pluginu Listonic — instaluje CLI przez uv tool, zapisuje credentials i weryfikuje logowanie. Wyzwalacze: "skonfiguruj listonic", "zaloguj do listonic", "instalacja listonic".
How this skill is triggered — by the user, by Claude, or both
Slash command
/listonic-plugin:listonic-setupThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Zainstaluj CLI: `uv tool install git+https://github.com/lutencjusz/listonic-plugin.git`
uv tool install git+https://github.com/lutencjusz/listonic-plugin.gitlistonic login (poda email + hasło interaktywnie).listonic lists --unchecked --json — powinno zwrócić listy.Skill listonic-history zrzuca odhaczone pozycje do vaultu Obsidian. Wskaż go raz w
~/.listonic/config.json: {"vault_path": "/sciezka/do/Vault"}. Bez tego komendy
sync-history/popular zgłoszą brak vault_path; zwykłe lists/add/check działają bez niego.
CLI używa wyłącznie provider=password (email + wewnętrzne hasło Listonic) — nie obsługuje OAuth Google. Jeśli użytkownik loguje się do Listonic „przez Google":
listonic login z emailem Google + nowym hasłem Listonic.~/.listonic/config.json — poza vaultem, nigdy nie commitować ani nie wypisywać.Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub lutencjusz/listonic-plugin --plugin listonic-plugin