Backend & API

Backend services, APIs, webhooks, and server-side tooling

816 skills available

Skills List

translate-book-parallel

translate-book-parallel

78backend-api

Translate entire books (PDF/DOCX/EPUB) into any language using Claude Code parallel subagents with resumable chunked pipeline

reason-machines avatarreason-machines
Get
clui-cc-claude-overlay

clui-cc-claude-overlay

78backend-api

Command Line User Interface for Claude Code — a floating macOS desktop overlay with multi-tab sessions, permission approval UI, voice input, and skills marketplace.

reason-machines avatarreason-machines
Get
trump-code-market-signals

trump-code-market-signals

78backend-api

AI-powered analysis of Trump's social media posts to predict stock market movements using 31.5M brute-force tested rules

reason-machines avatarreason-machines
Get
zeroboot-vm-sandbox

zeroboot-vm-sandbox

78backend-api

Sub-millisecond VM sandboxes for AI agents using copy-on-write KVM forking via Zeroboot

reason-machines avatarreason-machines
Get
grimmory-self-hosted-library

grimmory-self-hosted-library

78backend-api

Expert knowledge for setting up, configuring, and extending Grimmory — a self-hosted book library manager supporting EPUBs, PDFs, comics, Kobo sync, OPDS, and multi-user management.

reason-machines avatarreason-machines
Get
kimodo-motion-diffusion

kimodo-motion-diffusion

78backend-api

Generate high-quality 3D human and humanoid robot motions using Kimodo, a kinematic motion diffusion model controlled via text prompts and kinematic constraints.

reason-machines avatarreason-machines
Get
nightingale-karaoke

nightingale-karaoke

78backend-api

ML-powered Karaoke app in Rust using Bevy, WhisperX, and Demucs for stem separation, lyrics transcription, and pitch scoring.

reason-machines avatarreason-machines
Get
wind-alice

wind-alice

77backend-api

调用万得 Alice Agent(A2A 协议,SSE 流式)执行指定 Skill 并获取分析结果的 CLI 工具。当用户要求"用 Alice 跑某个 Skill"、"出一份某公司的调研问题清单"、"做一页纸投资备忘"、"核验一段金融信息"等需要点名 Alice 子 Skill 的场景使用。

wind-information-co-ltd avatarwind-information-co-ltd
Get
skill-security

skill-security

76backend-api

Audit an AI agent skill for security risks before installing or trusting it. Runs a deterministic scanner (regex patterns, Python AST analysis, source-to-sink taint tracking, and YARA signatures) and then reasons about intent — catching prompt injection, credential exfiltration, persistence, memory poisoning, malicious code, supply-chain risks, and description-vs-behavior mismatch. Make sure to use this skill whenever the user wants to scan, audit, vet, review, or check the safety of a skill, plugin, SKILL.md, or agent tool — whether it is a local folder, a zip/.skill file, or a cloned repo — and whenever someone asks "is this skill safe to install?".

superagent-ai avatarsuperagent-ai
Get
ai-model-wechat

ai-model-wechat

76backend-api

Use this skill for WeChat Mini Program AI via wx.cloud.extend.AI (小程序, wx.cloud apps). Covers generateText and streamText with callbacks (onText, onEvent, onFinish); streamText needs a data wrapper, generateText returns the raw response. Models via wx.cloud.extend.AI.createModel with groups hunyuan-exp (小程序成长计划), cloudbase (main managed), or custom-*; model id goes in the data wrapper `model` field. MUST run two-step preflight before code — see body. NOT for browser/Web (use ai-model-web), Node.js backend (use ai-model-nodejs), or image generation (use ai-model-nodejs).

tencentcloudbase avatartencentcloudbase
Get
ai-model-nodejs

ai-model-nodejs

76backend-api

Use this skill for Node.js backend AI via @cloudbase/node-sdk (>=3.16.0) — cloud functions, CloudRun, Express/Koa/NestJS, serverless APIs, scheduled jobs, LLM proxies, agent orchestration. The only SDK supporting image generation (ai.createImageModel + generateImage). Text via ai.createModel with groups cloudbase, hunyuan-exp, or custom-*; model ids (e.g. deepseek-v4-flash, glm-5, kimi-k2.6) go in the `model` field of generateText/streamText. MUST run two-step preflight before code — see body. NOT for browser/Web (use ai-model-web) or Mini Program (use ai-model-wechat).

