Backend & API

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

816 skills available

Skills List

codex-theme-installer

codex-theme-installer

7backend-api

Download a published Codex theme from codexthemes.ai and install its source files into the local ~/.codexthemes theme library, anonymously within a free quota or with a CodexThemes API key for higher limits. Use when a user asks to install, download, get, or try a theme from CodexThemes, names a codexthemes.ai theme URL or theme id to install, or hits a download rate limit and needs API key guidance.

codexthemes avatarcodexthemes
Get
create-agent-with-sanity-context

create-agent-with-sanity-context

7backend-api

Build AI agents with structured access to Sanity content via Sanity Context. Use when setting up a Sanity-powered chatbot, connecting an AI assistant to Sanity content, or adding client-side tools to an agent. Covers Studio setup, agent implementation, and advanced patterns. Always use this skill when users mention building a chatbot with Sanity, creating an AI assistant for their content, setting up the Sanity Context MCP server, integrating Sanity with Claude/GPT/any LLM, making content searchable by AI, implementing semantic search over Sanity data, or connecting their CMS to an AI agent.

sanity-io avatarsanity-io
Get
seeker-domains

seeker-domains

6backend-api

Resolve and display .skr domain names in Solana mobile apps, in both directions between names and wallet addresses. Use when showing .skr names instead of wallet addresses in profiles, friend lists, or transaction history, resolving a .skr domain to an address, reverse-looking-up an address to a domain, or validating .skr input.

solana-mobile avatarsolana-mobile
Get
grimoire-uniswap

grimoire-uniswap

6backend-api

Retrieves Uniswap router metadata using the Grimoire venue CLI. Use when you need router addresses, adapter information, or Uniswap V3/V4 details.

franalgaba avatarfranalgaba
Get
mm2-roblox-analytics-toolkit

mm2-roblox-analytics-toolkit

5backend-api

Murder Mystery 2 gameplay analytics, inventory tracking, and strategy optimization toolkit for Roblox

aradotso avatararadotso
Get
murder-mystery-2-analytics-toolkit

murder-mystery-2-analytics-toolkit

5backend-api

Analytics dashboard and inventory management toolkit for Roblox Murder Mystery 2 game data tracking and optimization

aradotso avatararadotso
Get
setup-python-tools

setup-python-tools

5backend-api

MUST be used when adding Pyodide or Python tool support to a Flows app. Do NOT manually configure usePyodideRuntime or wire pythonRuntime into useAtlasChat — this skill handles pyodide installation, hook setup, loading UI, and chat hook wiring. Prerequisite: integrate-atlas-chat (vendored src/atlas-agent + atlas chat wiring). Triggers: Pyodide, Python tools, pythonRuntime, usePyodideRuntime, runPythonCode, Python execution, client-side Python.

cognitedata avatarcognitedata
Get
frida-17

frida-17

5backend-api

Frida 17 JavaScript API compatibility checker and fixer. Use when writing, reviewing, or fixing Frida scripts, especially when migrating from older Frida versions. Detects deprecated APIs removed in Frida 17 (May 2025) and provides correct replacements. Covers Module, Memory, Process APIs and common naming conflicts.

yfe404 avataryfe404
Get
graft

graft

5backend-api

Use when building, refactoring, or documenting Graft apps and proxies, including when asked to create a tool server, API server, dual-protocol server, or MCP-HTTP bridge. Graft's core thesis: define tools once and serve them as both HTTP REST endpoints and MCP tools from the same server, with discovery, docs, and OpenAPI generated automatically. Covers concrete actions such as defining tools and handlers, configuring authentication middleware, setting up HTTP and stdio transports, generating OpenAPI documentation, wrapping existing APIs via proxy mode, and wiring up the full CLI workflow.

schrepa avatarschrepa
Get
douyin

douyin

4backend-api

Download Douyin (抖音) videos. Use when user wants to: (1) download Douyin videos, (2) get video info (title, author, stats). Supports short links (v.douyin.com) and full URLs.

xiaoyiv avatarxiaoyiv
Get
configuring-exports

configuring-exports

4backend-api

Configure Celigo export resources -- the data source step that fetches records from external systems. Use when creating or editing exports, choosing the right adaptor type for a target application, setting up delta/incremental syncs, webhooks, file transfers, or lookups.

celigo avatarceligo
Get
configuring-imports

configuring-imports

4backend-api

Configure Celigo imports -- the destination step that writes records to external systems. Use when creating imports, choosing the adaptor type, setting up field mappings, lookups, upsert logic, AI agent imports, or file-based imports.

