███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 651 | turnstile-spin | cloudflare/skills |
Turnstile Spin skill Turns the prompt "set up Turnstile" into a working end-to-end integration: a widget, a deployed managed siteverify Worker, frontend snippets at every chosen insertion point, and a real validation pass before reporting success. You are the agent. Run the wizard below by invoking the scripts under scripts/ and branching on their JSON output. The scripts hold the deterministic logic (API calls, retry/error handling); your job is orchestration, codebase reading, confirmation, an...
|
35.2K |
| 652 | clerk-setup | clerk/skills |
This skill sets up Clerk for authentication by following the official quickstart documentation. Quick Reference | 1. Detect framework | Check `package.json` dependencies | 2. Fetch quickstart | Use WebFetch on the appropriate docs URL | 3. Follow instructions | Execute the steps from the official guide | 4. Get API keys | From [dashboard.clerk.com](https://dashboard.clerk.com/last-active?path=api-keys) Framework Detection Check `package.json` to identify the framework: | `next`...
|
35.1K |
| 653 | mastra | mastra-ai/skills |
Comprehensive guide for building AI applications with Mastra. Prerequisites ``` pnpm add @mastra/core zod ``` Install additional packages only when needed: - Storage: `@mastra/pg`, `@mastra/libsql`, `@mastra/mongodb` - RAG: `@mastra/rag` - Memory: `@mastra/memory` Critical Knowledge ⚠️ Always verify against current code: - Use `mastra-embedded-docs-look-up` skill for current API signatures - Check `node_modules/@mastra/*/dist/docs/` for package-specific documentation - Search sourc...
|
35K |
| 654 | golang-stay-updated | samber/cc-skills-golang |
Stay Updated with Go A curated guide to keeping your finger on the pulse of the Go ecosystem. Official Go Resources Resource URL go.dev Official Go website with tutorials and tools pkg.go.dev Discover Go packages and documentation tour.golang.org Interactive Go tutorial play.golang.org Go playground for testing code go.dev/blog Official Go blog Newsletters Newsletter Description Subscribe Golang Weekly Weekly curated Go content, news, and articles https://golangweekly.com/ Awesome Go Newsletter ...
|
34.9K |
| 655 | clerk-nextjs-patterns | clerk/skills |
Next.js Patterns Version : Check package.json for the SDK version — see clerk skill for the version table. Core 2 differences are noted inline with > Core 2 ONLY (skip if current SDK): callouts. For basic setup, see clerk-setup skill. What Do You Need? Task Reference Server vs client auth ( auth() vs hooks) references/server-vs-client.md Configure middleware (public-first vs protected-first) references/middleware-strategies.md Protect Server Actions references/server-actions.md API route auth (4...
|
34.9K |
| 656 | web-search | skills-101/superpowers |
Install the belt CLI skill: npx skills add belt-sh/cli Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Show more Installs 34.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 13 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
34.9K |
| 657 | azure-postgres | microsoft/github-copilot-for-azure |
Azure Database for PostgreSQL Configure passwordless authentication with Microsoft Entra ID for existing Azure Database for PostgreSQL Flexible Server. This skill focuses on setting up Entra ID authentication, managing user access, and migrating from password-based authentication. Primary use cases: Migrating existing PostgreSQL databases from password to Entra ID authentication Setting up developer access with Azure identities Configuring managed identity access for Azure-hosted applications Ma...
|
34.8K |
| 658 | golang-samber-lo | samber/cc-skills-golang |
Persona: You are a Go engineer who prefers declarative collection transforms over manual loops. You reach for lo to eliminate boilerplate, but you know when the stdlib is enough and when to upgrade to lop , lom , or loi . samber/lo — Functional Utilities for Go Lodash-inspired, generics-first utility library with 500+ type-safe helpers for slices, maps, strings, math, channels, tuples, and concurrency. Zero external dependencies. Immutable by default. Official Resources: github.com/samber/lo lo....
|
34.8K |
| 659 | replicas-agent | replicas-group/skill |
Replicas Agent You are a background coding agent running inside a Replicas cloud workspace (a remote VM). This guide covers capabilities and best practices specific to this environment. Preview URLs When you run services on ports — such as a web app, API server, or database — humans may want to interact with them directly. You can expose your locally running services as public preview URLs. Creating Previews Expose a local port as a public URL replicas preview create < port > List all active p...
|
34.7K |
| 660 | golang-samber-do | samber/cc-skills-golang |
Persona: You are a Go architect setting up dependency injection. You keep the container at the composition root, depend on interfaces not concrete types, and treat provider errors as first-class failures. Using samber/do for Dependency Injection in Go Type-safe dependency injection toolkit for Go based on Go 1.18+ generics. Official Resources: pkg.go.dev/github.com/samber/do/v2 do.samber.dev github.com/samber/do/v2 This skill is not exhaustive. Please refer to library documentation and code exam...
|
34.7K |
| 661 | golang-samber-slog | samber/cc-skills-golang |
Persona: You are a Go logging architect. You design log pipelines where every record flows through the right handlers — sampling drops noise early, formatters strip PII before records leave the process, and routers send errors to Sentry while info goes to Loki. samber/slog- — Structured Logging Pipeline for Go 20+ composable slog.Handler packages for Go 1.21+. Three core pipeline libraries plus HTTP middlewares and backend sinks that all implement the standard slog.Handler interface. Official re...
|
34.7K |
| 662 | firebase-ai-logic | firebase/agent-skills |
Firebase AI Logic Basics Overview Firebase AI Logic is a product of Firebase that allows developers to add gen AI to their mobile and web apps using client-side SDKs. You can call Gemini models directly from your app without managing a dedicated backend. Firebase AI Logic, which was previously known as "Vertex AI for Firebase", represents the evolution of Google's AI integration platform for mobile and web developers. It supports the two Gemini API providers: Gemini Developer API : It has a free...
|
34.6K |
| 663 | golang-samber-oops | samber/cc-skills-golang |
Persona: You are a Go engineer who treats errors as structured data. Every error carries enough context — domain, attributes, trace — for an on-call engineer to diagnose the problem without asking the developer. samber/oops Structured Error Handling samber/oops is a drop-in replacement for Go's standard error handling that adds structured context, stack traces, error codes, public messages, and panic recovery. Variable data goes in .With() attributes (not the message string), so APM tools (Datad...
|
34.6K |
| 664 | golang-samber-mo | samber/cc-skills-golang |
Persona: You are a Go engineer bringing functional programming safety to Go. You use monads to make impossible states unrepresentable — nil checks become type constraints, error handling becomes composable pipelines. Thinking mode: Use ultrathink when designing multi-step Option/Result/Either pipelines. Wrong type choice creates unnecessary wrapping/unwrapping that defeats the purpose of monads. samber/mo — Monads and Functional Abstractions for Go Go 1.18+ library providing type-safe monadic ty...
|
34.4K |
| 665 | golang-samber-ro | samber/cc-skills-golang |
Persona: You are a Go engineer who reaches for reactive streams when data flows asynchronously or infinitely. You use samber/ro to build declarative pipelines instead of manual goroutine/channel wiring, but you know when a simple slice + samber/lo is enough. Thinking mode: Use ultrathink when designing advanced reactive pipelines or choosing between cold/hot observables, subjects, and combining operators. Wrong architecture leads to resource leaks or missed events. samber/ro — Reactive Streams f...
|
34.4K |
| 666 | golang-samber-hot | samber/cc-skills-golang |
Persona: You are a Go engineer who treats caching as a system design decision. You choose eviction algorithms based on measured access patterns, size caches from working-set data, and always plan for expiration, loader failures, and monitoring. Using samber/hot for In-Memory Caching in Go Generic, type-safe in-memory caching library for Go 1.22+ with 9 eviction algorithms, TTL, loader chains with singleflight deduplication, sharding, stale-while-revalidate, and Prometheus metrics. Official Resou...
|
34.4K |
| 667 | gws-forms | googleworkspace/cli |
forms (v1) PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. gws forms < resource > < method > [ flags ] API Resources forms batchUpdate — Change the form with a batch of updates. create — Create a new form using the title given in the provided form message in the request. Important: Only the form.info.title and form.info.document_title fields are copied to the new form. All other fields including the form desc...
|
33.7K |
| 668 | developing-genkit-python | firebase/agent-skills |
Genkit Python Prerequisites Runtime : Python 3.14+ , uv for deps ( install ). CLI : genkit --version — install via npm install -g genkit-cli if missing. New projects: Setup (bootstrap + env). Patterns and code samples: Examples . Hello World from genkit import Genkit from genkit . plugins . google_genai import GoogleAI ai = Genkit ( plugins = [ GoogleAI ( ) ] , model = 'googleai/gemini-flash-latest' , ) async def main ( ) : response = await ai . generate ( prompt = 'Tell me a joke about Python.'...
|
33.6K |
| 669 | sandbox-sdk | cloudflare/skills |
Cloudflare Sandbox SDK Build secure, isolated code execution environments on Cloudflare Workers. FIRST: Verify Installation npm install @cloudflare/sandbox docker info Must succeed - Docker required for local dev Retrieval Sources Your knowledge of the Sandbox SDK may be outdated. Prefer retrieval over pre-training for any Sandbox SDK task. Resource URL Docs https://developers.cloudflare.com/sandbox/ API Reference https://developers.cloudflare.com/sandbox/api/ Examples https://github.com/cloudf...
|
33.3K |
| 670 | gws-meet | googleworkspace/cli |
No SKILL.md available for this skill. View on GitHub
|
33.2K |
| 671 | self-improving-agent | zhaono1/agent-playbook |
Self-Improving Agent "An AI agent that learns from every interaction, accumulating patterns and insights to continuously improve its own capabilities." — Based on 2025 lifelong learning research Overview This is a universal self-improvement system that learns from ALL skill experiences, not just PRDs. It implements a complete feedback loop with: Multi-Memory Architecture : Semantic + Episodic + Working memory Self-Correction : Detects and fixes skill guidance errors Self-Validation : Periodicall...
|
33K |
| 672 | golang-swagger | samber/cc-skills-golang |
Persona: You are a Go API documentation engineer. You treat docs as a contract — accurate, complete annotations prevent integration bugs and make the Swagger UI the source of truth for API consumers. Modes: Build — adding Swagger to a new or existing Go project: set up the toolchain, annotate handlers, generate docs, wire the UI endpoint. Audit — reviewing existing swagger annotations for completeness, correctness, and security coverage. Setup Three steps to get Swagger UI running: swag init ge...
|
33K |
| 673 | ckm:design-system | nextlevelbuilder/ui-ux-pro-max-skill |
Design System Token architecture, component specifications, systematic design, slide generation. When to Use Design token creation Component state definitions CSS variable systems Spacing/typography scales Design-to-code handoff Tailwind theme configuration Slide/presentation generation Token Architecture Load: references/token-architecture.md Three-Layer Structure Primitive (raw values) ↓ Semantic (purpose aliases) ↓ Component (component-specific) Example: /* Primitive */ --color-blue-600 : 256...
|
32.8K |
| 674 | self-improving-agent | charon-fan/agent-playbook |
Self-Improving Agent "An AI agent that learns from every interaction, accumulating patterns and insights to continuously improve its own capabilities." — Based on 2025 lifelong learning research Overview This is a universal self-improvement system that learns from ALL skill experiences, not just PRDs. It implements a complete feedback loop with: Multi-Memory Architecture : Semantic + Episodic + Working memory Self-Correction : Detects and fixes skill guidance errors Self-Validation : Periodicall...
|
32.7K |
| 675 | golang-graphql | samber/cc-skills-golang |
Persona: You are a Go GraphQL engineer. You design schemas deliberately, batch database access to prevent N+1, and treat query complexity limits as non-optional in production. Modes: Build mode — generating new schemas, resolvers, or server setup: follow the skill's sequential instructions; launch a background agent to grep for existing resolver patterns and naming conventions before generating new code. Review mode — auditing a GraphQL codebase or PR: use a sub-agent to scan for N+1 resolver pa...
|
32.7K |
| 676 | golang-spf13-cobra | samber/cc-skills-golang |
Persona: You are a Go CLI engineer building command trees that feel native to the Unix shell. You design the user-facing surface first, then wire behavior into the right hook. Modes: Build — creating a new CLI from scratch: follow command tree setup, hook wiring, and flag sections sequentially. Extend — adding subcommands, flags, or completions to an existing CLI: read the current command tree first, then apply changes consistent with the existing structure. Review — auditing an existing CLI: ch...
|
32.7K |
| 677 | baoyu-post-to-wechat | jimliu/baoyu-skills |
Post to WeChat Official Account Language Match user's language : Respond in the same language the user uses. If user writes in Chinese, respond in Chinese. If user writes in English, respond in English. Script Directory Agent Execution : Determine this SKILL.md directory as {baseDir} , then use {baseDir}/scripts/<name>.ts . Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -y bun ; else suggest installing bun. Script Purpose scripts/wechat-browser.ts Image-text posts (图文)...
|
32.6K |
| 678 | vite | antfu/skills |
Vite Based on Vite 8 beta (Rolldown-powered). Vite 8 uses Rolldown bundler and Oxc transformer. Vite is a next-generation frontend build tool with fast dev server (native ESM + HMR) and optimized production builds. Preferences Use TypeScript: prefer vite.config.ts Always use ESM, avoid CommonJS Core Topic Description Reference Configuration vite.config.ts , defineConfig , conditional configs, loadEnv core-config Features import.meta.glob , asset queries ( ?raw , ?url ), import.meta.env , HMR API...
|
32.6K |
| 679 | ckm:design | nextlevelbuilder/ui-ux-pro-max-skill |
Design Unified design skill: brand, tokens, UI, logo, CIP, slides, banners, social photos, icons. When to Use Brand identity, voice, assets Design system tokens and specs UI styling with shadcn/ui + Tailwind Logo design and AI generation Corporate identity program (CIP) deliverables Presentations and pitch decks Banner design for social media, ads, web, print Social photos for Instagram, Facebook, LinkedIn, Twitter, Pinterest, TikTok Sub-skill Routing Task Sub-skill Details Brand identity, voice...
|
32.5K |
| 680 | ckm:ui-styling | nextlevelbuilder/ui-ux-pro-max-skill |
UI Styling Skill Comprehensive skill for creating beautiful, accessible user interfaces combining shadcn/ui components, Tailwind CSS utility styling, and canvas-based visual design systems. Reference shadcn/ui: https://ui.shadcn.com/llms.txt Tailwind CSS: https://tailwindcss.com/docs When to Use This Skill Use when: Building UI with React-based frameworks (Next.js, Vite, Remix, Astro) Implementing accessible components (dialogs, forms, tables, navigation) Styling with utility-first CSS approach ...
|
32.5K |
| 681 | golang-spf13-viper | samber/cc-skills-golang |
Persona: You are a Go engineer who treats configuration as a layered system. Flag beats env beats file beats default — and you bind every key so all four layers stay reachable through one API. Using spf13/viper for layered configuration in Go Viper resolves configuration values from multiple sources in a fixed precedence order. It has no user-facing surface — it doesn't define commands or flags. Its job is to answer "what is the value of key X right now?" by walking its source layers from highes...
|
32.5K |
| 682 | golang-google-wire | samber/cc-skills-golang |
Persona: You are a Go architect using wire for compile-time DI. You let the compiler catch missing dependencies, treat wire_gen.go as committed source, and re-run wire ./... after every graph change. Using google/wire for Compile-Time Dependency Injection in Go Code-generation DI toolkit. Wire resolves the dependency graph at compile time and emits plain Go constructor calls — no runtime container, no reflection. Errors appear when you run wire ./... , not at first request. Note: google/wire was...
|
32.5K |
| 683 | golang-uber-fx | samber/cc-skills-golang |
Persona: You are a Go architect building a long-running service with fx. You wire the graph at the composition root, push lifecycle into hooks instead of init() , and treat modules as the unit of reuse. Using uber-go/fx for Application Wiring in Go Application framework combining a reflection-based DI container (built on uber-go/dig ) with a lifecycle, module system, signal-aware run loop, and structured event logging. For long-running services where boot order, graceful shutdown, and modular co...
|
32.4K |
| 684 | golang-uber-dig | samber/cc-skills-golang |
Persona: You are a Go architect wiring an application graph with dig. You keep the container at the composition root, depend on interfaces not concrete types, and treat constructor errors as first-class failures. Using uber-go/dig for Dependency Injection in Go Reflection-based DI toolkit, designed to power application frameworks (it is the engine behind uber-go/fx ) and resolve object graphs during startup. Official Resources: pkg.go.dev/go.uber.org/dig github.com/uber-go/dig This skill is not ...
|
32.3K |
| 685 | firecrawl-deep-research | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 364 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
32.2K |
| 686 | ckm:brand | nextlevelbuilder/ui-ux-pro-max-skill |
Brand Brand identity, voice, messaging, asset management, and consistency frameworks. When to Use Brand voice definition and content tone guidance Visual identity standards and style guide development Messaging framework creation Brand consistency review and audit Asset organization, naming, and approval Color palette management and typography specs Quick Start Inject brand context into prompts: node scripts/inject-brand-context.cjs node scripts/inject-brand-context.cjs --json Validate an asset:...
|
32K |
| 687 | ckm:banner-design | nextlevelbuilder/ui-ux-pro-max-skill |
Banner Design - Multi-Format Creative Banner System Design banners across social, ads, web, and print formats. Generates multiple art direction options per request with AI-powered visual elements. This skill handles banner design only. Does NOT handle video editing, full website design, or print production. When to Activate User requests banner, cover, or header design Social media cover/header creation Ad banner or display ad design Website hero section visual design Event/print banner design C...
|
32K |
| 688 | web-search | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Web Search & Extraction Search the web and extract content via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Search the web belt app run tavily/search-assistant --input '{"query": "latest AI developments 2024"}' Show more Installs 34.6K Repository skills-101/superpowers GitHub Stars 7 First Seen 13 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
31.9K |
| 689 | ckm:slides | nextlevelbuilder/ui-ux-pro-max-skill |
Slides Strategic HTML presentation design with data visualization. $ARGUMENTS When to Use Marketing presentations and pitch decks Data-driven slides with Chart.js Strategic slide design with layout patterns Copywriting-optimized presentation content Subcommands Subcommand Description Reference create Create strategic presentation slides references/create.md References (Knowledge Base) Topic File Layout Patterns references/layout-patterns.md HTML Template references/html-template.md Copywriting F...
|
31.9K |
| 690 | python-executor | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Python Code Executor Execute Python code in a safe, sandboxed environment with 100+ pre-installed libraries. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs – Repository infsh-skills/skills GitHub Stars 677 First Seen – Security Audits Gen Agent Trust Hub Pass Socket Pass Snyk Warn
|
31.6K |
| 691 | twitter-automation | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Twitter/X Automation Automate Twitter/X via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Post a tweet belt app run x/post-tweet --input '{"text": "Hello from inference.sh!"}' Show more Installs 117.7K Repository skills-101/superpowers GitHub Stars 6 First Seen 6 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Pass
|
31.6K |
| 692 | remotion-render | infsh-skills/skills |
Install the belt CLI skill: npx skills add belt-sh/cli Remotion Render Render videos from React/Remotion component code via inference.sh CLI. Quick Start Requires inference.sh CLI ( belt ). Install instructions belt login Show more Installs 79.0K Repository magentosh/skills GitHub Stars 679 First Seen 12 days ago Security Audits Gen Agent Trust Hub Pass Socket Warn Snyk Warn
|
31.6K |
| 693 | vue | antfu/skills |
Vue Based on Vue 3.5. Always use Composition API with <template> <div>{{ title }} - {{ doubled }}</div> </template> Key Imports // Reactivity import { ref , shallowRef , computed , reactive , readonly , toRef , toRefs , toValue } from 'vue' // Watchers import { watch , watchEffect , watchPostEffect , onWatcherCleanup } from 'vue' // Lifecycle import { onMounted , onUpdated , onUnmounted , onBeforeMount , onBeforeUpdate , onBeforeUnmount } from 'vue' // Utilities import { nextTick , defineCompon...
|
31.6K |
| 694 | vitest | antfu/skills |
Vitest is a next-generation testing framework powered by Vite. It provides a Jest-compatible API with native ESM, TypeScript, and JSX support out of the box. Vitest shares the same config, transformers, resolvers, and plugins with your Vite app. Key Features: Vite-native: Uses Vite's transformation pipeline for fast HMR-like test updates Jest-compatible: Drop-in replacement for most Jest test suites Smart watch mode: Only reruns affected tests based on module graph Native ESM, TypeScript, JSX su...
|
31.6K |
| 695 | agent-browser | infsh-skills/skills |
Browser Automation with agent-browser The CLI uses Chrome/Chromium via CDP directly. Install via npm i -g agent-browser , brew install agent-browser , or cargo install agent-browser . Run agent-browser install to download Chrome. Core Workflow Every browser automation follows this pattern: Navigate : agent-browser open <url> Snapshot : agent-browser snapshot -i (get element refs like @e1 , @e2 ) Interact : Use refs to click, fill, select Re-snapshot : After navigation or DOM changes, get fresh r...
|
31.5K |
| 696 | firecrawl-research-papers | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 364 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
31.5K |
| 697 | golang-how-to | samber/cc-skills-golang |
Persona: You are a Go skills orchestrator. For every Go task, identify all relevant skills and load them together — a task rarely belongs to a single skill. Modes: Orchestrate — for any Go coding, review, debug, or setup task, load the primary skill plus all applicable secondary skills simultaneously. Disambiguate — when two skills seem to overlap, show the boundary table. See disambiguation.md . Configure — add a Required Go skills block to the project's CLAUDE.md or AGENTS.md . Follow project...
|
31.3K |
| 698 | gws-gmail-watch | googleworkspace/cli |
gmail +watch PREREQUISITE: Read ../gws-shared/SKILL.md for auth, global flags, and security rules. If missing, run gws generate-skills to create it. Watch for new emails and stream them as NDJSON Usage gws gmail +watch Flags Flag Required Default Description --project — — GCP project ID for Pub/Sub resources --subscription — — Existing Pub/Sub subscription name (skip setup) --topic — — Existing Pub/Sub topic with Gmail push permission already granted --label-ids — — Comma-separated Gmail label I...
|
31.3K |
| 699 | firecrawl-website-design-clone | firecrawl/firecrawl-workflows |
No SKILL.md available for this skill. View on GitHub Installs 373 Repository firecrawl/firec…orkflows First Seen 1 day ago
|
31.2K |
| 700 | baoyu-image-gen | jimliu/baoyu-skills |
Image Generation (AI SDK) Official API-based image generation. Supports OpenAI, Google, OpenRouter, DashScope (阿里通义万象), Jimeng (即梦), Seedream (豆包) and Replicate providers. Script Directory Agent Execution : {baseDir} = this SKILL.md file's directory Script path = {baseDir}/scripts/main.ts Resolve ${BUN_X} runtime: if bun installed → bun ; if npx available → npx -y bun ; else suggest installing bun Step 0: Load Preferences ⛔ BLOCKING CRITICAL : This step MUST complete BEFORE any image generation....
|
31.1K |