Install
$ agentstack add skill-vibesurf-ai-claude-surf-workflows ✓ 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
Workflows - Pre-Built Automations
Overview
Execute pre-configured VibeSurf workflows for common automation tasks.
When to Use
- You know a workflow exists for your task
- You want reusable automation sequences
- Task has a known pattern (video download, auto-login, etc.)
Examples:
- Video download workflows
- Auto-login sequences
- Data collection templates
- Social media posting
Available Actions
| Action | Purpose | |--------|---------| | search_workflows | Find workflows by keyword | | get_workflow_params | See required parameters | | execute_workflow | Run with custom values |
The Pattern
- Search for workflow with keyword
- Check parameters required
- Execute with tweak parameters (custom values)
Tweak Parameters
Workflows have adjustable components called "tweaks". Provide custom values to customize workflow behavior without modifying the workflow itself.
Best Practices
| Practice | Why | |----------|-----| | Search before executing | Confirm workflow exists and see parameters | | Use tweaks for customization | Don't modify workflow directly | | Check results | Returns file paths and detailed output |
Common Workflow Types
| Type | Description | |------|-------------| | Video Download | Download from YouTube, etc. | | Auto-Login | Authenticate to sites | | Data Collection | Scrape structured data | | Social Post | Post to platforms |
Workflow vs Browser-Use
| Factor | Workflows | Browser-Use | |--------|-----------|-------------| | Reusability | Pre-built, reusable | Custom, one-off | | Setup | None (already exists) | Describe task each time | | Use when | Known pattern exists | Custom automation needed |
Decision: Known pattern → workflows. Unique task → browser-use.
Error Handling
| Error | Solution | |-------|----------| | Workflow not found | Use search_workflows to find correct ID | | Invalid tweak params | Check get_workflow_params for correct IDs | | Execution failed | Verify all required params provided |
Finding Workflows
Common search keywords:
video download,youtubeauto logindata collection,scrapesocial media
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: vibesurf-ai
- Source: vibesurf-ai/claude-surf
- License: MIT
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.