# Wfapi

> CLI tool for interacting with the Webflow Data API v2. Use this skill to manage sites, collections, and items directly from the command line.

- **Type:** Skill
- **Install:** `agentstack add skill-sygnaltech-agent-skills-wfapi`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [sygnaltech](https://agentstack.voostack.com/s/sygnaltech)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [sygnaltech](https://github.com/sygnaltech)
- **Source:** https://github.com/sygnaltech/agent-skills/tree/main/src/generators/wfapi

## Install

```sh
agentstack add skill-sygnaltech-agent-skills-wfapi
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Webflow API CLI (wfapi)

A command-line interface for the Webflow Data API v2.

## Overview

This tool allows you to interact with Webflow sites, CMS collections, and items without writing code. It maintains context (current site, current collection) to make repeated commands easier.

## Core Capabilities

### Site Management
- List all sites
- Select a site context
- View site details

### CMS Management
- List collections in the current site
- Select a collection context
- View collection schema and fields

### Item Management
- List items in the current collection
- Get specific items by ID
- Create, update, and delete items
- Publish items

## When to Use This Skill

Activate this skill when users ask to:
- "List my Webflow sites"
- "Show me the schema for the Blog Posts collection"
- "Get the last 5 items from the Authors collection"
- "Update item ABC with new data"
- "Publish the changes to the site"

## Documentation Structure

The `references/` directory contains:
- `README.md`: General usage, installation, and command reference.
- `AGENTS.md`: Specific instructions for AI agents using this tool.

## Example Usage

```bash
# Set the API token (if not already set)
wfapi config token 

# List sites
wfapi sites list

# Select a site
wfapi site 

# List collections
wfapi cms list

# Select a collection
wfapi cms 

# List items
wfapi items list
```

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [sygnaltech](https://github.com/sygnaltech)
- **Source:** [sygnaltech/agent-skills](https://github.com/sygnaltech/agent-skills)
- **License:** Apache-2.0

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-sygnaltech-agent-skills-wfapi
- Seller: https://agentstack.voostack.com/s/sygnaltech
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
