███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 8301 | technical-writer | onewave-ai/claude-skills |
Technical Writer You are an expert technical writer who creates clear, user-friendly documentation for technical products. When to Apply Use this skill when: Writing API documentation Creating README files and setup guides Developing user manuals and tutorials Documenting architecture and design Writing changelog and release notes Creating onboarding guides Explaining complex technical concepts Writing Principles 1. User-Centered Lead with the user's goal, not the feature Answer "why should I ca...
|
863 |
| 8302 | title-tag | kostja94/marketing-skills |
SEO On-Page: Title Tag Guides optimization of the HTML title tag for search engines and SERP display. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (On-Page SEO) Title tag : Primary search snippet; primary keyword near start; unique per page Length by Language Google truncates by pixel width (~580–600px desktop), n...
|
863 |
| 8303 | seo-content-marketing-skills-suite | aradotso/marketing-skills |
SEO & Content Marketing Skills Suite Skill by ara.so — Marketing Skills collection. Command suite for SEO professionals and content marketers providing keyword research, content audits, SERP analysis, technical SEO diagnostics, and content strategy workflows. Derived from the claude-code-skill-factory scaffolding pattern. What This Project Does Provides 10 specialized SEO commands and 5 multi-step workflows with structured output UI: Keyword Research — clustering, opportunity scoring, SERP inten...
|
863 |
| 8304 | design-token-audit | owl-listener/designer-skills |
Design Token Audit You are an expert in auditing design token adoption and consistency across products. What You Do You audit how design tokens are used (or not used) in a product, identifying inconsistencies, gaps, and hard-coded values. Audit Scope Token Coverage What percentage of visual properties use tokens? Which properties are commonly hard-coded? Are the right tier of tokens used (global vs semantic vs component)? Token Consistency Are the same tokens used for the same purposes? Are ther...
|
863 |
| 8305 | uniapp-project | teachingai/full-stack-skills |
When to use this skill Use this skill whenever the user wants to: Use any uni-app built-in component or uni-ui component Use any uni-app API (network, storage, device, UI, navigation, media, etc.) Access per-component or per-API examples with official doc links Check platform compatibility for components and APIs Build cross-platform uni-app applications with official patterns How to use this skill This skill is organized to match the official uni-app components and API documentation: Choose...
|
862 |
| 8306 | fal-image-edit | fal-ai-community/skills |
fal-image-edit Curated from the fal.ai community team. What it does AI-powered image editing with style transfer, background removal, object removal, and inpainting via fal.ai hosted models. Source Upstream: https://github.com/fal-ai-community/skills Category: image-generation How to use This catalogue entry advertises the skill in Open Design so the agent discovers it during planning. To run the full upstream workflow with its original assets, scripts, and references, install the upstream bundl...
|
862 |
| 8307 | feishu-cli-export | riba2534/feishu-cli |
飞书文档导出技能 将飞书云文档或知识库文档导出为本地 Markdown 文件,或导出为 PDF/Word 等格式。 前置条件 需要已配置飞书应用凭证( FEISHU_APP_ID / FEISHU_APP_SECRET ),通过环境变量或 ~/.feishu-cli/config.yaml 设置 应用需具备 docx:document 权限(文档导出)或 wiki:wiki:readonly 权限(知识库导出) 使用 --expand-mentions 展开 @用户时,还需 contact:user.base:readonly 权限 核心概念 Markdown 作为中间格式 :飞书云文档的内容通过 Markdown 格式导出到本地。选择 Markdown 作为中间格式,是因为它结构清晰、便于 Claude 理解和处理文档内容,同时也方便用户进行二次编辑或版本管理。中间文件默认存储在 /tmp 目录中。 使用方法 导出普通文档 /feishu-export < document_id > /feishu-export < document_id > ./output.md 导出知识库...
|
862 |
| 8308 | conventional-commit | marcelorodrigo/agent-skills |
Instructions < description > This file contains a prompt template for generating conventional commit messages. It provides instructions, examples, and formatting guidelines to help users write standardized, descriptive commit messages in accordance with the Conventional Commits specification. </ description > Workflow Follow these steps: Run git status to review changed files. Run git diff or git diff --cached to inspect changes. Stage your changes with git add <file> . Construct your commit mes...
|
862 |
| 8309 | godot-asset-generator | jwynia/agent-skills |
Godot Asset Generator Generate game assets using AI image generation APIs and prepare them for use in Godot 4.x. This skill covers the complete art pipeline from concept to Godot-ready sprites. When to Use This Skill Use this skill when: Generating game sprites, characters, or objects using AI Creating tilesets for platformers or top-down games Generating UI elements, icons, or menu assets Batch-generating animation frames Preparing AI-generated assets for Godot import Creating consistent as...
|
862 |
| 8310 | scholar-evaluation | k-dense-ai/scientific-agent-skills |
Scholar Evaluation Use this skill to evaluate academic or scientific work with a repeatable rubric. When to Use Reviewing a research paper, proposal, thesis chapter, or literature review. Checking whether claims are supported by cited evidence. Evaluating methodology, study design, analysis, or limitations. Comparing two or more papers for quality or relevance. Producing structured feedback for revision. Evaluation Scope Start by identifying the artifact: Show more
|
862 |
| 8311 | frontend-a11y | affaan-m/everything-claude-code |
Frontend Accessibility Patterns Practical accessibility patterns for React and Next.js. Covers the issues most commonly flagged in code review: missing form labels, incorrect ARIA usage, non-semantic interactive elements, and broken keyboard navigation. When to Activate Building or reviewing form components ( <input> , <select> , <textarea> ) Creating interactive elements (modals, dropdowns, tooltips, tabs) Using <div> or <span> with onClick Adding aria-* attributes to any element Implementing k...
|
862 |
| 8312 | cx-dashboards | coralogix/cx-cli |
Create Coralogix Dashboard Produces a Coralogix dashboard for a target service and deploys it via the cx CLI. Workflow: discover the service's telemetry, align on intent with the user, draft a plan, emit the JSON, live-verify every query through cx , then create the dashboard in a chosen folder. Only use metric names, log fields, and span attributes you can cite from the service's code, README, configuration, or a live query that returned a result. Do not invent them. Reference files Load these ...
|
862 |
| 8313 | creationix-rx-data-store | aradotso/trending-skills |
RX Data Store Skill by ara.so — Daily 2026 Skills collection. RX is an embedded data store for JSON-shaped data. Encode once, then query the encoded document in place — no parsing, no object graph, no GC pressure. Think of it as no-SQL SQLite : unstructured data with database-style random access. Key benefits: O(1) array access, O(log n) object key lookup on encoded data Automatic deduplication of values and shared schemas Text-safe encoding (copy-paste friendly, no binary tooling needed) Minima...
|
861 |
| 8314 | content-marketing | kostja94/marketing-skills |
Content Marketing Help the user build effective content marketing using frameworks from 23 product leaders who have built content engines at companies like Notion, First Round, and The Pragmatic Engineer. How to Help When the user asks for help with content marketing: Identify the goal - Determine if content is for SEO, brand building, lead generation, or thought leadership Find content-market fit - Help them identify the specific anxieties or needs their content will solve Choose the right form...
|
861 |
| 8315 | design-brief | owl-listener/designer-skills |
This skill creates a design brief through structured conversation. You may skip steps if they are not necessary. Example prompts "Write a brief for the onboarding flow" "I need to plan a settings page before I start building" "Help me define the direction for a marketing landing page" "Brief this: a dashboard that shows project health metrics" Process Ask the user for a detailed description of what they want to build, who it is for, and any constraints or ideas they already have. Explore the exi...
|
861 |
| 8316 | design-token | owl-listener/designer-skills |
Design Token You are an expert in design token architecture and systematic design foundations. What You Do You help define, organize, and document design tokens — the atomic values that drive visual consistency. You understand token taxonomies, naming hierarchies, and cross-platform mapping. Token Categories Color : Global palette, alias tokens (surface, text, border), component tokens Spacing : Base unit (4px/8px), scale (xs through 3xl), contextual (inset, stack, inline) Typography : Font fami...
|
861 |
| 8317 | update-docs | neolabhq/context-engineering-kit |
Update Documentation Guide for updating voxtype documentation across all locations. Documentation Locations Document Location When to Update User Manual docs/USER_MANUAL.md New features, usage changes Configuration Guide docs/CONFIGURATION.md New config options Troubleshooting docs/TROUBLESHOOTING.md New error conditions, fixes FAQ docs/FAQ.md Common questions README README.md Major features, installation changes Website News website/news/index.html Every release GitHub Release GitHub Releases...
|
861 |
| 8318 | drizzle-migrations | bobmatnyc/claude-mpm-skills |
Drizzle ORM Database Migrations (TypeScript) Migration-first database development workflow using Drizzle ORM for TypeScript/JavaScript projects. When to Use This Skill Use this skill when: Working with Drizzle ORM in TypeScript/JavaScript projects Need to create or modify database schema Want migration-first development workflow Setting up new database tables or columns Need to ensure schema consistency across environments Core Principle: Migration-First Development Critical Rule: Schema ch...
|
861 |
| 8319 | component-spec | owl-listener/designer-skills |
Component Spec You are an expert in writing thorough, implementable component specifications for design systems. What You Do You create complete component specs covering anatomy, behavior, variants, states, accessibility, and usage. Specification Structure Overview — Name, description, when to use / not use Anatomy — Visual breakdown, required vs optional elements Variants — Size (sm/md/lg), style (primary/secondary/ghost), layout Props/API — Name, type, default, description, required status Sta...
|
861 |
| 8320 | testing | tursodatabase/turso |
LobeHub Testing Guide Quick Reference Commands: Run specific test file bunx vitest run --silent = 'passed-only' '[file-path]' Database package (client) cd packages/database && bunx vitest run --silent = 'passed-only' '[file]' Database package (server) cd packages/database && TEST_SERVER_DB = 1 bunx vitest run --silent = 'passed-only' '[file]' Never run bun run test - it runs all 3000+ tests (~10 minutes). Test Categories Category Location Config Webapp src//*.test.ts(x) vitest.config.ts Packa...
|
861 |
| 8321 | upstash | upstash/skills |
Upstash Skills This skill combines documentation for all Upstash SDKs. Pick the relevant sub-skill below. upstash-box-js Work with the @upstash/box TypeScript/JavaScript SDK for sandboxed cloud containers with AI agents, shell, filesystem, and git. Use when building with Upstash Box, creating sandboxed environments, running AI agents in containers, or orchestrating parallel boxes. upstash-box-py Work with the upstash-box Python SDK for sandboxed cloud containers with AI agents, shell, filesystem...
|
861 |
| 8322 | product-manager-toolkit | alirezarezvani/claude-skills |
Product Manager Toolkit Essential tools and frameworks for modern product management, from discovery to delivery. Quick Start For Feature Prioritization python scripts/rice_prioritizer.py sample Create sample CSV python scripts/rice_prioritizer.py sample_features.csv --capacity 15 For Interview Analysis python scripts/customer_interview_analyzer.py interview_transcript.txt For PRD Creation Choose template from references/prd_templates.md Fill in sections based on discovery work Review with stak...
|
860 |
| 8323 | blog-rewrite | agricidaniel/claude-blog |
Blog Rewriter: Optimize Existing Posts Rewrites and optimizes existing blog posts for dual ranking: Google search and AI citation platforms. Preserves the author's voice while applying the 6 pillars of optimization. Key references: references/quality-scoring.md - 5-category scoring (Content 30, SEO 25, E-E-A-T 15, Technical 15, AI Citation 15) references/eeat-signals.md - Experience, expertise, authority, trust markers references/internal-linking.md - Linking strategy and anchor text rules refer...
|
860 |
| 8324 | roadmap | jezweb/claude-skills |
Roadmap Generate a comprehensive technical roadmap for building an entire application. Detailed enough that Claude Code can pick up any phase and execute it autonomously for hours. This is not a high-level strategy doc. It's a delivery blueprint — every phase has concrete tasks, every task is actionable, and the whole thing is ordered so you can build from phase 1 through to launch without backtracking. When to Use Starting a major new product (after deep-research, or from a product brief) Conve...
|
860 |
| 8325 | senior-prompt-engineer | davila7/claude-code-templates |
Senior Prompt Engineer Prompt engineering patterns, LLM evaluation frameworks, and agentic system design. Table of Contents Quick Start Tools Overview Prompt Optimizer RAG Evaluator Agent Orchestrator Prompt Engineering Workflows Prompt Optimization Workflow Few-Shot Example Design Structured Output Design Reference Documentation Common Patterns Quick Reference Show more
|
860 |
| 8326 | redis-connections | redis/agent-skills |
Redis Connections Client-side guidance for talking to Redis efficiently: how to share connections, how to batch commands, which commands not to call in production, when to turn on client-side caching, and how to set timeouts that fail fast without breaking healthy traffic. When to apply Creating or reviewing a Redis client setup (redis-py, Jedis, Lettuce, go-redis, NRedisStack). Making many small Redis calls and wondering where the latency is going. Iterating large keyspaces, sets, hashes, or li...
|
860 |
| 8327 | add-provider-package | vercel/ai |
Adding a New Provider Package This guide covers the process of creating a new @ai-sdk/<provider> package to integrate an AI service into the AI SDK. First-Party vs Third-Party Providers Third-party packages : Any provider can create a third-party package. We're happy to link to it from our documentation. First-party @ai-sdk/<provider> packages : If you prefer a first-party package, please create an issue first to discuss. Reference Example See https://github.com/vercel/ai/pull/8136/files for a c...
|
860 |
| 8328 | go-linting | cxuu/golang-skills |
Go Linting Source: Uber Go Style Guide Core Principle More important than any "blessed" set of linters: lint consistently across a codebase. Consistent linting helps catch common issues and establishes a high bar for code quality without being unnecessarily prescriptive. Minimum Recommended Linters Source: Uber Go Style Guide These linters catch the most common issues while maintaining a high quality bar: Linter Purpose errcheck Ensure errors are handled goimports Format code and manage ...
|
860 |
| 8329 | trading-strategist | kukapay/crypto-skills |
Trading Strategies Skill This skill generates data-driven trading strategies for cryptocurrencies by integrating multiple data sources and analytical tools. Core Components Binance Market Data: Real-time price, volume, and historical klines from Binance API Technical Analysis (TA): Calculated indicators including SMA, RSI, MACD, Bollinger Bands, Stochastic, and more Market Sentiment: Aggregated sentiment scores from popular crypto RSS feeds Workflow Step 1: Data Collection Fetch current ticker...
|
859 |
| 8330 | review-pr | tirth8205/code-review-graph |
Review PR Skill Review the current pull request and write the output to review.json . Context The working directory is the PR branch checkout. The workflow provides an annotated diff in pr_diff.txt . The workflow provides the PR description in pr_description.txt . Focus on files and lines changed by this PR. Do not post comments or reviews to GitHub directly. Review Scope Prioritize correctness, security, error handling, and meaningful performance issues. Include style or nit comments only when ...
|
859 |
| 8331 | theming-system | owl-listener/designer-skills |
Theming System You are an expert in flexible theming architectures for multi-brand, multi-mode design systems. What You Do You design theming systems allowing one component library to support multiple visual themes through token mapping. Architecture Layer 1 : Global tokens (raw palette) Layer 2 : Semantic tokens (purpose-driven aliases) — themes override here Layer 3 : Component tokens (scoped) Theme Types Color modes: light, dark, high contrast, dimmed Brand themes: primary, sub-brands, white-...
|
859 |
| 8332 | mapbox-mcp-devkit-patterns | mapbox/mapbox-agent-skills |
Mapbox MCP DevKit Patterns This skill provides patterns for integrating the Mapbox MCP DevKit Server into AI coding workflows to accelerate Mapbox application development. What is Mapbox MCP DevKit? The Mapbox MCP DevKit Server is a Model Context Protocol (MCP) server that gives AI assistants direct access to Mapbox developer APIs: Style management - Create, list, update, delete, preview, validate, compare, and optimize styles Token management - Generate and list access tokens with scopes Valida...
|
859 |
| 8333 | getnote-tag | iswalle/getnote-cli |
getnote-tag Skill Add, list, and remove tags on notes. Prerequisites getnote CLI installed and authenticated ( getnote auth status should show "Authenticated") Commands List tags on a note getnote tag list <note_id> Returns all tags with their IDs and types. Show more
|
859 |
| 8334 | blog-audit | agricidaniel/claude-blog |
Blog Audit: Full-Site Health Assessment Performs a comprehensive blog health assessment across all posts in the project. Scans for quality scores, orphan pages, topic cannibalization, stale content, and AI citation readiness. Uses parallel subagents for efficient analysis and produces a prioritized action queue. Audit Process Step 1: Discover Blog Files Scan the project for all blog content files: Show more Installs 684 Repository agricidaniel/claude-blog GitHub Stars 1.3K First Seen Feb 26, 202...
|
859 |
| 8335 | r3f-lighting | enzed/r3f-skills |
React Three Fiber Lighting Quick Start import { Canvas } from '@react-three/fiber' function Scene() { return ( <Canvas shadows> {/* Ambient fill */} <ambientLight intensity={0.5} /> {/* Main light with shadows */} <directionalLight position={[5, 5, 5]} intensity={1} castShadow shadow-mapSize={[2048, 2048]} /> {/* Objects */} <mesh castShadow receiveShadow> <boxGeometry /> <meshStandardMaterial colo...
|
859 |
| 8336 | security-audit | sickn33/antigravity-awesome-skills |
Security Audit You are a security auditor. Your job is to find exploitable vulnerabilities with real impact . Platform terminology This skill is agent-neutral. In the methodology: Task tool means the coding agent's delegation or sub-agent mechanism. research agent means a delegated agent optimized for focused codebase exploration and factual verification. general agent means a delegated agent that can investigate broadly and spawn focused research agents. subagent_type means the equivalent deleg...
|
859 |
| 8337 | indexing | kostja94/marketing-skills |
SEO Technical: Indexing Guides indexing troubleshooting and fix actions. For how to find and diagnose issues in GSC, see google-search-console . When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Technical SEO) Fix actions : noindex, canonical, content quality, URL Inspection; verify robots.txt does not block (see robo...
|
858 |
| 8338 | xml-sitemap | kostja94/marketing-skills |
SEO Technical: Sitemap Guides sitemap creation, auditing, and optimization for search engine discovery. When invoking : On first use , if helpful, open with 1–2 sentences on what this skill covers and why it matters, then provide the main output. On subsequent use or when the user asks to skip, go directly to the main output. Scope (Technical SEO) Sitemap : Create XML sitemap; submit to Google Search Console URL discovery : Help search engines find pages; especially important for large sites or ...
|
858 |
| 8339 | linkfox-multimodal-recognize-image | linkfox-ai/linkfox-skills |
Image Recognition This skill guides you on how to use the multimodal image recognition API to analyze images from URLs and extract meaningful information based on user intent. Core Concepts The Image Recognition tool accepts an image URL and an optional natural-language requirement describing what the user wants to know about the image. The backend uses a multimodal AI model to interpret the visual content and return a textual description or analysis. Supported formats : JPG, JPEG, PNG, GIF, Web...
|
858 |
| 8340 | blog-outline | agricidaniel/claude-blog |
Blog Outline Generator: SERP-Informed Structure Planning Generates skeletal blog post outlines informed by SERP analysis. A lighter alternative to a full content brief - produces heading hierarchy, section targets, and content gap notes without deep statistics research or full competitive analysis. Cross-reference For evidence-led topical-relevance and content-planning prompts upstream of outlining, see /blog flow find . The blog-post-outline-prompt under /blog flow optimize is a complementary s...
|
858 |
| 8341 | radon-mcp | software-mansion-labs/skills |
Radon IDE MCP Tools Best practices for Radon IDE's MCP tools for live React Native / Expo app inspection and debugging. Read the relevant reference for the tool at hand. All references are in references/ . References File When to read references/view-application-logs.md When debugging any issues - call view_application_logs first for build, native, and runtime logs references/view-screenshot.md Inspecting the current visual state of the app, fixing visual bugs, making UI changes references/view-...
|
858 |
| 8342 | tdd-test-writer | am-will/codex-skills |
TDD Test Writer Use this skill to complete the RED phase of TDD: define behavior with tests first, verify they fail for the right reason, then hand off implementation with objective pass criteria. When To Use Use this skill when the user asks for: test-first development TDD / RED-GREEN-REFACTOR workflow writing tests that implementation agents must satisfy bugfixes that need regression tests before code changes Required Rules Do not modify production code while running this skill. Use subagent r...
|
857 |
| 8343 | complexity | boshu2/agentops |
Complexity Skill YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. Analyze code complexity to identify refactoring targets. Execution Steps Given /complexity [path] : Step 1: Determine Target If path provided: Use it directly. If no path: Use current directory or recent changes: git diff --name-only HEAD~5 2 > /dev/null | grep -E '\.(py|go)$' | head -10 Step 2: Detect Language Check for Python files ls *.py /*.py 2 > /dev/null | head -1 && echo "Python detected" Check for Go files ls *....
|
857 |
| 8344 | framer-motion | pproenca/dot-skills |
Framer Motion / Motion Animation Guidelines You are an expert in Framer Motion (now Motion), React, and TypeScript. Follow these guidelines when creating animations. Core Principles Import from the Correct Package Use import { motion } from "motion/react" for React projects (not "framer-motion" - this is outdated) The library was renamed from Framer Motion to Motion Always use the latest Motion API Performance-First Approach Animate transform properties (x, y, scale, rotate) and opacity for be...
|
857 |
| 8345 | eslint-prettier-config | patricio0312rev/skills |
ESLint & Prettier Configuration Setup consistent code quality and formatting with ESLint and Prettier. Core Workflow Install dependencies: ESLint, Prettier, plugins Configure ESLint: Rules and extends Configure Prettier: Formatting options Integrate tools: ESLint + Prettier Setup scripts: Lint and format commands Add hooks: Pre-commit validation ESLint Flat Config (v9+) // eslint.config.mjs import js from '@eslint/js'; import typescript from '@typescript-eslint/eslint-plugin'; import tsParser ...
|
857 |
| 8346 | brainstorm | neolabhq/context-engineering-kit |
Brainstorming Ideas Into Designs Overview Help turn ideas into fully formed designs and specs through natural collaborative dialogue. Start by understanding the current project context, then ask questions one at a time to refine the idea. Once you understand what you're building, present the design in small sections (200-300 words), checking after each section whether it looks right so far. The Process Understanding the idea: Check out the current project state first (files, docs, recent commits...
|
857 |
| 8347 | hypothesis-generation | k-dense-ai/scientific-agent-skills |
No SKILL.md available for this skill. View on GitHub Installs 458 Repository k-dense-ai/scie…t-skills GitHub Stars 26.3K First Seen Apr 9, 2026
|
857 |
| 8348 | what-did-i-get-done | cursor/plugins |
What did I get done Trigger Need a short, high-signal summary of work completed in a specific time range (for example: yesterday, last 3 days, or last week). Workflow Resolve the requested time window into concrete dates. Read commits authored by the current git user email within that range. Exclude merge commits and uncommitted changes. Synthesize the most important shipped changes into a concise status update. Include the actual date range used in the final summary. Guardrails Show more Instal...
|
857 |
| 8349 | tanstack-cli | tanstack-skills/tanstack-skills |
Overview TanStack CLI is an interactive scaffolding tool for creating TanStack Start applications. It provides guided project creation with 30+ pre-built integrations covering authentication, databases, deployment, and developer tools. It also includes an MCP (Model Context Protocol) server for AI agent assistance and supports custom templates for team-standardized setups. Package: @tanstack/cli Status: Stable Installation & Usage Create a new project (interactive) npx @tanstack/cli create my-a...
|
857 |
| 8350 | nemoclaw-user-get-started | nvidia/skills |
NemoClaw Quickstart with OpenClaw Follow these steps to get started with NemoClaw and your first sandboxed OpenClaw agent. Note: Make sure you have completed reviewing the Prerequisites before following this guide. Install NemoClaw and Onboard OpenClaw Agent Download and run the installer script. The script installs Node.js if it is not already present, then runs the guided onboard wizard to create a sandbox, configure inference, and apply security policies. Note: NemoClaw creates a fresh OpenCl...
|
856 |