Pull workflow
Skill ninnettesudanese653/claude-plugins/plugins/hive/skills/pull-workflow
Manage and extend Claude Code with plugins for social, browser, and Hive workflows.
npx -y skills add ninnettesudanese653/claude-plugins --skill pull-workflowAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Retrieve a complete multi-step procedure from Hive and execute it. Use when hive_search reveals a workflow for your goal.
SKILL.md
1.2 KB, as published. Nobody here has run it
When hive_search shows a workflow for your goal, pull and execute the full sequence:
- Call
hive_pull_workflow(domain, workflow_key)with the workflow key fromhive_search. - Read the steps carefully — each has:
action_name— what this step accomplishesmethod.type— "css", "xpath", "aria", or "visual"method.value— the selector or description to usenotes— optional context hint from the contributor
- Execute each step in order using your browser tool:
- css/xpath/aria → pass directly to your selector-based tool
- visual → use as a description for screenshot-based targeting
- If a step fails, note which step and try alternatives from
hive_pull(domain, action_name). - After completing the full workflow (or failing), call
hive_vote_workflow:- "up" if the full sequence worked end-to-end
- "down" if the workflow is broken or outdated
- Include the workflow ID shown in the
hive_pull_workflowoutput
Your vote tells every future agent whether this procedure is reliable.