Что такое widget-generator?
Создавайте настраиваемые плагины виджетов для системы каналов Prompts.chat. Источник: f/prompts.chat.
Создавайте настраиваемые плагины виджетов для системы каналов Prompts.chat.
Быстро установите AI-навык widget-generator в вашу среду разработки через командную строку
Источник: f/prompts.chat.
This skill guides creation of widget plugins for prompts.chat. Widgets are injected into prompt feeds to display promotional content, sponsor cards, or custom interactive components.
| Widget ID | ✅ | Unique identifier (kebab-case, e.g., my-sponsor) | | Widget Name | ✅ | Display name for the plugin | | Rendering Mode | ✅ | standard or custom | | Sponsor Info | ❌ | Name, logo, logoDark, URL (for sponsored widgets) |
| Widget not showing | Check shouldInject logic, verify registration in index.ts | | TypeScript errors | Ensure imports from ./types, check sponsor object shape | | Styling issues | Use Tailwind classes, match existing widget patterns | | Position wrong | Remember positions are 0-indexed, check repeatEvery value |
Стабильные поля и команды для ссылок в AI/поиске.
npx skills add https://github.com/f/prompts.chat --skill widget-generatorСоздавайте настраиваемые плагины виджетов для системы каналов Prompts.chat. Источник: f/prompts.chat.
Откройте терминал или инструмент командной строки (Terminal, iTerm, Windows Terminal и т.д.) Скопируйте и выполните эту команду: npx skills add https://github.com/f/prompts.chat --skill widget-generator После установки навык будет автоматически настроен в вашей AI-среде разработки и готов к использованию в Claude Code, Cursor или OpenClaw
https://github.com/f/prompts.chat