Skills from clawhub.ai/lxgicstudios

147 skills available

webhook-gen
This skill generates production-ready webhook handler code (Express/Next.js) with signature verification, idempotency, and retry utilities. It invokes the `openai` SDK via `openai.chat.completions.create`, requires `OPENAI_API_KEY`, and is run with `npx ai-webhook` which writes output to `path.resolve(options.output)`.
Verified
0 installs
xfetch
This skill is a CLI X/Twitter scraper for fetching tweets, profiles, searches, and timelines, installable via `npm install -g xfetch-cli`. It instructs storing/using `auth_token` and `ct0` and running `xfetch` commands that make network requests to `https://x.com/user/status/123456789` and references `https://github.com/LXGIC-Studios/xfetch`.
Review
0 installs
prefetcher
AI suggests routes and data to prefetch for better UX. Use when optimizing navigation performance.
Verified
0 installs
validator-gen
Generate Zod and Yup validation schemas from TypeScript types. Use when you need runtime validation that matches your types.
Verified
0 installs
vercel-config-gen
Generate optimized Vercel configuration. Use when deploying to Vercel.
Verified
0 installs
api-docs-gen
Generate API documentation from route files. Use when you need markdown or OpenAPI specs fast.
Verified
0 installs
csp-gen
Generate Content Security Policy headers for your site. Use when you need to add CSP headers without spending hours reading the spec.
Verified
0 installs
dockerfile-gen
Generate optimized Dockerfiles for any project
Verified
0 installs
e2e-gen
Generate Playwright/Cypress E2E tests from user flows
Verified
0 installs
pr-desc
Generate PR descriptions from your changes
Verified
0 installs
sql-check
Analyze SQL queries for performance and security issues
Verified
0 installs
csvkit-next-advanced-csv-toolkit
Transform, filter, merge, validate, and analyze CSV files. Zero dependencies. Powerful CSV processing from command line. Free CLI tool.
Verified
0 installs
cors-gen
Generate CORS configuration for your stack. Use when cross-origin requests are blocked.
Verified
0 installs
docker-writer
Scan your project and generate an optimized Dockerfile. Use when you need to containerize fast.
Verified
0 installs
data-transform-gen
Generates ETL and data-transformation Node.js scripts using an AI model. The tool requires `OPENAI_API_KEY`, invokes the `openai` SDK via `openai.chat.completions.create` (network calls), and is run with `npx ai-data-transform`.
Review
0 installs
snapshot-test
Generate Jest snapshot tests for components
Verified
0 installs
responsive-fix
Make components responsive with proper breakpoints
Verified
0 installs
component-gen
Generate React components from plain English descriptions. Use when you need UI components fast.
Verified
0 installs
changelog-gen
This skill generates changelogs from git history and can write output to `CHANGELOG.md` or another file. It reads `OPENAI_API_KEY`, runs `git` via `git.raw`, and sends commit text to the OpenAI API (`https://platform.openai.com/api-keys`).
Review
0 installs
codemod-gen
Generate codemods for large-scale code changes. Use when refactoring patterns across many files.
Verified
0 installs
comment-gen
Add meaningful inline comments to complex code. Use when documentation is lacking.
Verified
0 installs
landing-gen
Generate a beautiful HTML landing page from your package.json. Use when you need a quick marketing page for your project.
Verified
0 installs
lazy-load-suggester
Identify components that should be lazy loaded. Use when optimizing bundle size.
Verified
0 installs
logger-gen
This CLI generates production-ready structured logging configs for `pino`, `winston`, or `bunyan` (e.g., run `npx ai-logger`). It requires `OPENAI_API_KEY` and calls the OpenAI API via the `openai` SDK, which is purpose-aligned network/credential use.
Verified
0 installs
pitch-gen
Generate startup pitch deck content. Use when fundraising or presenting.
Verified
0 installs
a11y-auditor
Scan HTML and JSX for accessibility issues and get fix suggestions. Use when you need to catch WCAG violations before they hit production.
Verified
0 installs
auth-checker
This skill audits authentication flows and exposes a CLI (e.g., `npx ai-auth-check ./src/auth/`) for scanning project files. It instructs executing that CLI and requires `OPENAI_API_KEY`, implying local command execution plus use of an API key.
Review
0 installs
adr-writer
Generate Architecture Decision Records with AI. Use when documenting technical decisions.
Verified
0 installs
adr-gen
Generate Architecture Decision Records with AI. Use when documenting technical decisions.
Verified
0 installs
coverage-boost
Generate tests to hit uncovered code paths
Verified
0 installs
cron-gen
This skill converts plain English into cron expressions, explains and validates cron syntax. It requires `OPENAI_API_KEY`, and includes example shell commands such as `npx ai-cron-gen "every monday at 3pm"` and links to `https://github.com/lxgicstudios/ai-cron-gen`.
Verified
0 installs
cloudflare-gen
Generate Cloudflare Workers configuration and code. Use when building on the edge.
Verified
0 installs
a11y-checker
Scan HTML and JSX for accessibility issues with AI-powered fix suggestions
Verified
0 installs
code-explain
Explain complex code in plain English
Verified
0 installs
permission-gen
Generate role-based permission systems
Verified
0 installs
mock-data
Generate realistic mock data from TypeScript types
Verified
0 installs
schema-gen
Generate database schemas from descriptions
Verified
0 installs
alias-gen
Dangerous skill that reads `process.env.HISTFILE` (e.g., `~/.zsh_history`) and sends the raw history to OpenAI via `openai.chat.completions.create`. It claims to "filter out commands with sensitive data" while the code embeds and transmits `history` in `userContent`.
Blocked
0 installs
audit-fixer
Analyzes `npm audit` JSON and returns prioritized fix commands using an OpenAI model. It runs `npm audit --json` locally and sends audit data to the OpenAI API, requiring the `OPENAI_API_KEY` environment variable.
Review
0 installs
branch-namer
Generate descriptive git branch names from plain English. Use when you need a branch name that follows conventions.
Verified
0 installs
cache-strategy
Get AI-powered caching strategy suggestions for your API. Use when performance matters.
Verified
0 installs
mock-gen
This skill generates realistic mock data from descriptions, TypeScript types, or JSON schemas. It includes shell examples that run `npx ai-mock-data` and states it "sends it to an AI model", implying external network calls to `https://github.com/LXGIC-Studios` and `https://lxgic.dev`.
Review
0 installs
animation-gen
This skill is a Node CLI that generates CSS and Framer Motion animations from natural language. It reads `OPENAI_API_KEY` via `process.env.OPENAI_API_KEY`, calls `openai.chat.completions.create` to the OpenAI service, and writes output to the path supplied via `fs.writeFileSync(opts.output, code)`.
Verified
0 installs
compound-engineering
Make your AI agent learn and improve automatically. Reviews sessions, extracts learnings, updates memory files, and compounds knowledge over time. Set up nightly review loops that make your agent smarter every day.
Verified
0 installs
ci-gen
Generates GitHub Actions workflows by scanning a project and synthesizing YAML from project files. It sends project file contents to the `openai` API via the `openai` SDK and requires the `OPENAI_API_KEY` environment variable.
Verified
0 installs
core-vitals-fixer
This CLI `ai-core-vitals` scans local source files and sends combined code to OpenAI (`gpt-4o-mini`) to generate Core Web Vitals fixes. It reads files matching `**/*.{js,ts,jsx,tsx,html,css,vue,svelte}` under `./src/` and requires `OPENAI_API_KEY`.
Verified
0 installs
env-typegen-typescript-types-from-env
Generates TypeScript types from a `.env` file and provides CLI installation/usage. It instructs running `npm install -g @lxgicstudios/env-typegen` / `npx @lxgicstudios/env-typegen` and reads environment variables like `API_KEY` and `.env`.
Verified
0 installs
backup-script-gen
Generate database backup scripts with AI. Use when you need automated backups to S3, GCS, or local storage.
Verified
0 installs
form-gen
This skill is a CLI tool that generates React form components by calling the OpenAI API. It requires the `OPENAI_API_KEY` environment variable and makes network requests via the `openai` SDK.
Verified
0 installs
bundle-checker
Analyze bundle size and get AI suggestions to reduce it. Use when your builds are getting bloated.
Verified
0 installs
cron-writer
Convert natural language to cron expressions. Use when you need to schedule tasks.
Verified
0 installs
code-explainer
The skill explains code files in plain English and provides CLI usage such as `npx ai-explain src/utils.ts`. It instructs executing a CLI and explicitly states it `sends the content to an AI model`, causing local file reads and network transmission of the file contents.
Verified
0 installs
coverage-booster
Find untested code paths and generate tests to boost coverage. Use when your test coverage is too low and you need to fill the gaps.
Verified
0 installs
cover-letter-gen
Generate tailored cover letters with AI. Use when applying for jobs.
Verified
0 installs
e2e-writer
Generate Playwright end-to-end tests from a URL or component file. Use when you need e2e test coverage fast.
Verified
0 installs
gitignore-gen
Generate .gitignore by analyzing your project. Use when setting up a new repo.
Verified
0 installs
humanize-cli-ai-text-detection-rewriting
Detect AI-generated text patterns and get fixes. Score detection risk, find AI vocabulary, suggest improvements. Free CLI for writers and content creators.
Verified
0 installs
github-action-gen
This skill generates GitHub Actions workflow YAML from plain English using the OpenAI API. It reads the `OPENAI_API_KEY` (`process.env.OPENAI_API_KEY`) and calls `openai.chat.completions.create`, and can write workflows to `.github/workflows` or to a user-specified `opts.output`.
Verified
0 installs
merge-resolve
AI-powered git merge conflict resolution
Verified
0 installs
sql-gen
Generate SQL queries from natural language
Verified
0 installs
diff-summary
Summarizes git diffs into human-readable PR-ready descriptions and is invoked via `npx ai-diff-summary`. It requires `OPENAI_API_KEY` and includes CLI examples, implying use of external APIs and execution of `npx` commands.
Verified
0 installs
auth-auditor
High-risk skill that runs a remotely fetched package via `npx ai-auth-check` and scans provided code directories such as `src/`, `src/auth/`, `src/middleware/`, and `src/routes/`. It advertises auditing authentication code but includes explicit shell commands like `npx ai-auth-check src/` which download-and-execute external code.
Caution
0 installs
clawdbot-security
High-risk skill: security audit for Clawdbot that reads and writes `~/.clawdbot` and runs shell commands, including piped install scripts like `curl -fsSL https://tailscale.com/install.sh | sh`. It also contacts `ifconfig.me`/`icanhazip.com`, performs `nc` port checks, and instructs setting `CLAWDBOT_GATEWAY_TOKEN` and `CLAWDBOT_DISABLE_BONJOUR` environment variables.
Caution
0 installs
css-to-tailwind
Convert CSS files to Tailwind utility classes. Use when migrating from vanilla CSS to Tailwind.
Verified
0 installs
deps-analyzer
This CLI audits a project's `package.json` for unused and outdated dependencies and can auto-remove them via `npx ai-deps`. It executes shell commands such as `npm uninstall`, sends dependency data to OpenAI via `openai.chat.completions.create`, and requires the `OPENAI_API_KEY` env var.
Review
0 installs
dark-mode
This skill is a CLI tool that scans frontend components and uses the OpenAI SDK to generate dark-mode variants. It requires the `OPENAI_API_KEY` env var, includes commands like `npx ai-dark-mode ./src/components/Button.tsx`, and calls `openai.chat.completions.create` to submit file contents.
Verified
0 installs
diagram-gen
This skill generates Mermaid diagrams from a codebase and calls OpenAI via `openai.chat.completions.create`. It reads source files, requires `OPENAI_API_KEY`, and is invoked with `npx ai-diagram ./src/`.
Verified
0 installs
dark-mode-gen
This CLI tool (`npx ai-dark-mode ./src/components/Card.tsx` / `npx ai-dark-mode ./src/components/`) uses the OpenAI client to add dark mode to components. It requires the `OPENAI_API_KEY` env var and sends file contents to the OpenAI client (`openai.chat.completions.create`), resulting in external network calls.
Verified
0 installs
env-sync
Generate .env.example from your .env files. Use when onboarding developers.
Verified
0 installs
email-template-gen
Generates responsive email templates (HTML, React, MJML) via a CLI. The tool requires the `OPENAI_API_KEY` environment variable and makes network requests using the `openai` client.
Verified
0 installs
diff-summarizer
This skill generates human-readable summaries of git diffs via `npx ai-diff-summary`. It runs `git diff` locally and sends the diff output to an AI model (network transmission), which involves executing shell commands and transmitting repository content.
Review
0 installs
compose-gen
Generates a `docker-compose.yml` by scanning the project and synthesizing YAML via OpenAI. The tool initializes the OpenAI client from `OPENAI_API_KEY` (`process.env.OPENAI_API_KEY`) and calls `openai.chat.completions.create`, which causes outbound network requests.
Verified
0 installs
error-handler-gen
This skill is a CLI that generates error-handling middleware for various frameworks. It uses the `openai` SDK, requires the `OPENAI_API_KEY` environment variable, and makes network calls to the OpenAI API.
Verified
0 installs
eslint-gen
Generates an ESLint config by analyzing a codebase and calling OpenAI. It reads local files (e.g., `package.json`) and sends code samples to OpenAI, requires `OPENAI_API_KEY`, and is run via the CLI `npx ai-eslint-config .`.
Review
0 installs
image-optimizer
Get AI-powered image optimization suggestions. Use when images are slowing your site.
Verified
0 installs
index-suggester
Provides a CLI that analyzes local query files and suggests database indexes using an OpenAI model. It sends local query file contents to OpenAI via `openai.chat.completions.create` and requires the `OPENAI_API_KEY` environment variable.
Verified
0 installs
pr-writer
Generate PR titles and descriptions from your branch diff. Use when you need to write pull request descriptions quickly.
Verified
0 installs
permission-auditor
Generate RBAC permission configs from your routes. Use when you need role-based access control without building it from scratch.
Verified
0 installs
eslint-config-gen
Generates an ESLint config by sampling a project's source files and invoking the OpenAI API. Requires `OPENAI_API_KEY` and calls `openai.chat.completions.create`, sending `package.json` and code samples to OpenAI.
Verified
0 installs
husky-gen
This skill analyzes `package.json` and generates Husky git hooks, writing them into `.husky/` and configuring `git`. It calls the OpenAI API via `openai.chat.completions.create` (requires `OPENAI_API_KEY`) and runs `git config core.hooksPath .husky`.
Verified
0 installs
prisma-gen
Generate Prisma schema from plain English. Use when starting a database schema.
Verified
0 installs
rate-limiter
Generate rate limiting configurations using AI. Use when protecting APIs from abuse.
Verified
0 installs
schema-writer
Generate database schemas from plain English. Use when you need SQL tables fast.
Verified
0 installs
storybook-gen
Generate Storybook stories from React components. Use when documenting components or setting up a design system.
Verified
0 installs
sql-injection-scanner
Detect SQL injection vulnerabilities in your codebase. Use when you need to find unsafe database queries before they get exploited.
Verified
0 installs
tailwind-config-gen
Generate tailwind.config.js from brand colors. Use when setting up Tailwind.
Verified
0 installs
test-gen
Generate unit tests from source files using AI. Use when adding test coverage.
Verified
0 installs
terraform-gen
Generate Terraform infrastructure configs. Use when provisioning cloud resources.
Verified
0 installs
jwt-decode-token-inspector-cli
Decode and inspect JWT tokens from command line. Check expiration, extract claims, debug auth. No more jwt.io tabs. Free CLI tool.
Verified
0 installs
jsdoc-gen
Adds JSDoc/TSDoc comments to source files by sending file contents to OpenAI and optionally writing changes back to the filesystem. It reads/writes files matching `**/*.{ts,tsx,js,jsx}` and requires `OPENAI_API_KEY` to call OpenAI via `openai.chat.completions.create`.
Verified
0 installs
license-gen
Pick and generate the right license for your project. Use when licensing open source.
Verified
0 installs
meta-tags-seo-tag-generator
Generate HTML meta tags for SEO, Open Graph, Twitter Cards, JSON-LD. Copy-paste ready. Perfect for web developers. Free CLI tool.
Verified
0 installs
merge-resolver
Resolve git merge conflicts intelligently using AI. Use when the user has merge conflicts they need help resolving.
Verified
0 installs
k8s-gen
This skill converts docker-compose files or plain descriptions into Kubernetes manifests using an OpenAI model. It requires `OPENAI_API_KEY` and calls `openai.chat.completions.create`, which sends the provided input to the OpenAI service.
Verified
0 installs
lighthouse-fixer
This skill runs a Lighthouse audit (`npx lighthouse`) and sends the report to OpenAI for AI-powered fix suggestions. It executes a shell command using a user-supplied `url` via `execSync` and requires `OPENAI_API_KEY`, creating command-execution and network risks.
Caution
0 installs
next-config-gen
Generate Next.js config with best practices. Use when configuring Next.js.
Verified
0 installs
meta-tags-gen
This skill scans a URL or local HTML and generates missing SEO, Open Graph, and Twitter meta tags. It sends page content to an LLM and requires the `OPENAI_API_KEY` environment variable.
Verified
0 installs
lazy-loader
Identify components that should be lazy loaded using AI. Use when optimizing bundle size and initial load.
Verified
0 installs
interview-gen
Generates interview questions by scanning a local code directory and sending code excerpts to OpenAI. It reads files under `./src/`, requires `OPENAI_API_KEY`, and calls `openai.chat.completions.create`.
Verified
0 installs
migration-gen
Generates SQL migration files from ORM schemas and writes timestamped `up.sql`/`down.sql` files. Requires the `OPENAI_API_KEY` env var and uses the `openai` SDK to call the OpenAI API.
Verified
0 installs
monitor-gen
Generate monitoring and alerting configs for Prometheus and Grafana. Use when setting up observability.
Verified
0 installs
monitoring-gen
Generate monitoring and alerting configuration. Use when setting up observability.
Verified
0 installs
middleware-gen
This skill generates Express middleware from plain-English descriptions and writes the result to stdout or a file. It reads the `OPENAI_API_KEY` environment variable and invokes `openai.chat.completions.create` (model `gpt-4o-mini`).
Verified
0 installs
onboard-gen
Generate onboarding documentation for new developers. Use when improving dev experience.
Verified
0 installs
port-kill-process-killer-by-port
Kill processes running on any port with one command. Cross-platform utility for developers. No more lsof grep awk xargs. Free CLI tool.
Verified
0 installs
prefetch-suggester
Get AI suggestions for routes and data to prefetch. Use when optimizing navigation.
Verified
0 installs
query-optimizer
Optimize SQL and Prisma queries using AI. Use when your queries are slow and you need performance help.
Verified
0 installs
rate-limit-gen
Generate rate limiting configuration. Use when protecting APIs from abuse.
Verified
0 installs
responsive-maker
Make components responsive with proper breakpoints. Use when your components look terrible on mobile.
Verified
0 installs
script-gen
Generates npm `package.json` scripts from a short workflow description via the `npx ai-script` CLI. The skill requires the `OPENAI_API_KEY` environment variable and therefore implies use of an external API and running the `npx ai-script` command.
Verified
0 installs
regex-writer
Generate regex patterns from plain English descriptions. Use when the user needs to create regular expressions without memorizing syntax.
Verified
0 installs
release-gen
Generate semantic version bumps and git tags from commit history. Use when preparing a release.
Verified
0 installs
naming-gen
This skill is a CLI that analyzes source files and suggests better variable and function names. It sends file contents to OpenAI via `new OpenAI()` (model `gpt-4o-mini`), expects `OPENAI_API_KEY`, and is invoked with `npx ai-naming`.
Verified
0 installs
resume-gen
Generate and improve developer resumes. Use when job hunting.
Verified
0 installs
rest-to-graphql
Convert REST API routes to a GraphQL schema. Use when migrating APIs or adding a GraphQL layer.
Verified
0 installs
readme-gen
This skill is an npm CLI `ai-readme` that reads `package.json` and files under `src` to generate a `README.md` using the OpenAI API. It transmits project files to an external service and requires the `OPENAI_API_KEY` environment variable.
Verified
0 installs
release-notes-gen
This skill generates user-facing release notes from a repo's git history or changelog and uses the OpenAI API to rewrite them. It requires the `OPENAI_API_KEY` env var and will send repository `CHANGELOG`/git log content to the OpenAI service.
Verified
0 installs
social-gen
Generate social media posts for different platforms. Use when sharing content.
Verified
0 installs
json-to-typescript-interface-generator
Generate TypeScript interfaces from JSON data or API responses. Auto-type your APIs instantly. Free CLI tool for TypeScript developers.
Verified
0 installs
supabase-gen
This skill generates Supabase RLS SQL policies from a Prisma schema using OpenAI. It requires `OPENAI_API_KEY`, is invoked via `npx ai-supabase-gen prisma/schema.prisma`, reads the input file, and sends it to `openai.chat.completions.create`.
Verified
0 installs
mockapi-instant-rest-api-from-json
Spin up a mock REST API server from JSON files in seconds. Full CRUD, filtering, pagination. Zero config. Free CLI tool for frontend developers.
Verified
0 installs
monorepo-gen
Set up Turborepo monorepo structure. Use when starting a monorepo.
Verified
0 installs
nginx-gen
Generate nginx config from plain English. Use when configuring nginx.
Verified
0 installs
queue-gen
Generate BullMQ job queue setup and workers. Use when implementing background jobs.
Verified
0 installs
redis-gen
Generate Redis key patterns and data structure designs. Use when planning your Redis architecture.
Verified
0 installs
perf-auditor
This skill runs Lighthouse performance audits and generates AI-powered fix suggestions for URLs. It includes CLI usage like `npx ai-lighthouse https://mysite.com` and states it `sends the bottleneck data to an AI model`.
Verified
0 installs
redis-schema-gen
Generate Redis key patterns and data structures. Use when designing Redis architecture.
Verified
0 installs
snapshot-writer
Generate Jest snapshot tests for React components. Use when you need snapshot coverage for your UI components.
Verified
0 installs
sql-writer
Convert natural language to SQL queries. Use when you need to write SQL fast.
Verified
0 installs
upload-gen
Generate file upload handling code. Use when building upload features with S3, local storage, or cloud providers.
Verified
0 installs
stash-namer
This skill generates concise git stash names by reading repository diffs and calling OpenAI, then runs `git stash push -m` to create the stash. It requires `OPENAI_API_KEY` and makes network calls to the OpenAI service (purpose-aligned network and API-key usage).
Verified
0 installs
socket-gen
Generate WebSocket handlers with Socket.io. Use when building real-time features.
Verified
0 installs
swagger-gen
Generates OpenAPI 3.0 specs from Express routes by reading route files and using OpenAI to infer schemas. It reads `./src/routes/` (or a supplied path), requires `OPENAI_API_KEY`, sends file contents to OpenAI, and is invoked via `npx ai-swagger ./src/routes/`.
Review
0 installs
wiki-gen
This skill generates a project wiki by scanning a user-supplied source directory (e.g., `./src/`) and sending code snippets to the OpenAI client. It requires `OPENAI_API_KEY` and calls `openai.chat.completions.create`, so it reads local source files and performs network requests to the OpenAI service.
Verified
0 installs
refactor-assist
This tool analyzes and refactors code files, producing colored diffs and optionally writing changes back to the target file. It sends file contents to the OpenAI model `gpt-4o-mini` via `openai.chat.completions.create` and requires the `OPENAI_API_KEY` environment variable.
Verified
0 installs
seed-gen
This skill generates realistic database seed data from a provided schema using OpenAI. It requires `OPENAI_API_KEY` and sends the schema to OpenAI via `openai.chat.completions.create`, with no other sensitive or obfuscated operations present.
Verified
0 installs
solaudit-smart-contract-security-scanner
This skill is a Solidity smart contract security scanner offering a CLI (examples: `npm install -g solaudit-cli`, `solaudit audit Contract.sol`) to analyze `Contract.sol` or `./contracts/`. It instructs running shell commands and performing network operations (e.g., `https://github.com/lxgicstudios/solaudit`).
Review
0 installs
roast-gen
This skill is a CLI tool that reads a user-specified code file and sends it to OpenAI for a humorous, actionable code review. It reads files such as `./src/index.ts`, is run via `npx ai-roast ./src/index.ts`, and requires the `OPENAI_API_KEY` environment variable.
Review
0 installs
supabase-rls-gen
Generate Supabase RLS policies from Prisma schema. Use when securing database.
Verified
0 installs
snippet-gen
Generates VS Code snippets by scanning a provided directory (e.g., `./src/`) and sending code excerpts to OpenAI. The tool requires the `OPENAI_API_KEY` environment variable and performs network calls to the OpenAI client; no other security-relevant behaviors were detected.
Verified
0 installs
test-writer
Generate unit tests from source files. Use when you need test coverage fast.
Verified
0 installs
weather
Get current weather and forecasts (no API key required).
Verified
0 installs
theme-gen
This skill generates a design system/theme from brand colors using the OpenAI API. It requires `OPENAI_API_KEY`, invokes `openai.chat.completions.create` (network access), and provides CLI usage like `npx ai-theme` that can write output files such as `./theme.css`.
Review
0 installs
yt-meta-youtube-metadata-extractor
Extract YouTube video info, channel stats, playlists, comments. No API key required. Free CLI tool for content research and analysis.
Verified
0 installs
vitals-fixer
This skill is a CLI that scans project source files and sends combined code to the OpenAI API to produce Core Web Vitals fixes. It requires the `OPENAI_API_KEY` env var and uses the `openai` SDK to make network requests, which are purpose-aligned credential and network uses.
Verified
0 installs
tsconfig-gen
This skill generates project-specific tsconfig.json files and writes them to `tsconfig.json` by default. It calls the OpenAI API via the `openai` client and expects the `OPENAI_API_KEY` environment variable.
Verified
0 installs
x-mastery
Complete X (Twitter) algorithm mastery - engagement weights, viral formulas, shadow ban avoidance, thread optimization, and growth strategies. Based on X's open-source code analysis and real creator data.
Verified
0 installs