Public browsing · no sign-in required

Explore the Skill Store

Browse official and community skills, then discover useful capability modules by category, source, and popularity.

Current Results
113
Categories
8
Official Picks
0

Weather Data API

Community开发与集成v1.0.0

Provides weather forecast data from NOAA. Free tier returns 3-day forecast, premium tier returns 7-day with hourly data.

By yiziyint1

ziniao-erp-api-doc

Community开发与集成v1.0.0

Use when 需要理解紫鸟ERP API 的定位、能力、权限体系或调用流程, 用于 ERP 系统对接规划、集成设计或接口评估。 不要用于直接查阅具体接口参数——查阅时读取 reference/ 下对应文件。

By yiziyint0

Integrate You.com web tools with Vercel AI SDK

Community开发与集成v1.0.0

Integrate Vercel AI SDK applications with You.com tools (web search, AI agent, content extraction). Use when developer mentions AI SDK, Vercel AI SDK, generateText, streamText, or You.com integration with AI SDK.

By yiziyint0

VectorClaw MCP

Community开发与集成v1.0.0

MCP tools for Anki Vector: speech, motion, camera, sensors, and automation workflows.

By yiziyint0

Typescript Mastery

Community开发与集成v1.0.0

TypeScript advanced patterns — branded types, discriminated unions, template literals, generics, type guards, tsconfig optimization, and migration strategies

By yiziyint0

tmap-jsapi-gl-skill

Community开发与集成v1.0.0

腾讯地图 JavaScript GL(JSAPIGL)开发指南。适用于地图应用或者工具的编写。在编写、审查或调试使用腾讯地图 API的代码时应运用此技能。适用于涉及地图初始化、覆盖物展示、图层控制、事件处理、控件交互、可视化渲染、地图工具、检索、路线规划、查地址、行政区划、ip定位、几何计算、三维模型展示、性能优化的任务。当用户提及 腾讯地图、 jsapi、jsapi-gl或相关地图开发需求时自动触发。

By yiziyint0

tg-mysql-design

Community开发与集成v1.0.0

MySQL数据库设计助手。根据业务规则文档和存量SQL DDL脚本,设计符合阿里巴巴规范的MySQL 5.7/8.0建表语句。当用户提到"数据库设计"、"建表语句"、"DDL"、"表结构设计"、"CREATE TABLE"等关键词时触发。支持读取业务规则文档(.md文件)、SQL脚本(.sql文件),输出遵循阿里云RDS规范的数据库表设计。

By yiziyint0

Telegram Mini App Dev

Community开发与集成v1.0.0

Build Telegram Mini Apps without the pain. Includes solutions for safe areas, fullscreen mode, BackButton handlers, sharing with inline mode, position:fixed issues, and React gotchas. Use when building or debugging Telegram Mini Apps, or when encountering issues with WebApp API, safe areas, or sharing.

By yiziyint0

Teamgram Database Schema

Community开发与集成v1.0.0

Complete database schema reference for Teamgram Server with all 43 tables, ER relationships, and key table structure explanations for the MySQL teamgram database.

By yiziyint0

TDD Workflow

Community开发与集成v1.0.0

Test-Driven Development for coding and bug fixing. cycle - Red→Green→Refactor cycle, defining expected behavior, bug-fix TDD, anti-patterns [cycle.md], run - test execution workflow (environment detection→impact scope→execution→result reporting) [run.md], test-strategies - boundary value·equivalence partitioning·decision table·error guessing·path coverage test design techniques [test-strategies.md]. "TDD", "test first", "failing test", "doesn't work", "not working", "test design", "boundary value test", "test strategies", "equivalence partitioning", "bug fix", "run tests", "execute tests", "test run", "verify" triggers

By yiziyint0

Supabase

Community开发与集成v1.0.0

Supabase API integration with managed authentication. Access database tables via PostgREST, manage auth users, and handle storage buckets. Use this skill when users want to interact with Supabase projects - querying database tables, managing users, or working with storage. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

By yiziyint0

Supabase

