---
title: Agent Skills
description: Install agent skills so your AI agent knows how to use the Memberstack CLI and related tools.
slug: /docs/agent-skills
publishedOn: 2026-02-19
updatedOn: 2026-02-20
keywords: ["memberstack", "agent-skills", "ai", "cli", "claude", "codex", "cursor"]
index: /llms.txt
---

## Memberstack CLI

Add the Memberstack CLI agent skill so your AI agent knows exactly how to use the CLI.

If you have the Memberstack CLI installed, you can add the skill directly:

```bash
memberstack skills add memberstack-cli
```

Or use the skills CLI with your preferred package runner:

```npm
npx skills add Flash-Brew-Digital/memberstack-skills --skill memberstack-cli
```

Works with OpenAI Codex, Claude Code, Gemini CLI, GitHub Copilot, Cursor, and dozens of other agents that support the open Agent Skills standard.

## Other Skills

Additional skills for the Memberstack ecosystem.

**Memberstack Admin API**

Teach your AI agent the Memberstack Admin REST API so it can help you build integrations, automate workflows, and manage your Memberstack data programmatically.

```bash
memberstack skills add memberstack-admin-api
```

## Community Skills

Agent skills built by the community for the wider ecosystem.

**[Webflow Agent Skills](https://224industries.com.au/webflow-skills)**

Built by 224 Industries for building with Webflow.

**[Webflow Skills Kit](https://payhip.com/b/jLVSJ)**

The professional skills kit for Webflow.

## FAQ

Q: What are agent skills?
A: Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently.

Q: Which AI agents are supported?
A: Skills work with any agent that supports the open Agent Skills standard. This includes OpenAI Codex, Claude Code, Gemini CLI, GitHub Copilot, Cursor, and dozens of others.

Q: Why should I use these skills?
A: By installing these skills, your AI agent will have a deeper understanding of Memberstack and how to use the CLI plus related tools, allowing it to perform tasks more effectively and with greater accuracy.

---

[Find Other Pages](/llms.txt)
[XML Sitemap](/sitemap.xml)
