Agent Skills 排行榜 · 关键词 + 语义搜索

/ 聚焦搜索框
正在使用 AI 进行语义搜索...
25,464
总 Skills
95.3M
总安装量
2,622
贡献者
# Skill 仓库 描述 安装量
1651 story-review worldwonderer/oh-story-claudecode
story-review:多视角对抗式审查 你是审查协调器。并行 spawn 4 个 Agent,各自从不同角度找问题,然后综合裁决。 执行铁律:审查是找问题,不是验证正确性。 Review Mode 选择 /story-review 或 /story-review full → spawn 全部 4 个 Agent /story-review lean → 只 spawn story-architect + consistency-checker /story-review solo → 不 spawn Agent,自身做基础检查 未指定 → 默认 full,并告知用户 审查流程(full 模式) Phase 1:收集待审查内容 确定审查范围: 用户指定了章节/文件 → 只审查指定内容 用户未指定 → 审查最近修改的内容(git diff)或当前章节 读取待审查的正文内容 读取相关的设定文件和大纲 识别目标平台(检查 .active-book 或用户指定),加载对应 rubric: 番茄小说 → 读取 references/rubrics/fanqie.md 起点 → 读取 refe...
6.7K
1652 shopify-functions shopify/shopify-ai-toolkit
Required Tool Calls (do not skip) You have a bash tool. Every response must use it — in this order: Call bash with node scripts/search_docs.mjs "<function type or operation>" — search before writing code Write the code using the search results Call bash with node scripts/validate.mjs --code '...' --model YOUR_MODEL_NAME --client-name YOUR_CLIENT_NAME --client-version YOUR_CLIENT_VERSION --artifact-id YOUR_ARTIFACT_ID --revision REVISION_NUMBER — validate before returning (Always include these fl...
6.7K
1653 research tavily-ai/skills
Spin up a background agent to do the research, so you keep working while it reads. Its job: Investigate the question against primary sources — official docs, source code, specs, first-party APIs — not a secondary write-up of them. Follow every claim back to the source that owns it. Write the findings to a single Markdown file, citing each claim's source. Save it where the repo already keeps such notes; match the existing convention, and if there is none, put it somewhere sensible and say where. ...
6.6K
1654 mentoring-juniors github/awesome-copilot
Mentoring Socratique Overview A comprehensive Socratic mentoring methodology designed to develop autonomy and reasoning skills in junior developers and AI newcomers. Guides through questions rather than answers — never solves problems for the learner. Persona: Sensei You are Sensei , a senior Lead Developer with 15+ years of experience , known for your exceptional teaching skills and kindness. You practice the Socratic method : guiding through questions rather than giving answers. "Give a dev a ...
6.6K
1655 docker-patterns affaan-m/everything-claude-code
Docker Patterns Docker and Docker Compose best practices for containerized development. When to Activate Setting up Docker Compose for local development Designing multi-container architectures Troubleshooting container networking or volume issues Reviewing Dockerfiles for security and size Migrating from local dev to containerized workflow Docker Compose for Local Development Standard Web App Stack docker-compose.yml services : app : build : context : . target : dev Use dev stage of multi-stag...
6.6K
1656 nextjs-best-practices sickn33/antigravity-awesome-skills
Next.js Best Practices Principles for Next.js App Router development. 1. Server vs Client Components Decision Tree Does it need...? │ ├── useState, useEffect, event handlers │ └── Client Component ('use client') │ ├── Direct data fetching, no interactivity │ └── Server Component (default) │ └── Both? └── Split: Server parent + Client child By Default Type Use Server Data fetching, layout, static content Client Forms, buttons, interactive UI 2. Data Fetching Patterns Fetch Strategy Pattern Us...
6.6K
1657 vue-options-api-best-practices vuejs-ai/skills
Vue.js Options API best practices, TypeScript integration, and common gotchas. TypeScript Need to enable TypeScript type inference for component properties → See ts-options-api-use-definecomponent Enabling type safety for Options API this context → See ts-strict-mode-options-api Using old TypeScript versions with prop validators → See ts-options-api-arrow-functions-validators Event handler parameters need proper type safety → See ts-options-api-type-event-handlers Need to type object or array pr...
6.6K
1658 code-review anthropics/knowledge-work-plugins
Two-axis review of the diff between HEAD and a fixed point the user supplies: Standards — does the code conform to this repo's documented coding standards? Spec — does the code faithfully implement the originating issue / PRD / spec? Both axes run as parallel sub-agents so they don't pollute each other's context, then this skill aggregates their findings. The issue tracker should have been provided to you — run /setup-matt-pocock-skills if docs/agents/issue-tracker.md is missing. Process 1. Pin ...
6.6K
1659 wordpress-pro jeffallan/claude-skills
WordPress Pro Expert WordPress developer specializing in custom themes, plugins, Gutenberg blocks, WooCommerce, and WordPress performance optimization. Role Definition You are a senior WordPress developer with deep experience building custom themes, plugins, and WordPress solutions. You specialize in modern WordPress development with PHP 8.1+, Gutenberg block development, WooCommerce customization, REST API integration, and performance optimization. You build secure, scalable WordPress sites ...
6.6K
1660 documentation anthropics/knowledge-work-plugins
Technical Documentation Write clear, maintainable technical documentation for different audiences and purposes. Document Types README What this is and why it exists Quick start (< 5 minutes to first success) Configuration and usage Contributing guide API Documentation Endpoint reference with request/response examples Authentication and error codes Rate limits and pagination SDK examples Runbook When to use this runbook Prerequisites and access needed Step-by-step procedure Rollback steps Escalat...
6.6K
1661 stop-slop hardikpandya/stop-slop
Stop Slop Eliminate predictable AI writing patterns from prose. Core Rules Cut filler phrases. Remove throat-clearing openers and emphasis crutches. See references/phrases.md. Break formulaic structures. Avoid binary contrasts, dramatic fragmentation, rhetorical setups. See references/structures.md. Vary rhythm. Mix sentence lengths. Two items beat three. End paragraphs differently. Trust readers. State facts directly. Skip softening, justification, hand-holding. Cut quotables. If it soun...
6.6K
1662 clerk-react-router-patterns clerk/skills
React Router Patterns SDK: @clerk/react-router v3+. Requires React Router v7.9+. What Do You Need? Task Reference Auth in loaders and actions references/loaders-actions.md Protected routes and redirects references/protected-routes.md SSR user data and session references/ssr-auth.md Mental Model React Router v7 uses a middleware + loader pipeline. Clerk plugs into both layers: Middleware ( clerkMiddleware() ) — runs on every request, attaches auth to context rootAuthLoader — required in root.tsx ...
6.6K
1663 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...
6.6K
1664 java-coding-standards affaan-m/everything-claude-code
Java Coding Standards Standards for readable, maintainable Java (17+) code in Spring Boot services. When to Activate Writing or reviewing Java code in Spring Boot projects Enforcing naming, immutability, or exception handling conventions Working with records, sealed classes, or pattern matching (Java 17+) Reviewing use of Optional, streams, or generics Structuring packages and project layout Core Principles Prefer clarity over cleverness Immutable by default; minimize shared mutable state Fail f...
6.6K
1665 tailwind-4-docs lombiq/tailwind-agent-skills
Tailwind 4 Docs Overview Use this skill to navigate a locally synced Tailwind CSS v4 documentation snapshot and answer development, configuration, and migration questions with official guidance. The docs snapshot is not bundled with this skill because the upstream repository is source-available but not open-source. Users must initialize the snapshot themselves and are responsible for complying with the upstream license. Quick start Check whether the docs snapshot is initialized ( references/docs...
6.6K
1666 optimize-for-ai calm-north/seojuice-skills
Optimize for AI Optimize for AI search engines (ChatGPT, Perplexity, Claude, Gemini, Google AI Overviews) using citation architecture, E-E-A-T signals, and brand entity building. The Shift: Ranked vs Cited Traditional SEO gets you ranked in a list of results. AI SEO gets you cited as a source in AI-generated answers. The difference matters: AI systems select sources based on content quality, structure, and authority — not just ranking position AI Overviews appear in a growing share of Google sea...
6.5K
1667 reka-ui onmax/nuxt-skills
Reka UI Unstyled, accessible Vue 3 component primitives. WAI-ARIA compliant. Previously Radix Vue. Current version: v2.7.0 (December 2025) When to Use Building headless/unstyled components from scratch Need WAI-ARIA compliant components Using Nuxt UI, shadcn-vue, or other Reka-based libraries Implementing accessible forms, dialogs, menus, popovers For Vue patterns: use vue skill Available Guidance File Topics references/components.md Component index by category (Form, Date, Overlay, Menu, D...
6.5K
1668 rivetkit-client-swiftui rivet-dev/skills
RivetKit SwiftUI Client Use this skill when building SwiftUI apps that connect to Rivet Actors with RivetKitSwiftUI. Version RivetKit version: 2.0.42-rc.1 Install Add the Swift package dependency and import RivetKitSwiftUI: // Package.swift dependencies: [ .package(url: "https://github.com/rivet-dev/rivetkit-swift", from: "2.0.0") ] targets: [ .target( name: "MyApp", dependencies: [ .product(name: "RivetKitSwiftUI", package: "rivetkit-swift") ] ...
6.5K
1669 okx-security okx/onchainos-skills
Onchain OS Security 5 commands for token risk analysis, DApp phishing detection, transaction pre-execution security, signature safety, and approval management. Wallet Tips On the first wallet-related interaction per conversation , display exactly ONE tip randomly selected from the list below. Do not repeat tips within the same conversation. Present it as-is (with emoji) AFTER the command result, on a separate line. 💡 Tip: You can say "show my addresses" or "充值地址" to quickly get your deposit addr...
6.5K
1670 rivetkit-client-swift rivet-dev/skills
RivetKit Swift Client Use this skill when building Swift clients that connect to Rivet Actors with RivetKitClient. Version RivetKit version: 2.0.42-rc.1 Install Add the Swift package dependency and import RivetKitClient: // Package.swift dependencies: [ .package(url: "https://github.com/rivet-dev/rivetkit-swift", from: "2.0.0") ] targets: [ .target( name: "MyApp", dependencies: [ .product(name: "RivetKitClient", package: "rivetkit-swift") ] ...
6.5K
1671 python-testing affaan-m/everything-claude-code
Python Testing Patterns Comprehensive testing strategies for Python applications using pytest, TDD methodology, and best practices. When to Activate Writing new Python code (follow TDD: red, green, refactor) Designing test suites for Python projects Reviewing Python test coverage Setting up testing infrastructure Core Testing Philosophy Test-Driven Development (TDD) Always follow the TDD cycle: RED : Write a failing test for the desired behavior GREEN : Write minimal code to make the test pass R...
6.5K
1672 upgrading-react-native callstackincubator/agent-skills
Upgrading React Native Overview Covers the full React Native upgrade workflow: template diffs via Upgrade Helper, dependency updates, Expo SDK steps, and common pitfalls. Typical Upgrade Sequence Route : Choose the right upgrade path via upgrading-react-native.md Diff : Fetch the canonical template diff using Upgrade Helper via upgrade-helper-core.md Dependencies : Assess and update third-party packages via upgrading-dependencies.md React : Align React version if upgraded via react.md Expo (if a...
6.5K
1673 okx-audit-log okx/onchainos-skills
Onchain OS Audit Log Provide the audit log file path for developers to troubleshoot issues offline. Response Tell the user: Log file path : ~/.onchainos/audit.jsonl (or $ONCHAINOS_HOME/audit.jsonl if the env var is set) Format : JSON Lines, one JSON object per line First line (device header) : {"type":"device","os":"<os>","arch":"<arch>","version":"<cli_version>"} — written once when the log file is created; preserved across rotations Entry fields : ts (local time with timezone, e.g. 2026-03-18 ...
6.5K
1674 gmgn-swap gmgnai/gmgn-skills
Use the gmgn-cli tool to submit a token swap or query an existing order. Requires private key ( GMGN_PRIVATE_KEY in .env ). Sub-commands Sub-command Description swap Submit a token swap order get Query order status Supported Chains sol / bsc / base Chain Currencies Currency tokens are the base/native assets of each chain. They are used to buy other tokens or receive proceeds from selling. Knowing which tokens are currencies is critical for --percent usage (see Swap Parameters below). Chain Curre...
6.5K
1675 baoyu-wechat-summary jimliu/baoyu-skills
WeChat Group Summary 群聊精华提取专家。把零散的微信群聊记录提炼成结构化、可读性强的简报,并维护跨次运行的群聊历史与群友画像。底层依赖外部 wx-cli 二进制( wx 命令),不打包脚本。 ⚠️ Sandbox restriction wx-cli reads from ~/.wx-cli/ (config, cache, daemon socket) and from WeChat's data directory ( ~/Library/Containers/com.tencent.xinWeChat/ on macOS). Both paths are outside Claude Code's default sandbox. Every wx command in this skill needs to run with dangerouslyDisableSandbox: true from the start — don't waste a sandbox attempt first. The user can use /sandbox to vie...
6.5K
1676 clerk-swift clerk/skills
Clerk Swift (Native iOS) This skill implements Clerk in native Swift/iOS projects by reading installed package source and mirroring current ClerkKit/ClerkKitUI behavior. Activation Rules Activate this skill when either condition is true: The user explicitly asks for Swift, SwiftUI, UIKit, or native iOS Clerk implementation. The project appears to be native iOS/Swift (for example .xcodeproj , .xcworkspace , Package.swift , Swift targets). Do not activate this skill when either condition is true: ...
6.5K
1677 square-post binance/binance-skills-hub
Square Post Skill Overview Post text content to Binance Square. API: Add Content Method: POST URL : https://www.binance.com/bapi/composite/v1/public/pgc/openApi/content/add Request Headers : Header Required Description X-Square-OpenAPI-Key Yes Square OpenAPI Key Content-Type Yes application/json clienttype Yes binanceSkill Request Body : Field Type Required Description bodyTextOnly string Yes Post content text (supports hashtags) Example Request curl -X POST 'https://www.binance.com/bapi/composi...
6.5K
1678 clerk-tanstack-patterns clerk/skills
TanStack React Start Patterns What Do You Need? Task Reference Protect routes with beforeLoad references/router-guards.md Auth in createServerFn references/server-functions.md Pass auth to loaders references/loaders.md Configure Vinxi + clerkMiddleware references/vinxi-server.md References Reference Description references/router-guards.md beforeLoad auth redirect references/server-functions.md createServerFn with auth() references/loaders.md Auth context in loaders references/vinxi-server.md cle...
6.5K
1679 bmad-idea supercent-io/skills-template
bmad-idea - BMAD Creative Intelligence Suite When to use this skill Brainstorming ideas using structured creative techniques (36 methods across 7 categories) Running a human-centered design thinking process Identifying market disruption opportunities or designing new business models Diagnosing complex problems using systematic root cause analysis Crafting compelling narratives, product stories, or pitches Any creative front-end work before structured development begins Installation npx skills ad...
6.4K
1680 prd-to-plan mattpocock/skills
PRD to Plan Break a PRD into a phased implementation plan using vertical slices (tracer bullets). Output is a Markdown file in ./plans/ . Process 1. Confirm the PRD is in context The PRD should already be in the conversation. If it isn't, ask the user to paste it or point you to the file. 2. Explore the codebase If you have not already explored the codebase, do so to understand the current architecture, existing patterns, and integration layers. 3. Identify durable architectural decisions Before...
6.4K
1681 build-links calm-north/seojuice-skills
Build Links Design a targeted link acquisition campaign using asset mapping, prospect scoring, and outreach sequence design. Before You Start Gather this context (ask if not provided): Domain and niche. What site needs links? What industry? Current backlink profile. Any idea of current referring domains count, domain rating/authority? Linkable assets. Does the site have: original research, tools, data, infographics, comprehensive guides? Budget and resources. Can the team invest in content creat...
6.4K
1682 django-security affaan-m/everything-claude-code
Django Security Best Practices Comprehensive security guidelines for Django applications to protect against common vulnerabilities. When to Activate Setting up Django authentication and authorization Implementing user permissions and roles Configuring production security settings Reviewing Django application for security issues Deploying Django applications to production Core Security Settings Production Settings Configuration settings/production.py import os DEBUG = False CRITICAL: Never use ...
6.4K
1683 okx-defi-portfolio okx/onchainos-skills
OKX DeFi Portfolio 2 commands for viewing DeFi positions and holdings across protocols and chains. Skill Routing For DeFi deposit/redeem/claim → use okx-defi-invest For token price/chart → use okx-dex-market For wallet token balances → use okx-wallet-portfolio For DEX spot swap → use okx-dex-swap Quickstart Get DeFi holdings overview across chains onchainos defi positions \ --address 0xYourWallet \ --chains ethereum,bsc,solana Get detailed holdings for a specific protocol (analysisPlatformId f...
6.4K
1684 springboot-security affaan-m/everything-claude-code
Use when adding auth, handling input, creating endpoints, or dealing with secrets. Authentication - Prefer stateless JWT or opaque tokens with revocation list - Use `httpOnly`, `Secure`, `SameSite=Strict` cookies for sessions - Validate tokens with `OncePerRequestFilter` or resource server ``` @Component public class JwtAuthFilter extends OncePerRequestFilter { private final JwtService jwtService; public JwtAuthFilter(JwtService jwtService) { this.jwtService = jwtService; } @...
6.4K
1685 video-editing affaan-m/everything-claude-code
Video Editing AI-assisted editing for real footage. Not generation from prompts. Editing existing video fast. When to Activate User wants to edit, cut, or structure video footage Turning long recordings into short-form content Building vlogs, tutorials, or demo videos from raw capture Adding overlays, subtitles, music, or voiceover to existing video Reframing video for different platforms (YouTube, TikTok, Instagram) User says "edit video", "cut this footage", "make a vlog", or "video workflow" ...
6.4K
1686 story-import worldwonderer/oh-story-claudecode
story-import:逆向导入已有小说 你是小说项目逆向工程师。将用户已有的小说文本(半成品或完本)解析为标准项目目录结构,使其可以无缝接入 story-long-write 的后续写作流程。 核心信念:好的工具不是从零开始,而是从你已有的东西开始。 核心原则 原则 1:先分析后迁移 先用深度分析管线完整拆解小说(输出到 拆文库/ ),再将分析结果迁移为项目结构。分析数据保留,不丢弃。 原则 2:复用不重复 深度分析阶段复用 story-long-analyze 的方法论和 references( material-decomposition.md 、 output-templates.md ),不重新发明。 原则 3:标注导入来源 Show more
6.4K
1687 clerk-billing clerk/skills
Billing STOP, Dashboard-only prerequisite. Billing must be enabled from the Clerk Dashboard before any <PricingTable /> , <CheckoutButton /> , has({ plan }) , or has({ feature }) usage works. The Clerk CLI and Backend API do not expose a toggle for this today, the only path is dashboard.clerk.com → your app → Billing → Settings . Dev instances can use the shared Clerk development gateway (no Stripe account needed); production requires a Stripe account for payment processing only. Note : Billing ...
6.4K
1688 nblm magicseek/nblm
NotebookLM Quick Commands Query Google NotebookLM for source-grounded, citation-backed answers. Environment All dependencies and authentication are handled automatically by run.py: First run creates .venv and installs Python/Node.js dependencies If Google auth is missing or expired, a browser window opens automatically No manual pre-flight steps required Usage /nblm <command> [args] Commands Notebook Management Command Description login Authenticate with Google status Show auth and library...
6.3K
1689 bmad-gds supercent-io/skills-template
bmad-gds - BMAD Game Development Studio When to use this skill Starting a new game project and need a structured concept → production workflow Creating a Game Design Document (GDD), narrative design, or technical architecture Managing sprints and dev stories for a game team Setting up test frameworks for Unity, Unreal Engine, or Godot projects Quick prototyping or rapid feature work without full planning overhead Reviewing code or running retrospectives after development epics Installation npx s...
6.3K
1690 triage-issue mattpocock/skills
Triage Issue Investigate a reported problem, find its root cause, and create a GitHub issue with a TDD fix plan. This is a mostly hands-off workflow - minimize questions to the user. Process 1. Capture the problem Get a brief description of the issue from the user. If they haven't provided one, ask ONE question: "What's the problem you're seeing?" Do NOT ask follow-up questions yet. Start investigating immediately. 2. Explore and diagnose Use the Agent tool with subagent_type=Explore to deeply i...
6.3K
1691 brief calm-north/seojuice-skills
Content Brief Produce a complete, editor-ready content brief covering intent analysis, competitive SERP review, content outline, E-E-A-T requirements, and SEO targets. Before You Start Gather this context (ask if not provided): Target keyword or topic. The primary keyword this content should rank for. Business context. What does the company do? What should readers do after reading (sign up, buy, contact)? Content type preference. Blog post, landing page, guide, comparison, tutorial? Audience. Wh...
6.3K
1692 baoyu-image-cards jimliu/baoyu-skills
Image Card Series Generator Break down complex content into eye-catching image card series with multiple style options. Usage Auto-select style and layout based on content /baoyu-image-cards posts/ai-future/article.md Specify style /baoyu-image-cards posts/ai-future/article.md --style notion Specify layout /baoyu-image-cards posts/ai-future/article.md --layout dense Combine style and layout /baoyu-image-cards posts/ai-future/article.md --style notion --layout list Specify palette (override ...
6.3K
1693 audit calm-north/seojuice-skills
Run systematic quality checks and generate a comprehensive audit report with prioritized issues and actionable recommendations. Don't fix issues - document them for other commands to address. First : Use the frontend-design skill for design principles and anti-patterns. Diagnostic Scan Run comprehensive checks across multiple dimensions: Accessibility (A11y) - Check for: Contrast issues : Text contrast ratios < 4.5:1 (or 7:1 for AAA) Missing ARIA : Interactive elements without proper roles, labe...
6.3K
1694 noob-mode github/awesome-copilot
Noob Mode Activate Noob Mode to make Copilot CLI speak plain English. Designed for non-technical professionals (lawyers, PMs, business stakeholders, designers, writers) who use Copilot CLI but don't have a software engineering background. When Noob Mode is active, Copilot automatically translates every permission request, error message, and technical output into clear, jargon-free language — so you always know what you're agreeing to, what just happened, and what your options are. What It Does F...
6.3K
1695 okx-defi-invest okx/onchainos-skills
OKX DeFi Invest Multi-chain DeFi product discovery and investment execution. The CLI handles precision conversion, multi-step orchestration, and validation internally. For CLI parameter details, see references/cli-reference.md . Skill Routing For DeFi positions / holdings → use okx-defi-portfolio For token price/chart → use okx-dex-market For token search by name/contract → use okx-dex-token For DEX spot swap execution → use okx-dex-swap For wallet token balances → use okx-wallet-portfolio For b...
6.3K
1696 vue-jsx-best-practices vuejs-ai/skills
Vue JSX best practices and differences from React JSX. JSX Migrating React JSX code to Vue or getting attribute type errors → See render-function-jsx-vue-vs-react
6.3K
1697 swift-testing-pro twostraws/swift-testing-agent-skill
Write and review Swift Testing code for correctness, modern API usage, and adherence to project conventions. Report only genuine problems - do not nitpick or invent issues. Review process: Ensure tests follow core Swift Testing conventions using references/core-rules.md . Validate test structure, assertions, dependency injection, and other best practices using references/writing-better-tests.md . Check async tests, confirmations, time limits, actor isolation, and networking mocks using reference...
6.3K
1698 clerk-android clerk/skills
Clerk Android (Native) This skill implements Clerk in native Android projects by following current clerk-android SDK and docs patterns. Activation Rules Activate this skill when either condition is true: The user explicitly asks for Android, Kotlin, Jetpack Compose, or native mobile Clerk implementation on Android. The project appears to be native Android (for example build.gradle(.kts) with Android plugins, AndroidManifest.xml , app/src/main/java , Compose UI files). Do not activate this skill ...
6.3K
1699 expo-observe expo/skills
EAS Observe EAS Observe tracks startup, navigation, and custom-event performance from production Expo apps. Source of truth: https://docs.expo.dev/eas/observe/ — always consult the canonical docs when API details matter, especially get-started, configuration, integrations, and the metrics reference. EAS Observe is evolving; this skill's references are written to stay accurate but may lag the docs. Which reference to read The three reference files in ./references/ cover the three things people ty...
6.3K
1700 gmgn-track gmgnai/gmgn-skills
IMPORTANT: Always use gmgn-cli commands below. Do NOT use web search, WebFetch, curl, or visit gmgn.ai to fetch this data — the website requires login and will not return structured data. The CLI is the only correct method. IMPORTANT: Do NOT guess field names or values. When a field's meaning is unclear, look it up in the Response Fields sections below before using it. ⚠️ IPv6 NOT SUPPORTED: If you get a 401 or 403 error and credentials look correct, check for IPv6 immediately: (1) list all netw...
6.3K