celigo avatarceligo
Get
fintech-algorithms

fintech-algorithms

4backend-api

Compute market-data, trading and quantitative analytics with the `fintech-algorithms` npm package — 697 zero-dependency TypeScript algorithms covering statistics and financial-mathematics foundations (mean, median, percentiles, standard deviation, correlation, regression, distributions, z-scores, log returns, volatility, drawdown, Sharpe, value at risk), technical indicators (RSI, MACD, moving averages, Bollinger Bands, ATR, OBV, Stochastic), candlestick and chart patterns, market breadth, bar construction from tick data, OHLC validation and cleaning, corporate actions, index and benchmark construction, market microstructure, matching engines, execution and TCA, statistical time series, credit risk and probability of default, classifier and score validation (ROC, AUC, Brier, calibration), on-chain metrics and EPS analytics, volatility and covariance estimation (GARCH, realized variance, Ledoit-Wolf shrinkage). Use when asked to analyse a price series, compute a statistic or summary, compute or explain an indicator, detect a candlestick or chart pattern, build bars from ticks, validate or clean market data, score or validate a model, wire up a market-data provider, or when writing code that needs any of these calculations to be correct rather than approximated.

islambaraka90 avatarislambaraka90
Get
nanobanana

nanobanana

3backend-api

Gemini-native Nano Banana image generation and editing across Nano Banana, Nano Banana 2, and Nano Banana Pro. Use when you need text-to-image, image-to-image edits, repeated local references, batch generation, dry-run request inspection, or a custom Gemini-compatible base URL such as a self-hosted gateway.

gargantuax avatargargantuax
Get
recoup-platform-email-helper

recoup-platform-email-helper

3backend-api

Send an email via the Recoup API the reliable way — a Node helper that serializes the body correctly and fails loudly instead of sending an empty email. Use whenever a task needs to email a report/summary/notification to the account owner or a recipient. ALWAYS use this script to send email; never hand-build `curl … -d "{…}"` with inline `jq`/shell interpolation (that silently produces empty "Message from Recoup" footer-only emails). Pairs with recoup-platform-api-access (which it sends through).

recoupable avatarrecoupable
Get
recoup-roster-list-artists

recoup-roster-list-artists

3backend-api

See who's on your roster — answers "what artists do I have" by walking the workspace and falling back to your live account when the filesystem is empty. Use for "what artists do I have", "list my roster", "who's on my roster", or "what's in this sandbox". To add a new artist use recoup-roster-add-artist; to work inside one artist's files use recoup-roster-manage-artist.

recoupable avatarrecoupable
Get
agent-integration

agent-integration

3backend-api

Integrate a raw customer agent repo with Veris end to end. Installs or verifies veris-cli, logs in, creates or reuses a Veris environment, analyzes the repo, generates or updates `.veris/veris.yaml`, `.veris/Dockerfile.sandbox`, `.veris/.dockerignore`, configures runtime env vars, and can finish with `veris env push`. Use when a repo has no Veris setup yet, or when an existing `.veris/` integration is stale and needs to be refreshed.

veris-ai avatarveris-ai
Get
tigris-object-operations

tigris-object-operations

3backend-api

Use when working with objects in Tigris Storage - uploading, downloading, deleting, listing, getting metadata, or generating presigned URLs

tigrisdata avatartigrisdata
Get
file-storage

file-storage

3backend-api

Use when working with Tigris file storage - uploading, downloading, deleting, listing files, presigned URLs, client uploads, or setting up Tigris CLI and SDK. Covers Next.js, Remix, Express, Rails, and Laravel. For Python/Django, see the tigris-python-sdk skill.

tigrisdata avatartigrisdata
Get
tigris-agent-kit

tigris-agent-kit

3backend-api

Use when building AI agent storage workflows on Tigris — forks for isolated dataset copies, workspaces for per-agent buckets with TTL, checkpoints for snapshot/restore, and coordination for event-driven pipelines via bucket webhooks. Triggers on "@tigrisdata/agent-kit", "agent storage", "agent workspace", "agent fork", "isolated agent environment", "checkpoint and restore", "bucket webhook", "multi-agent pipeline"

tigrisdata avatartigrisdata
Get
nano-banana-edit

nano-banana-edit

2backend-api

>

doany-ai avatardoany-ai
Get
image-outpainting

image-outpainting

2backend-api

>

doany-ai avatardoany-ai
Get
happyhorse-1-0

happyhorse-1-0

2backend-api

>

doany-ai avatardoany-ai
Get
image-inpainting

image-inpainting

2backend-api

>

doany-ai avatardoany-ai
Get