Community开发与集成v1.0.0

Connect to Supabase for database operations, vector search, and storage. Use for storing data, running SQL queries, similarity search with pgvector, and managing tables. Triggers on requests involving databases, vector stores, embeddings, or Supabase specifically.

By yiziyint0

Snowflake MCP Connection

Community开发与集成v1.0.0

Connect to the Snowflake Managed MCP server with Clawdbot or other MCP clients. Use when wiring Snowflake MCP endpoints, validating connectivity, or configuring Cortex AI services.

By yiziyint0

Snapshot to API

Community开发与集成v1.0.0

Discover hidden APIs behind web pages and replace expensive browser snapshots with lightweight API calls. Saves ~15-20x tokens and 2x speed on browser automation tasks.

By yiziyint0

SMBcrm CRM & Marketing Platform

Community开发与集成v1.0.0

Use when helping SMBcrm customers with Private Integration Tokens, REST API v2, workflows, custom webhooks, MCP, or Agent Studio API. Use for API troubleshooting, automation design, data sync, AI assistant setup, or any task involving https://services.smbcrm.com endpoints.

By yiziyint0

Smart API Connector

Community开发与集成v1.0.0

Connect to any REST API using the agent's built-in web_fetch. Handles authentication headers, JSON payloads, error parsing, and retries. Use when: user wants to query an API, test an endpoint, automate API calls, parse API responses, or integrate with external services. Homepage: https://clawhub.ai/skills/smart-api-connector

By yiziyint0

Code Generation

Community开发与集成v1.0.0

代码生成助手。生成高质量代码、代码补全、模板生成。使用场景:(1) 代码生成,(2) 代码补全,(3) 模板生成,(4) 代码重构。

By yiziyint0

Skylv Api Tester

Community开发与集成v1.0.0

API测试助手。测试REST API接口,验证响应、生成测试报告。使用场景:(1) 测试API接口可用性,(2) 验证响应格式和数据,(3) 性能测试,(4) 生成API文档。

By yiziyint0

Budget Data Model Skills

Community开发与集成v1.0.0

提供预算系统数据模型的完整定义,包括所有表名、字段名、数据类型等。当用户需要查询预算相关数据模型结构、编写数据查询脚本、或需要了解特定表的字段信息时使用此技能。

By yiziyint0

Serde Code Review

Community开发与集成v1.0.0

Reviews serde serialization code for derive patterns, enum representations, custom implementations, and common serialization bugs. Use when reviewing Rust code that uses serde, serde_json, toml, or any serde-based serialization format. Covers attribute macros, field renaming, and format-specific pitfalls.

By yiziyint0

Salai MCP (Beta)

Community开发与集成v1.0.0

Israeli grocery shopping and price-comparison assistant over Salai MCP. Use when you need product search, autocomplete, cross-retailer price comparison, cart management, store discovery, retailer discovery, and complementary product recommendations through the Salai remote MCP endpoint.

By yiziyint0

Rust Testing Code Review

Community开发与集成v1.0.0

Reviews Rust test code for unit test patterns, integration test structure, async testing, mocking approaches, and property-based testing. Covers Rust 2024 edition changes including async fn in traits for mocks, #[expect] lint suppression, LazyLock test fixtures, and temporary scope changes affecting test assertions. Use when reviewing _test.rs files, #[cfg(test)] modules, or test infrastructure in Rust projects. Covers tokio::test, test fixtures, and assertion patterns.

By yiziyint0

Rust Patterns

Community开发与集成v1.0.0

Production Rust patterns covering ownership, async Tokio, Axum web framework, SQLx, error handling, CLI tools, WASM, and PyO3 Python bindings

By yiziyint0

Rust Code Review

Community开发与集成v1.0.0

Reviews Rust code for ownership, borrowing, lifetime, error handling, trait design, unsafe usage, and common mistakes. Use when reviewing .rs files, checking borrow checker issues, error handling patterns, or trait implementations. Covers Rust 2024 edition patterns and modern idioms.

By yiziyint0