paseo-loop
The paseo-loop skill executes an iterative worker and verifier cycle to automate tasks until completion or limit thresholds. It manages autonomous loops through the paseo CLI.
Is paseo-loop safe to install?
Review the source first: our audit of paseo-loop's source files found 5 shell commands, 0 external URLs, file reads and writes (high risk). Every command and URL listed appears verbatim in the skill's source. The skill executes shell commands and reads local configuration files at ~/.paseo/orchestration-preferences.json.
How we audit skills: our security review methodology.
Who is this skill for?
Users requiring iterative task execution, such as monitoring PR status, resolving test failures, or cross-provider implementation cycles.
What can you do with it?
- Babysit pull requests by monitoring status and applying fixes
- Drive test suites to a passing state through iterative investigation
- Execute cross-provider implementation tasks with separate worker and verifier agents
How good is this skill?
Quality score: 5/10. The skill documentation provides clear operational instructions and safety guidelines for loop management.
What does the skill file contain?
# Paseo Loop Skill A loop is a worker/verifier cycle: launch a worker → check verification → repeat until done or limits hit. Use for "keep trying", "babysit", or "watch this until X." **User's arguments:** $ARGUMENTS ## Prerequisites Read the **paseo** skill. Before choosing worker or verifier providers, read `~/.paseo/orchestration-preferences.json` unless the user explicitly named providers in this request. Do not start the loop until you have read it. Loops are a CLI primitive: `paseo loop run`. Manage with `paseo loop ls`, `paseo loop inspect <id>`, `paseo loop logs <id>`, `paseo loo...
Frequently asked questions
How does the skill determine which providers to use?
It reads ~/.paseo/orchestration-preferences.json unless the user explicitly specifies providers in the request.
What mechanisms prevent infinite loops?
The skill requires users to set --max-iterations or --max-time limits.
How can a user inspect the results of previous iterations?
The user can enable the --archive flag to retain agent states for inspection.
Related skills
lark-workflow-meeting-summary
219.7KUsers who need to summarize meeting minutes, generate weekly reports, or review meeting history within the Lark ecosystem
The lark-workflow-meeting-summary skill provides a structured workflow for agents to aggregate meeting minutes from Lark VC, generate summaries, and create or update reports in Lark Docs.
programmatic-seo
83.5KContent strategists, SEO specialists, and marketers building large-scale, data-driven website content
The programmatic-seo skill provides a framework for generating SEO-optimized pages at scale using templates and data. It guides users through keyword research, data sourcing, template design, internal linking, and indexation strategies while emphasizing content uniqueness to avoid search engine penalties.
ad-creative
64.0KPerformance marketers, growth teams, and advertisers who need to produce ad copy at scale or optimize existing ad creative
The ad-creative skill generates, iterates, and scales ad copy for paid advertising platforms including Google, Meta, LinkedIn, TikTok, and Twitter. It provides frameworks for creating ad headlines, descriptions, and primary text based on product context and performance data.
gws-workflow-email-to-task
17.9KUsers who manage tasks directly from their Gmail inbox via the command line
The gws-workflow-email-to-task skill converts a Gmail message into a Google Tasks entry using the gws CLI tool.