AgentStack
SKILL verified Apache-2.0 Self-run

Wfapi

skill-sygnaltech-agent-skills-wfapi · by sygnaltech

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

No reviews yet
0 installs
11 views
0.0% view→install

Install

$ agentstack add skill-sygnaltech-agent-skills-wfapi

✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

Are you the author of Wfapi? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

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

# 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.

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

Reviews

No reviews yet — be the first.

Versions

  • v0.1.0 Imported from the upstream source.