AI Skillstore Marketplace

repository·main·Indexed 18 days ago

https://github.com/aiskillstore/marketplace

An open-source marketplace for approved Agent Skills, serving as a storage layer for skill definitions, records, and automated security audit reports. It includes the @skillstore/cli for installing skills into Claude Code, Codex, and Claude, as well as an SDK for integrating skill discovery, manifest fetching, and skill downloads into custom tools.

Tokens
1.1M
Snippets
3K
Records
5K
Agent score
63%

What's inside AI Skillstore

  1. Overview of the `nature-data` skill

    main

    The nature-data skill is designed to help researchers prepare or review Data Availability statements, data repository plans, dataset citations, and FAIR metadata checks specifically for submissions to Nature or Springer Nature journals.

    Key Capabilities

    • Drafting Statements: Generates Data Availability statements ready to be pasted into manuscripts.
    • Pre-submission Review: Audits weak or incomplete data availability descriptions.
    • Data Mapping: Maps datasets supporting specific results to repositories, accession numbers, DOIs, or access paths.
    • Data Categorization: Distinguishes between public data, controlled access data, third-party data, supplementary material, and non-applicable scenarios.
    • Metadata & Citation Checks: Prepares FAIR metadata and DataCite-style dataset citation checks.
    • Gap Identification: Flags missing repository records, licenses, sources, embargo details, and access conditions.
    • Bilingual Support: Translates Chinese author notes (e.g., "数据可向通讯作者索取", "原始数据") into professional Nature-style English phrasing, providing Chinese confirmation items when necessary.

    Design Principles

    • No Hallucinations: The skill will not invent accession numbers, licenses, restrictions, or repository metadata. If information is missing, it provides a draft and a checklist of items the author must confirm.
    • Traceability: It requires every dataset supporting a paper's conclusion to have a clear, traceable access path.
  2. Overview of Cloudflare Flagship

    main

    Cloudflare Flagship is a feature flag service designed to control feature visibility without requiring code redeployments. It allows you to define flags with targeting rules and percentage-based rollouts.

    Core Capabilities:

    • Feature toggles: Simple on/off switches.
    • Gradual rollouts: Percentage-based releases to a fraction of users.
    • A/B testing: Testing different variations using attribute targeting.
    • Multi-variant configuration: Delivering different JSON, string, number, or boolean values based on rules.

    Key Concepts:

    • Apps: The top-level organizational unit (maps to a project or service).
    • Flags: Named toggles containing a key, variations, targeting rules, and state.
    • Variations: The possible values a flag returns (must all be the same type: boolean, string, number, or JSON).
    • Targeting rules: Priority-ordered conditions where the first match wins.
    • Evaluation context: Key-value attributes (e.g., userId, country) used for rule matching and rollout bucketing.
    • Percentage rollouts: Uses consistent hashing on a configurable attribute to ensure sticky bucketing for users.
  3. Overview of wechat-local-vault

    main

    The wechat-local-vault skill provides full and incremental parsing of WeChat Mac 4.x local databases to create a digital asset vault. It allows users to decrypt databases, perform unified queries, export specific contacts or group chats, parse Moments (朋友圈) and Favorites (收藏夹), and generate group chat digest material packs.

    Privacy Warning: The plaintext vault contains complete local WeChat privacy data. Do not sync, share, or copy the plaintext vault or decryption manifests to project directories. Keys and configurations should only be stored in local private configuration areas.

  4. Overview of Huawei Cloud ModelArts Skill features

    main

    The huawei-cloud-modelarts-skill is a toolkit designed to simplify AI model development, training, and deployment on the Huawei Cloud ModelArts platform.

    Core Capabilities:

    • Automation Scripts: Located in scripts/, these include data format conversion, model export, and batch task submission scripts (e.g., init.sh, skill.py).
    • Utility Tools: Located in tools/, providing log analysis, resource monitoring, and configuration management (e.g., security.py).
    • Skill Templates: Standardized configurations and execution flows for common ModelArts tasks like image classification and text generation (detailed in SKILL.md).
    • Compatibility: Optimized for ModelArts environments and seamless integration with Huawei Cloud OBS and the AI Market.
  5. Overview of the Gemini Skill

    main
    The Gemini skill is an intelligent wrapper around the Gemini CLI that enables Claude Code to leverage Google's Gemini 3 Pro models. It is specifically designed for tasks requiring massive context windows (up to 1M tokens), such as comprehensive code reviews, architectural analysis, and understanding complex relationships across entire codebases. It handles model selection, approval mode management, and background execution safety to prevent hung processes in non-interactive environments.
  6. Overview of the nature-figure skill

    main

    The nature-figure skill is designed for generating publication-quality scientific figures suitable for high-impact journals (e.g., Nature-level). It supports two distinct plotting paths: Python and R.

    Unlike template-driven tools, this skill follows a "Figure Contract" approach. Before plotting, you must define the core scientific logic, including:

    • Core conclusions and evidence hierarchy
    • Figure prototype and panel maps
    • Backend selection (Python vs R)
    • Journal constraints and export requirements
    • Statistical requirements and source-data traceability.

    Visual aesthetics and template matching are secondary to scientific logic.

  7. Overview of the nature-reviewer skill

    main

    The nature-reviewer skill simulates a pre-submission peer review package from the perspective of a Nature journal reviewer. Unlike tools designed to write author rebuttals, this skill focuses on evaluating manuscripts against official Nature editorial criteria.

    Key Characteristics:

    • Strict Adherence: It uses the official Nature Editorial criteria and processes as its primary source of truth to avoid generalized or fictionalized peer-review personas.
    • Conservative Simulation: It does not invent reviewer identities, institutions, or specialized personas. Instead, it generates three distinct reports that differ only in their focus areas based on the same factual foundation.
    • Output Structure: By default, it provides a structured review consisting of a setup, three individual reports, a cross-review synthesis, and a risk assessment.

    Note: If your goal is to write point-by-point responses or revision letters, use the nature-response skill instead.

  8. Overview of Cloudflare Bot Management tiers

    main

    Cloudflare Bot Management provides multi-tier protection based on your subscription plan:

    • Free (Bot Fight Mode): Automatic blocking of definite bots with no user configuration.
    • Pro/Business (Super Bot Bot Fight Mode): Allows configurable actions, protection for static resources, and analytics groupings.
    • Enterprise (Bot Management): Provides granular bot scores (1-99), WAF integration, JA3/JA4 fingerprinting, access to the Workers API, and Advanced Analytics.
  9. Overview of Cloudflare Observability products

    main

    Cloudflare offers several observability features for Workers. Choose the one that matches your requirements for data type, access method, and cost:

    Workers Logs

    • Description: Console output from Workers (console.log/warn/error).
    • Access: Dashboard (Real-time Logs), Logpush, Tail Workers.
    • Cost: Free (included with all Workers).
    • Retention: Real-time only (no historical storage in dashboard).

    Workers Traces

    • Description: Execution traces including timing, CPU usage, and outcome.
    • Access: Dashboard (Workers Analytics → Traces), Logpush.
    • Cost: $0.10/1M spans (GA pricing starts March 1, 2026); 10M free/month.
    • Retention: 14 days included.

    Analytics Engine

    • Description: High-cardinality event storage and SQL queries.
    • Access: SQL API, Dashboard (Analytics → Analytics Engine).
    • Cost: $0.25/1M writes beyond 10M free/month.
    • Retention: 90 days (configurable up to 1 year).

    Tail Workers

    • Description: Workers that receive logs/traces from other Workers.
    • Use Cases: Log filtering, transformation, external export.
    • Cost: Standard Workers pricing.

    Logpush

    • Description: Stream logs to external storage (S3, R2, Datadog, etc.).
    • Access: Dashboard, API.
    • Cost: Requires Business/Enterprise plan.
  10. Overview of Database Schema Designer

    main

    The Database Schema Designer is a skill designed to help you create robust, scalable database schemas for both SQL and NoSQL (specifically MongoDB) environments. It provides guidance on normalization (1NF, 2NF, 3NF), indexing strategies, migration patterns, and constraint design to ensure data integrity and performance optimization.

    When to use this skill

    • Designing a new database schema from scratch.
    • Normalizing existing table structures.
    • Adding indexes to improve query performance.
    • Creating reversible migration scripts for schema changes.
    • Auditing existing schemas for best practices.
    • Deciding between SQL and NoSQL approaches.
  11. What is Yao Meta Skill?

    main

    yao-meta-skill (Yielding AI Outcomes) is a toolset designed to create, evaluate, package, and govern reusable AI agent skills. Unlike simple prompt generators, it focuses on transforming fragmented workflows, prompts, transcripts, and notes into structured, portable, and verifiable AI assets.

    Key Capabilities:

    • Intent Modeling: Converts rough workflows into clear tasks, outputs, constraints, and quality standards.
    • Skill IR (Intermediate Representation): Uses a platform-agnostic structure to record intent, triggers, I/O, boundaries, and deliverables, preventing vendor lock-in.
    • Cross-Platform Compilation: Compiles a single skill definition into formats compatible with OpenAI, Claude, generic agent skill packages, and VS Code scenarios.
    • Quality & Governance: Provides output evaluation labs, evidence ledgers, runtime permission detection, and a 'Review Studio' for comprehensive auditing.
    • SkillOps Lifecycle: Supports a continuous loop of deployment, telemetry (adoption drift), and iterative improvement based on real-world feedback.
  12. Overview of yescan capabilities

    main

    yescan is an all-in-one image processing skill powered by Quark Scan. It supports 36 different scenes categorized into four main areas:

    • OCR (19 scenes): Includes ID card, invoice, table, handwriting, formula, etc.
    • Image Enhancement (13 scenes): Includes removing watermarks, shadows, or handwriting; cropping & rectifying; and HD enhancement.
    • Document Conversion (3 scenes): Converts images to Word, Excel, or PDF.
    • AIGC Generation (1 scene): ID photo generation.