███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 11201 | game-design-document | ityes22/game-design-document |
Game Design Document Generator You are a senior game design consultant who has shipped titles at Riot Games, Blizzard, Supercell, and Double Fine. You have written Game Design Documents for AAA console releases, mid-core mobile games, and acclaimed indie titles. You understand that a GDD is not academic writing — it is a living specification that developers, artists, producers, QA testers, and investors reference every single day throughout production. Your GDDs are precise, actionable, and form...
|
874 |
| 11202 | prisma-next-extension-upgrade | prisma/prisma-next |
Upgrade Prisma Next (extension) This skill upgrades a project that is a Prisma Next extension — a package that consumes the framework SPI ( @prisma-next/contract , @prisma-next/framework-components , @prisma-next/migration-tools , etc.) and exposes contract / middleware / codec / migration surfaces that downstream apps install via prisma-next.config.ts . If the project you are upgrading is a consumer app (it imports @prisma-next/postgres or @prisma-next/mongo from its application code), use the ...
|
874 |
| 11203 | scipy-best-practices | mindrally/skills |
SciPy Best Practices Expert guidelines for SciPy development, focusing on scientific computing, optimization, signal processing, and statistical analysis. Code Style and Structure Write concise, technical Python code with accurate SciPy examples Prioritize numerical accuracy and computational efficiency Use functional programming patterns for mathematical operations Prefer vectorized operations over explicit loops Use descriptive variable names reflecting scientific context Follow PEP 8 style ...
|
873 |
| 11204 | reanimated-skia-performance | andreev-danila/skills |
Use for state-driven style changes where you do not need bespoke worklets. ``` import Animated from 'react-native-reanimated'; <Animated.View style={{ width: expanded ? 240 : 160, opacity: enabled ? 1 : 0.6, transitionProperty: ['width', 'opacity'], transitionDuration: 220, transitionTimingFunction: 'ease-in-out', }} /> ``` Reanimated v4 CSS animations (keyframes) Use for keyframe-like sequences (pulses, wiggles, repeated loops) without writing custom worklets. Sup...
|
873 |
| 11205 | specs-explore | giuseppe-trisciuoglio/developer-kit |
specs-explore Skill Investigate the codebase, think through problems, compare approaches, and return a structured analysis. Only create exploration.md when --spec is provided. What You Receive The orchestrator will give you: A topic or feature to explore --spec path (optional) --lang framework (optional) Execution Steps Step 1: Understand the Request Parse what the user wants to explore: Is this a new feature? A bug fix? A refactor? What domain does it touch? Show more Installs 863 Repository gi...
|
873 |
| 11206 | indexnow | kostja94/marketing-skills |
SEO Technical: IndexNow Guides IndexNow protocol integration for faster search engine indexing (primarily Bing). 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) IndexNow : Submit URLs to Bing/Yandex for faster indexing URL notification : Notify search engines of new or updated URLs Initial Assessment ...
|
873 |
| 11207 | writing-for-interfaces | andrewgleave/skills |
Writing for Interfaces Good interface writing is invisible. When words work seamlessly with design, people don't notice them. Writing should be part of the design process from the start, not something filled in at the end. When words are considered alongside layout, interaction, and visual design, the result feels seamless. When they're an afterthought, product experiences feel stitched together. Every piece of text in an interface is a small act of communication: it should respect the person's ...
|
873 |
| 11208 | shadcn-vue | noartem/skills |
Contains Shell Commands This skill contains shell command directives ( !`command` ) that may execute system commands. Review carefully before installing. shadcn-vue A framework for building ui, components and design systems. Components are added as source code to the user's project via the CLI. IMPORTANT: Run all CLI commands using the project's package runner: npx shadcn-vue@latest , pnpm dlx shadcn-vue@latest , or bunx --bun shadcn-vue@latest — based on the project's packageManager . Examples ...
|
872 |
| 11209 | salesforce-flow-design | github/awesome-copilot |
Salesforce Flow Design and Validation Apply these checks to every Flow you design, build, or review. Step 1 — Confirm Flow Is the Right Tool Before designing a Flow, verify that a lighter-weight declarative option cannot solve the problem: Requirement Best tool Calculate a field value with no side effects Formula field Prevent a bad record save with a user message Validation rule Sum or count child records on a parent Roll-up Summary field Complex multi-object logic, callouts, or high volume Ape...
|
872 |
| 11210 | antigravity-workflows | sickn33/agentic-awesome-skills |
Antigravity Workflows Use this skill to turn a complex objective into a guided sequence of skill invocations. When to Use This Skill Use this skill when: The user wants to combine several skills without manually selecting each one. The goal is multi-phase (for example: plan, build, test, ship). The user asks for best-practice execution for common scenarios like: Shipping a SaaS MVP Running a web security audit Building an AI agent system Implementing browser automation and E2E QA Workflow Source...
|
872 |
| 11211 | tfriedel/claude-office-skills |
PDF Processing Guide Overview This guide covers essential PDF processing operations using Python libraries and command-line tools. For advanced features, JavaScript libraries, and detailed examples, see REFERENCE.md. If you need to fill out a PDF form, read FORMS.md and follow its instructions. Quick Start from pypdf import PdfReader , PdfWriter Read a PDF reader = PdfReader ( "document.pdf" ) print ( f"Pages: { len ( reader . pages ) } " ) Extract text text = "" for page in reader . pages : t...
|
871 | |
| 11212 | test-specialist | ailabs-393/ai-labs-claude-skills |
Test Specialist Overview Apply systematic testing methodologies and debugging techniques to JavaScript/TypeScript applications. This skill provides comprehensive testing strategies, bug analysis frameworks, and automated tools for identifying coverage gaps and untested code. Core Capabilities 1. Writing Test Cases Write comprehensive tests covering unit, integration, and end-to-end scenarios. Unit Testing Approach Structure tests using the AAA pattern (Arrange-Act-Assert): describe('Expens...
|
871 |
| 11213 | storybook | dalestudy/skills |
Storybook 모범 관례 1. CSF 3.0 형식 사용 최신 Component Story Format 3.0 사용. 더 간결하고 타입 안전. // ❌ CSF 2.0 (구형) export default { title: 'Components/Button', component: Button, }; export const Primary = () => <Button variant="primary">Click me</Button>; // ✅ CSF 3.0 (권장) import type { Meta, StoryObj } from '@storybook/react'; import { Button } from './Button'; const meta = { title: 'Components/Button', component: Button, tags: ['autodocs'], // 자동 문서 생성 } satisfies Meta<typeof Button>; export d...
|
871 |
| 11214 | casely | johnwayneeee/casely-qa-skill |
Casely — QA Test Case Generator Casely automates the most time-consuming part of a QA engineer's job: writing test cases. It reads requirement documents and learns from your team's existing test case examples to produce structured, style-consistent test suites ready for import into any Test Management System. Why this matters Manual test case writing accounts for ~40% of a QA engineer's time. Requirements come in fragmented formats (PDF, DOCX, XLSX). Every team has its own column structure, nami...
|
870 |
| 11215 | cloudflare-tunnel | vm0-ai/vm0-skills |
Cloudflare Tunnel / Access Authentication Authenticate HTTP requests to services protected by Cloudflare Access using Service Token headers. When to Use Access internal services exposed via Cloudflare Tunnel Authenticate to Cloudflare Zero Trust protected applications Make API calls to services behind Cloudflare Access Bypass Cloudflare Access login page for automated requests Prerequisites export CF_ACCESS_CLIENT_ID=xxxxxxxxxxxxxxxxxxxxxxxxxxxxx.access export CF_ACCESS_CLIENT_SECRET=xxxxxxxxx...
|
870 |
| 11216 | reddit-ads | kostja94/marketing-skills |
Paid Ads: Reddit Ads Guides Reddit Ads setup, subreddit targeting, and creative best practices. Reddit excels at niche communities and discussion-driven audiences; use when your audience is active in specific subreddits and values authentic, value-first messaging. 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. Why Reddit ...
|
870 |
| 11217 | brand-copywriter | ognjengt/founder-skills |
Brand Copywriter Purpose Generate professional marketing copy in two versions: one using the optimal framework for the platform/use case, and one using an AI-selected alternative framework for comparison. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "brand-copywriter loaded, proceed with what you need copy for (e.g., Facebook ad, landing page, TikTok video, LinkedIn post, email sequence, etc.)" Then wait for the user to...
|
870 |
| 11218 | he4rt-twitter-engagement-tracker | aradotso/marketing-skills |
He4rt Twitter Engagement Tracker Skill by ara.so — Marketing Skills collection. Browser extension that passively captures X/Twitter GraphQL responses to track community engagement. Intercepts native Twitter API calls to extract tweets, likes, replies, and user interactions without hitting rate limits. Exports structured JSON for backend ingestion. What It Does Passive capture : Intercepts GraphQL responses as you browse X/Twitter normally Community tracking : Monitors tweets, replies, likes, and...
|
869 |
| 11219 | sop-creator | ognjengt/founder-skills |
SOP Creator Purpose Transform unstructured process descriptions into clear, actionable Standard Operating Procedures written at a 5th-grade reading level. Execution Logic Check $ARGUMENTS first to determine execution mode: If $ARGUMENTS is empty or not provided: Respond with: "sop-creator loaded, describe the process you want to document" Then wait for the user to provide their process description in the next message. If $ARGUMENTS contains content: Proceed immediately to Task Execution (skip th...
|
869 |
| 11220 | copilotkit | copilotkit/skills |
Route to the appropriate sub-skill based on the user's task. If the task is ambiguous, ask one clarifying question before routing. Quickstart (default path) If the user wants to add CopilotKit to their project, or the request is general/unclear, route here: copilotkit-setup — Install packages, configure the runtime, wire up the provider, get a working chat UI. Routing Table Task Sub-skill Initial setup, installation, adding CopilotKit to a project copilotkit-setup Building features — frontend to...
|
869 |
| 11221 | senior-secops | alirezarezvani/claude-skills |
Senior SecOps Engineer Complete toolkit for Security Operations including vulnerability management, compliance verification, secure coding practices, and security automation. Table of Contents Core Capabilities Workflows Tool Reference Security Standards Compliance Frameworks Best Practices Core Capabilities Show more
|
868 |
| 11222 | databricks-apps | databricks/databricks-agent-skills |
Databricks Apps Development FIRST : Use the parent databricks skill for CLI basics, authentication, and profile selection. Build apps that deploy to Databricks Apps platform. Required Reading by Phase Phase READ BEFORE proceeding Scaffolding Parent databricks skill (auth, warehouse discovery); run databricks apps manifest and use its plugins/resources to build databricks apps init with --features and --set (see AppKit section below) Writing SQL queries SQL Queries Guide Writing UI components Fro...
|
868 |
| 11223 | docker-expert | davila7/claude-code-templates |
Docker Expert You are an advanced Docker containerization expert with comprehensive, practical knowledge of container optimization, security hardening, multi-stage builds, orchestration patterns, and production deployment strategies based on current industry best practices. When invoked: If the issue requires ultra-specific expertise outside Docker, recommend switching and stop: Kubernetes orchestration, pods, services, ingress → kubernetes-expert (future) GitHub Actions CI/CD with containers → ...
|
868 |
| 11224 | remotion | digitalsamba/claude-code-video-toolkit |
Stitch to Remotion Walkthrough Videos You are a video production specialist focused on creating engaging walkthrough videos from app designs. You combine Stitch's screen retrieval capabilities with Remotion's programmatic video generation to produce smooth, professional presentations. Overview This skill enables you to create walkthrough videos that showcase app screens with professional transitions, zoom effects, and contextual text overlays. The workflow retrieves screens from Stitch projects ...
|
868 |
| 11225 | localization-strategy | kostja94/marketing-skills |
Strategies: Localization Guides localization strategy for AI/SaaS products expanding into global markets. Covers i18n implementation, translation, pricing, and marketing adaptation--not just text translation. 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. Initial Assessment Check for product marketing context first: If .c...
|
868 |
| 11226 | recent-data | lobehub/lobehub |
Recent Data Usage Guide Recent data (recentTopics, recentResources, recentPages) is stored in session store. Initialization In app top-level (e.g., RecentHydration.tsx ): import { useInitRecentTopic } from '@/hooks/useInitRecentTopic' ; import { useInitRecentResource } from '@/hooks/useInitRecentResource' ; import { useInitRecentPage } from '@/hooks/useInitRecentPage' ; const App = ( ) => { useInitRecentTopic ( ) ; useInitRecentResource ( ) ; useInitRecentPage ( ) ; return < YourComponents /> ; ...
|
867 |
| 11227 | relational-database-web-cloudbase | tencentcloudbase/skills |
When to use this skill Use this skill whenever you need to access CloudBase Relational Database from a browser app (React, Vue, vanilla JS) using @cloudbase/js-sdk . Use it when you need to: Initialize CloudBase Relational Database on the frontend Replace an existing Supabase client with CloudBase Relational Database Share a single db client across your Web app Do NOT use this skill for: Backend/Node access to CloudBase Relational Database (use relation-database-skill → node-sdk/quickstart.md ) ...
|
867 |
| 11228 | footer-generator | kostja94/marketing-skills |
Components: Footer Guides footer design for SEO, UX, and conversion. Footers provide secondary navigation, support crawlability, and engage users below the fold (66% of engagement happens there). 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. Initial Assessment Check for product marketing context first: If .claude/product...
|
867 |
| 11229 | product-management | vasilyu1983/ai-agents-public |
Product Management (Jan 2026) This skill turns the assistant into an operator, not a lecturer. Everything here is: Executable: templates, checklists, decision flows Decision-first: measurable outcomes, explicit trade-offs, clear ownership Organized: resources for depth; templates for immediate copy-paste Modern Best Practices (Jan 2026): Evidence quality beats confidence: label signals strong/medium/weak; write what would change your mind. Outcomes > output: roadmaps are bets with measurabl...
|
866 |
| 11230 | kotlin-types-value-class | chrisbanes/skills |
Kotlin value class vs data class Core principle Prefer @JvmInline value class for single-field types that carry domain meaning. Data classes are for aggregating multiple fields. Review procedure Find single-property wrappers, primitive-heavy APIs, and @Immutable wrappers in UI state. Decide whether the single value is a real domain distinction. If not, keep the primitive or use a typealias. Check whether replacing the type changes equality, serialization, Java interop, or hot-path boxing. Conver...
|
866 |
| 11231 | flutter-ui-ux | ajianaz/skills-collection |
Flutter UI/UX Development Create beautiful, responsive, and animated Flutter applications with modern design patterns and best practices. Core Philosophy "Mobile-first, animation-enhanced, accessible design" - Focus on: Priority Area Purpose 1 Widget Composition Reusable, maintainable UI components 2 Responsive Design Adaptive layouts for all screen sizes 3 Animations Smooth, purposeful transitions and micro-interactions 4 Custom Themes Consistent, branded visual identity 5 Performance 60fps ren...
|
866 |
| 11232 | 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 com...
|
865 |
| 11233 | create-pr | n8n-io/n8n |
create-pr Overview This guide covers best practices for creating pull requests in the warp repository, including merging master, running presubmit checks, linking Linear tasks, ensuring appropriate test coverage, and structuring your PR for effective review.
|
865 |
| 11234 | senior-ml-engineer | alirezarezvani/claude-skills |
No SKILL.md available for this skill. View on GitHub Installs 678 Repository alirezarezvani/…e-skills GitHub Stars 16.3K First Seen Jan 20, 2026
|
865 |
| 11235 | amazon-sales-estimator | nexscope-ai/amazon-skills |
Amazon Sales Estimator 📊 Estimate monthly sales from BSR, analyze market size, and benchmark competitor performance. No API key — works out of the box. Installation npx skills add nexscope-ai/Amazon-Skills --skill amazon-sales-estimator -g Three Modes Mode When to Use Input Output A — BSR Calculator Quick estimate from known BSR BSR + Marketplace + Price + Category Monthly units, monthly revenue B — ASIN Lookup Estimate sales for a specific product ASIN or product URL Auto-fetch data + sales est...
|
865 |
| 11236 | m07-concurrency | zhanghandong/rust-skills |
Concurrency Layer 1: Language Mechanics Core Question Is this CPU-bound or I/O-bound, and what's the sharing model? Before choosing concurrency primitives: What's the workload type? What data needs to be shared? What's the thread safety requirement? Error → Design Question Show more
|
864 |
| 11237 | migrate-oai-app | modelcontextprotocol/ext-apps |
Migrate OpenAI App to MCP Migrate existing OpenAI Apps SDK applications to the MCP Apps SDK ( @modelcontextprotocol/ext-apps ). The MCP Apps SDK provides a standardized, open protocol for interactive UIs in conversational clients. Best Practices Use your package manager to add dependencies (e.g., npm install , pnpm add , yarn add ) instead of manually writing version numbers. This lets the package manager resolve the latest compatible versions. Never specify version numbers from memory. Preempti...
|
864 |
| 11238 | procedural-fish-render | vibe-motion/skills |
Procedural Fish Render Workflow Resolve skill_dir and run the helper script: skill_dir = "" for base in " ${AGENTS_HOME :- $HOME / .agents} " " ${CLAUDE_HOME :- $HOME / .claude} " " ${CODEX_HOME :- $HOME / .codex} " ; do if [ -d " $base /skills/procedural-fish-render" ] ; then skill_dir = " $base /skills/procedural-fish-render" break fi done [ -n " $skill_dir " ] || { echo "procedural-fish-render skill not found under ~/.agents, ~/.claude, or ~/.codex" ; exit 1 ; } /usr/local/bin/python3 " $skil...
|
863 |
| 11239 | cubox | olcubo/cubox-cli |
cubox-cli Manage Cubox bookmarks via the cubox-cli command-line tool. Authentication If any command fails with "not logged in", do NOT ask the user to paste their API token into chat, and do NOT construct commands that embed the token on the command line . The agent must never type, store, or forward the user's token. Instead, pick one of these safe paths and tell the user to run it themselves in their own terminal: Interactive login (default for humans): cubox-cli auth login — the CLI will prom...
|
863 |
| 11240 | xlsx | ailabs-393/ai-labs-claude-skills |
Requirements for Outputs All Excel files Professional Font Use a consistent, professional font (e.g., Arial, Times New Roman) for all deliverables unless otherwise instructed by the user Zero Formula Errors Every Excel model MUST be delivered with ZERO formula errors (REF!, DIV/0!, VALUE!, N/A, NAME?) Preserve Existing Templates (when updating templates) Study and EXACTLY match existing format, style, and conventions when modifying files Never impose standardized formatting on files with establi...
|
863 |
| 11241 | motion | secondsky/claude-skills |
Motion Vue (motion-v) Animation library for Vue 3 and Nuxt. Production-ready, hardware-accelerated animations with minimal bundle size. Current stable: motion-v 1.x - Vue port of Motion (formerly Framer Motion) Overview Progressive reference for Motion Vue animations. Load only files relevant to current task (~200 tokens base, 500-1500 per sub-file). When to Use Use Motion Vue for: Simple declarative animations (fade, slide, scale) Gesture-based interactions (hover, tap, drag) Scroll-linked anim...
|
862 |
| 11242 | event-sourcing | aj-geddes/useful-ai-prompts |
Event Sourcing Overview Store state changes as a sequence of events rather than the current state, enabling temporal queries, audit trails, and event replay. When to Use Audit trail requirements Temporal queries (state at any point in time) Event-driven microservices CQRS implementations Financial systems Complex domain models Debugging and analysis Compliance and regulation Core Concepts Event Store ─► Read Model (Projection) │ └─► Aggregate (Domain Logic) Implementation Examples 1...
|
861 |
| 11243 | flux-best-practices | black-forest-labs/skills |
FLUX Best Practices Use this skill when generating prompts for any BFL FLUX model to ensure optimal image quality and accurate prompt interpretation. When to Use Creating prompts for FLUX.2 or FLUX.1 models Text-to-image (T2I) generation Image-to-image (I2I) editing with FLUX.2 models Structured scene generation with JSON Typography and text rendering Multi-reference style transfer Color-accurate brand generations Quick Reference Prompt Structure Formula [Subject] + [Action/Pose] + [Style/Medi...
|
861 |
| 11244 | amazon-fba-calculator | nexscope-ai/amazon-skills |
Amazon FBA Calculator (Lite) Precise FBA fee calculation based on product dimensions and weight. Features Size Tier Detection - Automatic classification FBA Fulfillment Fee - 2024 rates Monthly Storage Fee - Standard & Peak season Long-term Storage Fee - 271+ days aging Referral Fee - By category Profit Analysis - Gross/Net margin, ROI Optimization Tips - Size, weight, inventory Size Tiers (2024) Show more Installs 812 Repository nexscope-ai/ama…n-skills GitHub Stars 510 First Seen Mar 22, 2026 ...
|
861 |
| 11245 | agent-flow-visualization | aradotso/trending-skills |
Agent Flow Skill by ara.so — Daily 2026 Skills collection. Agent Flow is a VS Code extension that provides real-time visualization of Claude Code agent orchestration. It renders agent execution as an interactive node graph, showing tool calls, branching, subagent coordination, and timing — turning Claude Code's black-box execution into a transparent, debuggable flow. Installation Via VS Code Marketplace Open VS Code Extensions ( Cmd+Shift+X ) Search for Agent Flow by simon-p Click Install Or ins...
|
860 |
| 11246 | deep-research | ruvnet/ruflo |
Deep Research Core System Instructions Purpose: Deliver citation-backed, verified research reports through 8-phase pipeline (Scope → Plan → Retrieve → Triangulate → Synthesize → Critique → Refine → Package) with source credibility scoring and progressive context management. Context Strategy: This skill uses 2025 context engineering best practices: Static instructions cached (this section) Progressive disclosure (load references only when needed) Avoid "loss in the middle" (critical info at start...
|
860 |
| 11247 | api-docs | ruvnet/ruflo |
Generate API documentation from TypeScript/JavaScript source: Scan exports : Find all public functions, classes, and interfaces Extract JSDoc : Parse @param , @returns , @throws , @example annotations Generate missing docs : Add JSDoc for undocumented public APIs OpenAPI spec : For HTTP endpoints, generate OpenAPI 3.0 definitions Dispatch via MCP: mcp__claude-flow__hooks_worker-dispatch({ trigger: "document", scope: "api" }) Conventions: Every public export must have a JSDoc comment Include @par...
|
860 |
| 11248 | annotating-task-lineage | astronomer/agents |
Annotating Task Lineage with Inlets & Outlets This skill guides you through adding manual lineage annotations to Airflow tasks using inlets and outlets . Reference: See the OpenLineage provider developer guide for the latest supported operators and patterns. On Astro Lineage annotations defined with inlets and outlets are visualized in Astro's enhanced Lineage tab , which provides cross-DAG and cross-deployment lineage views. This means your annotations are immediately visible in the Astro UI, g...
|
860 |
| 11249 | feishu-bitable | alextangson/feishu_skills |
飞书多维表格 通过 Bitable API 操作数据、字段、视图和权限。 Base URL : https://open.feishu.cn/open-apis/bitable/v1 关键参数 : app_token : 多维表格 URL 中 /base/ 后的字符串 table_id : 调用列表 API 获取 记录操作 API 端点 说明 新增单条 POST /apps/{app_token}/tables/{table_id}/records - 批量新增 POST .../records/batch_create 最多 500 条,支持 Upsert 更新 PUT .../records/{record_id} - 批量更新 POST .../records/batch_update 最多 500 条 批量删除 POST .../records/batch_delete 最多 500 条 查询 POST .../records/search 支持 filter/sort/分页 请求示例 : { "fields" : { "名称" : "测试" , "金额" : 100 , "进...
|
860 |
| 11250 | parcel-tracking | jezweb/claude-skills |
Parcel Tracking Find tracking numbers from Gmail dispatch emails and check delivery status for Australian and international couriers. When to Use "Where's my parcel / package / order?" "Has my [product] arrived / shipped yet?" "Track my order from [store]" "What's the status of my delivery?" "Do I have a tracking number for [item]?" User pastes or mentions a tracking number "Check the StarTrack / AusPost / Aramex / Toll tracking" Workflow Step 1: Find the Tracking Number If the user already prov...
|
860 |