███████╗██╗ ██╗██╗██╗ ██╗ ██████╗ █████╗ ███╗ ██╗██╗ ██╗
██╔════╝██║ ██╔╝██║██║ ██║ ██╔══██╗██╔══██╗████╗ ██║██║ ██╔╝
███████╗█████╔╝ ██║██║ ██║ ██████╔╝███████║██╔██╗ ██║█████╔╝
╚════██║██╔═██╗ ██║██║ ██║ ██╔══██╗██╔══██║██║╚██╗██║██╔═██╗
███████║██║ ██╗██║███████╗███████╗ ██║ ██║██║ ██║██║ ╚████║██║ ██╗
╚══════╝╚═╝ ╚═╝╚═╝╚══════╝╚══════╝ ╚═╝ ╚═╝╚═╝ ╚═╝╚═╝ ╚═══╝╚═╝ ╚═╝
Agent Skills 排行榜 · 关键词 + 语义搜索
| # | Skill | 仓库 | 描述 | 安装量 |
|---|---|---|---|---|
| 12001 | nansen-web-fetcher | nansen-ai/nansen-cli |
Web Fetch Fetch and analyze content from one or more URLs using Gemini 2.5 Flash with URL context. nansen web fetch https://nansen.ai --question "What products does Nansen offer?" nansen web fetch --url https://example.com --url https://other.com --question "Compare these two sites" nansen web fetch https://docs.uniswap.org/contracts/v4/overview --question "What changed in v4?" Positional args and --url flags can be combined — all become URLs to fetch. Flag Values Default Purpose --url URL — URL...
|
280 |
| 12002 | qms-audit-expert | davila7/claude-code-templates |
QMS Audit Expert ISO 13485 internal audit methodology for medical device quality management systems. Table of Contents Audit Planning Workflow Audit Execution Nonconformity Management External Audit Preparation Reference Documentation Tools Audit Planning Workflow Plan risk-based internal audit program: List all QMS processes requiring audit Assign risk level to each process (High/Medium/Low) Review previous audit findings and trends Determine audit frequency by risk level Assign qualified audit...
|
280 |
| 12003 | turbopack-bundler | mindrally/skills |
Turbopack Bundler You are an expert in Turbopack, the incremental bundler optimized for JavaScript and TypeScript, written in Rust and built into Next.js. Follow these guidelines when working with Turbopack. Core Principles Turbopack is designed for incremental computation and caching Function-level caching through the Turbo engine Native Rust performance for fast builds Built-in support for TypeScript and JSX Optimized for Next.js integration Abstracts away webpack configurations Project Stru...
|
280 |
| 12004 | autoteam-chatgpt-rotation | aradotso/trending-skills |
AutoTeam — ChatGPT Team账号自动轮转管理 Skill by ara.so — Daily 2026 Skills collection. AutoTeam 是一个自动化工具,用于管理 ChatGPT Team 账号的轮转:自动注册账号、获取 Codex OAuth 认证、监控额度余量、在额度低时智能切换账号,并将认证文件同步到 CLIProxyAPI 。 安装 前置条件 Python 3.10+ uv 包管理器 Chromium(由 Playwright 管理) 一键安装 git clone https://github.com/cnitlrt/AutoTeam.git cd AutoTeam bash setup.sh 等价于: uv sync && uv run playwright install chromium 手动安装 uv sync uv run playwright install chromium cp .env.example data/.env 编辑 data/.env 填入必要配置 配置 环境变量( data/.env ) 临时邮箱服...
|
280 |
| 12005 | svelte | mindrally/skills |
@json-render/svelte Svelte 5 renderer that converts json-render specs into Svelte component trees. Quick Start <JsonUIProvider> <Renderer {spec} {registry} /> </JsonUIProvider> Creating a Catalog import { defineCatalog } from "@json-render/core" ; import { schema } from "@json-render/svelte" ; import { z } from "zod" ; export const catalog = defineCatalog ( schema , { components : { Button : { props : z . object ( { label : z . string ( ) , variant : z . enum ( [ "primary" , "secondary" ] ) . n...
|
280 |
| 12006 | firebase-firestore-basics | firebase/skills |
Firestore Basics This skill provides a complete guide for getting started with Cloud Firestore, including provisioning, securing, and integrating it into your application. Provisioning To set up Cloud Firestore in your Firebase project and local environment, see provisioning.md . Security Rules For guidance on writing and deploying Firestore Security Rules to protect your data, see security_rules.md . SDK Usage To learn how to use Cloud Firestore in your application code, choose your platform: W...
|
279 |
| 12007 | alicloud-ai-chatbot | cinience/alicloud-skills |
Category: service Chatbot (beebot) Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for beebot. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region policy: ALICLOUD_REG...
|
279 |
| 12008 | nansen-defi-positions | nansen-ai/nansen-cli |
DeFi Exposure Answers: "What DeFi positions does this wallet have across protocols?" ADDR = < address > nansen research portfolio defi --wallet $ADDR → protocol_name, chain, total_value_usd, total_assets_usd, total_debts_usd, total_rewards_usd, tokens nansen research profiler balance --address $ADDR --chain ethereum → token_symbol, token_name, token_amount, value_usd per holding nansen research profiler balance --address $ADDR --chain base Combine DeFi positions (lending, LPs, staking) with sp...
|
279 |
| 12009 | graphql-implementation | aj-geddes/useful-ai-prompts |
GraphQL Implementation Overview Implement GraphQL APIs with proper schema design, resolver patterns, error handling, and performance optimization for flexible client-server communication. When to Use Designing new GraphQL APIs Creating GraphQL schemas and types Implementing resolvers and mutations Adding subscriptions for real-time data Migrating from REST to GraphQL Optimizing GraphQL performance Instructions 1. GraphQL Schema Design type User { id: ID! email: String! firstName: String!...
|
279 |
| 12010 | docs-seeker | mrgoonie/claudekit-skills |
Documentation Discovery & Analysis Overview Intelligent discovery and analysis of technical documentation through multiple strategies: llms.txt-first: Search for standardized AI-friendly documentation Repository analysis: Use Repomix to analyze GitHub repositories Parallel exploration: Deploy multiple Explorer agents for comprehensive coverage Fallback research: Use Researcher agents when other methods unavailable Core Workflow Phase 1: Initial Discovery Identify target Extract library/frame...
|
279 |
| 12011 | symfony:symfony-cache | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:symfony-cache<div
|
279 |
| 12012 | vite-react-best-practices | claudiocebpaz/vite-react-best-practices |
Vite React Best Practices A senior-level guide for building production-ready React Single Page Applications (SPAs) with Vite. When to Apply Reference these guidelines when: Setting up a new Vite + React project Configuring build pipelines and CI/CD for SPAs Troubleshooting production build or caching issues Refactoring React components for performance Rule Categories 1. Vite SPA Deployment (CRITICAL) Static Rewrites - Mandatory for client-side routing. Caching Strategy - Immutable assets, no...
|
279 |
| 12013 | modern-css | paulirish/dotfiles |
Modern CSS This skill provides a reference for writing modern, robust, and efficient CSS. Layout & Responsive Design Container Queries .card { container: --my-card / inline-size; } @container --my-card (width < 40ch) { /* Component-based responsive design */ } @container (20ch < width < 50ch) { /* Range syntax */ } Container units: cqi, cqb, cqw, cqh - size relative to container dimensions Anchored container queries: Style positioned elements based on anchor fallback state .tooltip...
|
279 |
| 12014 | nginx-expert | personamanagmentlayer/pcl |
You are an expert in Nginx with deep knowledge of web server configuration, reverse proxy setups, load balancing, SSL/TLS termination, caching strategies, and performance optimization. You configure production-grade Nginx deployments that are fast, secure, and reliable. Core Expertise Basic Configuration Main Configuration Structure: ``` /etc/nginx/nginx.conf user nginx; worker_processes auto; One per CPU core error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; events { ...
|
279 |
| 12015 | alicloud-platform-aliyun-cli | cinience/alicloud-skills |
Category: tool Alibaba Cloud Generic CLI (aliyun) Skill Validation mkdir -p output/alicloud-platform-aliyun-cli python skills/platform/cli/alicloud-platform-aliyun-cli/scripts/ensure_aliyun_cli.py --help > output/alicloud-platform-aliyun-cli/validate-help.txt Pass criteria: command exits 0 and output/alicloud-platform-aliyun-cli/validate-help.txt is generated. Output And Evidence Save CLI version checks, API outputs, and error logs under output/alicloud-platform-aliyun-cli/ . For each mutating a...
|
278 |
| 12016 | assess | kazukinagata/shinkoku |
申告要否・種類の判定(Tax Filing Assessment) 確定申告が必要かどうか、どの種類の申告が必要かを対話的に判定するスキル。 ユーザーの収入状況・家族構成・事業状況をヒアリングし、必要な申告を特定する。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 進捗情報の読み込み 設定の読み込み後、引継書ファイルを読み込んで前ステップの結果を把握する。 .shinkoku/progress/progress-summary.md を Read ツールで読み込む(存在する場合) 以下の引継書を Read ツールで読み込む(存在する場合): .shinkoku/progress/01-setup.md 読み込んだ...
|
278 |
| 12017 | gather | kazukinagata/shinkoku |
書類収集ナビゲーション(Document Gathering Guide) 確定申告に必要な書類を、申告の種類に基づいて一覧化し、各書類の取得先・取得方法を案内するスキル。 assess スキルの判定結果を前提として動作する。判定結果がない場合は、まず assess スキルの実行を促す。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 進捗情報の読み込み 設定の読み込み後、引継書ファイルを読み込んで前ステップの結果を把握する。 .shinkoku/progress/progress-summary.md を Read ツールで読み込む(存在する場合) 以下の引継書を Read ツールで読み込む(存在する場合): ....
|
278 |
| 12018 | proof | everyinc/compound-engineering-plugin |
Proof - Collaborative Markdown Editor Proof is a collaborative document editor for humans and agents. It supports two modes: Web API - Create and edit shared documents via HTTP (no install needed) Local Bridge - Drive the macOS Proof app via localhost:9847 Web API (Primary for Sharing) Create a Shared Document No authentication required. Returns a shareable URL with access token. curl -X POST https://www.proofeditor.ai/share/markdown \ -H "Content-Type: application/json" \ -d '{"title":"My Doc",...
|
278 |
| 12019 | data-replication-setup | aj-geddes/useful-ai-prompts |
Data Replication Setup Overview Configure database replication for disaster recovery, load distribution, and high availability. Covers master-slave, multi-master replication, and monitoring strategies. When to Use High availability setup Disaster recovery planning Read replica configuration Multi-region replication Replication monitoring and maintenance Failover automation Cross-region backup strategies PostgreSQL Replication Master-Slave (Primary-Standby) Setup PostgreSQL - Configure Primary...
|
278 |
| 12020 | polyglot-integration | aj-geddes/useful-ai-prompts |
Polyglot Integration Overview Integrate code written in different programming languages to leverage their unique strengths and ecosystems. When to Use Performance-critical code in C/C++/Rust ML models in Python from other languages Legacy system integration Leveraging language-specific libraries Microservices polyglot architecture Implementation Examples 1. Node.js Native Addons (C++) // addon.cc include <node.h> namespace demo { using v8::FunctionCallbackInfo; using v8::Isolate; using v8::L...
|
278 |
| 12021 | canary-deployment | aj-geddes/useful-ai-prompts |
Canary Deployment Overview Deploy new versions gradually to a small percentage of users, monitor metrics for issues, and automatically rollback or proceed based on predefined thresholds. When to Use Low-risk gradual rollouts Real-world testing with live traffic Automatic rollback on errors User impact minimization A/B testing integration Metrics-driven deployments High-traffic services Implementation Examples 1. Istio-based Canary Deployment canary-deployment-istio.yaml apiVersion: apps/v1 ki...
|
278 |
| 12022 | bubbletea | ggprompts/tfe |
Production-ready skill for building beautiful terminal user interfaces with Go, Bubbletea, and Lipgloss. When to Use This Skill Use this skill when: - Creating new TUI applications with Go - Adding Bubbletea components to existing apps - Fixing layout/rendering issues (borders, alignment, overflow) - Implementing mouse/keyboard interactions - Building dual-pane or multi-panel layouts - Adding visual effects (metaballs, waves, rainbow text) - Troubleshooting TUI rendering problems Cor...
|
278 |
| 12023 | javascript-testing-patterns | sickn33/antigravity-awesome-skills |
JavaScript Testing Patterns Comprehensive guide for implementing robust testing strategies in JavaScript/TypeScript applications using modern testing frameworks and best practices. When to Use This Skill Setting up test infrastructure for new projects Writing unit tests for functions and classes Creating integration tests for APIs and services Implementing end-to-end tests for user flows Mocking external dependencies and APIs Testing React, Vue, or other frontend components Implementing test-d...
|
278 |
| 12024 | game-designer | dylantarre/animation-principles |
Game UI/UX Designer You are an expert game UI/UX designer specializing in browser games. You analyze games and implement visual polish, atmosphere, and player experience improvements. You think like a designer — not just about whether the game works, but whether it feels good to play. Reference Files For detailed reference, see companion files in this directory: visual-catalog.md — All visual improvement patterns: backgrounds (parallax, gradients), color palettes, juice/polish effects, particle ...
|
278 |
| 12025 | a/b test analysis | aj-geddes/useful-ai-prompts | 278 | |
| 12026 | django-cloud-sql-postgres | jezweb/claude-skills |
Django on Google Cloud SQL PostgreSQL Status: Production Ready Last Updated: 2026-01-24 Dependencies: None Latest Versions: Django@5.1, psycopg2-binary@2.9.9, gunicorn@23.0.0, google-cloud-sql-connector@1.12.0 Quick Start (10 Minutes) 1. Install Dependencies pip install Django psycopg2-binary gunicorn For Cloud SQL Python Connector (recommended for local dev): pip install "cloud-sql-python-connector[pg8000]" Why this matters: psycopg2-binary is the PostgreSQL adapter for Django gunicorn ...
|
277 |
| 12027 | brainstorming | everyinc/compound-engineering-plugin |
Brainstorming Ideas Into Designs 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 and get user approval. Anti-Pattern: "This Is Too Simple To Need A Design" Every project goes through this process. A todo list, a single-function utility, a config change — all of them. "Simple" projects are ...
|
277 |
| 12028 | ios device automation | web-infra-dev/midscene-skills |
iOS Device Automation CRITICAL RULES — VIOLATIONS WILL BREAK THE WORKFLOW: Never run midscene commands in the background. Each command must run synchronously so you can read its output (especially screenshots) before deciding the next action. Background execution breaks the screenshot-analyze-act loop. Run only one midscene command at a time. Wait for the previous command to finish, read the screenshot, then decide the next action. Never chain multiple commands together. Allow enough time for ea...
|
277 |
| 12029 | alicloud-database-analyticdb-mysql | cinience/alicloud-skills |
Category: service AnalyticDB for MySQL Use Alibaba Cloud OpenAPI (RPC) with official SDKs or OpenAPI Explorer to manage resources for AnalyticDB for MySQL. Workflow Confirm region, resource identifiers, and desired action. Discover API list and required parameters (see references). Call API with SDK or OpenAPI Explorer. Verify results with describe/list APIs. AccessKey priority (must follow) Environment variables: ALICLOUD_ACCESS_KEY_ID / ALICLOUD_ACCESS_KEY_SECRET / ALICLOUD_REGION_ID Region po...
|
277 |
| 12030 | drawio | markdown-viewer/skills |
Draw.io Skill AI-powered Draw.io diagram generation with real-time browser preview for Claude Code. Quick Start What you want to do Command Description Create new diagram /drawio-create Natural language → diagram Replicate image /drawio-replicate Image → A-H → diagram Edit diagram /drawio-edit Modify existing diagram Tip: You can also use natural language keywords like "create", "replicate", "edit" to trigger workflows. Features Design System - Unified visual language with themes, tokens, an...
|
277 |
| 12031 | nansen-wallet-profiler | nansen-ai/nansen-cli |
Wallet Profiler All commands: nansen research profiler <sub> [options] --address and --chain required for most commands. Balance & Identity nansen research profiler balance --address < addr > --chain ethereum nansen research profiler labels --address < addr > --chain ethereum nansen research profiler search --query "Vitalik" PnL nansen research profiler pnl --address < addr > --chain ethereum --days 30 nansen research profiler pnl-summary --address < addr > --chain ethereum Transactions & Histor...
|
277 |
| 12032 | google-adk-python | cnemri/google-genai-skills |
Google ADK (Python) Skill This skill provides comprehensive documentation and Python examples for the Google Agent Development Kit (ADK). It maps documentation topics to their corresponding Python code snippets. How to Use Identify the user's specific interest or task and refer to the relevant reference file below. Each reference file contains links to the official documentation (Markdown) and the corresponding Python examples (raw code). Topics 1. Getting Started For installation, quickstarts, ...
|
277 |
| 12033 | storytelling-synthesizer | rysweet/amplihack |
Storytelling Synthesizer Skill Purpose Transform technical work (pull requests, commit histories, feature implementations) into compelling narratives that resonate with different audiences—whether preparing hackathon demos, writing technical blog posts, or creating marketing content. When to Use This Skill Hackathon Demos: Convert technical achievements into engaging 5-10 minute presentations Technical Blog Posts: Transform PR descriptions into detailed, narrative-driven articles Marketing Con...
|
277 |
| 12034 | ml pipeline automation | aj-geddes/useful-ai-prompts |
ML Pipeline Automation ML pipeline automation orchestrates the entire machine learning workflow from data ingestion through model deployment, ensuring reproducibility, scalability, and reliability. Pipeline Components Data Ingestion : Collecting data from multiple sources Data Processing : Cleaning, transformation, feature engineering Model Training : Training and hyperparameter tuning Validation : Cross-validation and testing Deployment : Moving models to production Monitoring : Tracking perfor...
|
277 |
| 12035 | error-detective | sickn33/antigravity-awesome-skills |
Use this skill when Working on error detective tasks or workflows Needing guidance, best practices, or checklists for error detective Do not use this skill when The task is unrelated to error detective You need a different domain or tool outside this scope Instructions Clarify goals, constraints, and required inputs. Apply relevant best practices and validate outcomes. Provide actionable steps and verification. If detailed examples are required, open resources/implementation-playbook.md . You ar...
|
277 |
| 12036 | spritecook-generate-sprites | spritecook/skills |
SpriteCook - AI Game Asset Generator Use SpriteCook MCP tools when the user needs pixel art, detailed/HD sprites, game assets, icons, tilesets, textures, or UI elements for a game project. SpriteCook generates production-ready game art from text prompts in two styles: pixel art and detailed HD art. Requires: SpriteCook MCP server connected to your editor. Set up with npx spritecook-mcp setup or see spritecook.ai . When to Use User asks to generate, create, or make sprites, pixel art, detailed ar...
|
277 |
| 12037 | simpo-training | davila7/claude-code-templates |
SimPO - Simple Preference Optimization Quick start SimPO is a reference-free preference optimization method that outperforms DPO without needing a reference model. Installation: Create environment conda create -n simpo python=3.10 && conda activate simpo Install PyTorch 2.2.2 Visit: https://pytorch.org/get-started/locally/ Install alignment-handbook git clone https://github.com/huggingface/alignment-handbook.git cd alignment-handbook python -m pip install . Install Flash Attention 2 p...
|
277 |
| 12038 | anndata | davila7/claude-code-templates |
AnnData Overview AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observation metadata (obs), variable metadata (var), and multi-dimensional annotations (obsm, varm, obsp, varp, uns). Originally designed for single-cell genomics through Scanpy, it now serves as a general-purpose framework for any annotated data requiring efficient storage, manipulation, and analysis. When to Use This Skill Use this skill when: Creating, reading, or...
|
277 |
| 12039 | free-tool-strategy | davila7/claude-code-templates |
Free Tool Strategy (Engineering as Marketing) You are an expert in engineering-as-marketing strategy. Your goal is to help plan and evaluate free tools that generate leads, attract organic traffic, and build brand awareness. Initial Assessment Check for product marketing context first: If .agents/product-marketing-context.md exists (or .claude/product-marketing-context.md in older setups), read it before asking questions. Use that context and only ask for information not already covered or speci...
|
277 |
| 12040 | symfony:symfony-voters | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:symfony-voters<div
|
277 |
| 12041 | symfony:config-env-parameters | makfly/superpowers-symfony |
$ npx skills add https://github.com/makfly/superpowers-symfony --skill symfony:config-env-parameters<div
|
277 |
| 12042 | conversion-psychology | mike-coulbourn/claude-vibes |
Conversion Psychology for Sponsored Content The Core Truth 95% of purchasing decisions happen subconsciously, driven by emotions, not logic. This means: Emotional reactions to marketing are 3x more powerful than the message itself Emotional videos stick — viewers are 6x more likely to remember them When people feel a bond with your brand, they're 70% more likely to purchase Implication for scripts: Lead with emotion, support with logic. Never the reverse. Key Emotional Triggers 1. Joy / Hap...
|
277 |
| 12043 | runpod | digitalsamba/claude-code-video-toolkit |
RunPod Cloud GPU Run open-source AI models on cloud GPUs via RunPod serverless. Pay-per-second, no minimums. Setup 1. Create account at https://runpod.io 2. Add API key to .env echo "RUNPOD_API_KEY=your_key_here" >> .env 3. Deploy any tool with --setup python tools/image_edit.py --setup python tools/upscale.py --setup python tools/dewatermark.py --setup python tools/sadtalker.py --setup python tools/qwen3_tts.py --setup Each --setup command: Creates a RunPod template from the Docker image Cre...
|
277 |
| 12044 | now-reading-page | readwiseio/readwise-skills |
You are generating a beautiful standalone HTML page showing what the user is currently reading and has recently read. The output is a single HTML file they can open in a browser or host on their personal site. Readwise Access Check if Readwise MCP tools are available (e.g. mcp__readwise__reader_list_documents ). If they are, use them throughout (and pass this context to the subagent). If not, use the equivalent readwise CLI commands instead (e.g. readwise list , readwise read <id> ). The instruc...
|
277 |
| 12045 | paper-review | evoscientist/evoskills |
Paper Review A systematic approach to self-reviewing academic papers before submission. Covers a 5-aspect review checklist, reverse-outlining for structural clarity, figure/table quality checks, and rebuttal preparation. When to Use This Skill User wants to review or check a paper draft before submission User asks for feedback on paper quality or completeness User wants to prepare for potential reviewer criticism User mentions "review paper", "check my draft", "self-review" If the user has alrea...
|
277 |
| 12046 | spl-to-apl | axiomhq/skills |
Type safety: Fields like status are often stored as strings. Always cast before numeric comparison: toint(status) >= 500, not status >= 500. Critical Differences - Time is explicit in APL: SPL time pickers don't translate — add `where _time between (ago(1h) .. now())` - Structure: SPL `index=... | command` → APL `['dataset'] | operator` - Join is preview: limited to 50k rows, inner/innerunique/leftouter only - cidrmatch args reversed: SPL `cidrmatch(cidr, ip)` → APL `ipv4_is_in_range(ip, c...
|
277 |
| 12047 | alicloud-ai-search-opensearch | cinience/alicloud-skills |
Category: provider OpenSearch Vector Search Edition Use the ha3engine SDK to push documents and execute HA/SQL searches. This skill focuses on API/SDK usage only (no console steps). Prerequisites Install SDK (recommended in a venv to avoid PEP 668 limits): python3 -m venv .venv . .venv/bin/activate python -m pip install alibabacloud-ha3engine Provide connection config via environment variables: OPENSEARCH_ENDPOINT (API domain) OPENSEARCH_INSTANCE_ID OPENSEARCH_USERNAME OPENSEARCH_PASSWORD OPENSE...
|
276 |
| 12048 | settlement | kazukinagata/shinkoku |
決算整理・決算書作成(Year-End Settlement) 会計年度末の決算整理仕訳を登録し、残高試算表・損益計算書・貸借対照表を確認するスキル。 journal スキルで日常仕訳の入力が完了していることを前提とする。 設定の読み込み(最初に実行) shinkoku.config.yaml を Read ツールで読み込む ファイルが存在しない場合は /setup スキルの実行を案内して終了する 設定値を把握し、相対パスは CWD を基準に絶対パスに変換する: db_path : CLI スクリプトの --db-path 引数に使用 output_dir : 進捗ファイル等の出力先ベースディレクトリ 各ディレクトリ: ファイル参照時に使用 パス解決の例 config の db_path が ./shinkoku.db 、 output_dir が ./output で CWD が /home/user/tax-2025/ の場合: ledger.py trial-balance --db-path /home/user/tax-2025/shinkoku.db --input que...
|
276 |
| 12049 | reading-receipt | kazukinagata/shinkoku |
レシート・領収書・ふるさと納税受領証明書 画像読み取り レシート・領収書・ふるさと納税受領証明書の画像を読み取り、構造化データとして返すスキル。 PDF ファイルの場合 ファイルが PDF( .pdf )の場合、画像 OCR の前にテキスト抽出を試みる。 shinkoku pdf extract-text --file-path <path> を実行する 抽出テキストに必要な情報(金額・日付・店舗名等)が含まれていれば、テキストから構造化データを生成する テキストが不十分(スキャン PDF 等)の場合は shinkoku pdf to-image --file-path <path> --output-dir <dir> で PNG に変換し、以下の画像読み取りフローに進む 画像読み取り方法 推奨: デュアル検証(並列2コンテキスト) 精度を高めるため、同じ画像を2つの独立したコンテキストで並列に読み取り、結果を照合する。 2つの独立した読み取りを実行する: サブエージェントが使える環境では、2つのサブエージェントを並列で起動し、それぞれ独立に画像を読み取る。 各サブエージェントには以...
|
276 |
| 12050 | service-mesh-implementation | aj-geddes/useful-ai-prompts |
Service Mesh Implementation Overview Deploy and configure a service mesh to manage microservice communication, enable advanced traffic management, implement security policies, and provide comprehensive observability across distributed systems. When to Use Microservice communication management Cross-cutting security policies Traffic splitting and canary deployments Service-to-service authentication Request routing and retries Distributed tracing integration Circuit breaker patterns Mutual TLS b...
|
276 |