Install
$ agentstack add skill-sygnaltech-agent-skills-wfapi ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
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.
- Author: sygnaltech
- Source: sygnaltech/agent-skills
- License: Apache-2.0
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.