tencentcloudbase avatartencentcloudbase
Get
cloud-functions

cloud-functions

75backend-api

CloudBase function runtime guide for building, deploying, and debugging your own Event Functions or HTTP Functions. This skill should be used when users need application runtime code on CloudBase, not when they are merely calling CloudBase official platform APIs.

tencentcloudbase avatartencentcloudbase
Get
tushare-finance

tushare-finance

74backend-api

获取中国金融市场数据(A股、港股、美股、基金、期货、债券)。支持220+个Tushare Pro接口:股票行情、财务报表、宏观经济指标。当用户请求股价数据、财务分析、指数行情、GDP/CPI等宏观数据时使用。

stanleychanh avatarstanleychanh
Get
hackernews

hackernews

74backend-api

Hacker News API for stories and comments. Use when user mentions "Hacker

vm0-ai avatarvm0-ai
Get
mapbox-search-patterns

mapbox-search-patterns

74backend-api

Expert guidance on choosing the right Mapbox search tool and parameters for geocoding, POI search, and location discovery

mapbox avatarmapbox
Get
firecrawl-build-search

firecrawl-build-search

73backend-api

Integrate Firecrawl `/search` into product code and agent workflows. Use when an app needs discovery before extraction, when the feature starts with a query instead of a URL, or when the system should search the web and optionally hydrate result content.

firecrawl avatarfirecrawl
Get
mapbox-search-integration

mapbox-search-integration

73backend-api

Complete workflow for implementing Mapbox search in applications - from discovery questions to production-ready integration with best practices

mapbox avatarmapbox
Get
wandb-primary

wandb-primary

67backend-api

Primary W&B skill for broad or mixed Weights & Biases work: project overviews, W&B runs and artifacts, Weave traces and evaluations, Reports, and Launch workflows. Use when the task spans multiple W&B surfaces or the user asks generally what is happening in a W&B project.

wandb avatarwandb
Get
create-assistant

create-assistant

66backend-api

Design, create, or validate saved and transient Vapi voice assistants. Use for new phone or web agents, production system prompts and first messages, saved-versus-transient architecture, model/voice/transcriber selection, multilingual compatibility, existing tool attachment, native call-control tools, assistant hooks, and Create Assistant API validation errors.

vapiai avatarvapiai
Get
clerk-cli

clerk-cli

63backend-api

Operate the Clerk CLI (`clerk` binary) for authentication, user/org/session management, impersonation, local webhook testing, deploy verification, instance config, env keys, feature toggles, and any Clerk Backend, Platform, or Frontend API call. Use when the user mentions Clerk management tasks, "list clerk users", "impersonate a user", "test webhooks locally", "enable orgs", "enable billing", "clerk env pull", "clerk doctor", "clerk deploy", "clerk api", or any ad-hoc Clerk API request. Prefer the CLI over raw HTTP: it handles auth, key resolution, app/instance targeting, and formatting automatically.

clerk avatarclerk
Get
parallel-data-enrichment

parallel-data-enrichment

59backend-api

Bulk data enrichment. Adds web-sourced fields (CEO names, funding, contact info) to lists of companies, people, or products. Use for enriching CSV files or inline data. Supports multi-turn: pass --previous-interaction-id from a prior research task to carry context forward.

parallel-web avatarparallel-web
Get
wind-find-finance-skill

wind-find-finance-skill

57backend-api

万得金融能力发现与安装路由入口。用于金融数据、行情查询、市场分析、今日大盘、市场主线、板块轮动、资金流向、估值、选股、复盘、仓位、交易计划、回测等任务。必须先读取 catalog 判断必需数据 skill / 工作流 skill;缺失时必须展示安装选项,用户确认后由 AI 直接安装,不得只给命令或用通用分析替代。

wind-information-co-ltd avatarwind-information-co-ltd
Get
run-models

run-models

55backend-api

Run AI models on Replicate via predictions, webhooks, and streaming.

replicate avatarreplicate
Get
python-best-practices

python-best-practices

53backend-api

Use when reading or writing Python files (.py, pyproject.toml, requirements.txt).

0xbigboss avatar0xbigboss
Get