·widget-generator
</>

widget-generator

Generate customizable widget plugins for the prompts.chat feed system

27Installs·2Trend·@f

Installation

$npx skills add https://github.com/f/awesome-chatgpt-prompts --skill widget-generator

How to Install widget-generator

Quickly install widget-generator AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/f/awesome-chatgpt-prompts --skill widget-generator
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: f/awesome-chatgpt-prompts.

SKILL.md

View raw

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 |

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/f/awesome-chatgpt-prompts --skill widget-generator
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from f/awesome-chatgpt-prompts

Quick answers

What is widget-generator?

Generate customizable widget plugins for the prompts.chat feed system Source: f/awesome-chatgpt-prompts.

How do I install widget-generator?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/f/awesome-chatgpt-prompts --skill widget-generator Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/f/awesome-chatgpt-prompts

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-25