pull-workflow

pull-workflow is a skill for Claude Code, Codex from ninnettesudanese653/claude-plugins. It costs 27 tokens per session (289 once invoked), scanned A, a copy of pull-workflow, MIT.

A procedure for retrieving a saved multi-step workflow from Hive and carrying it out in a browser.

In plain words
What is it for?
It is for finding a workflow, following its selectors or visual instructions step by step, trying alternatives when a step fails, and voting on the workflow's reliability.
Why use it?
It turns a stored procedure into ordered browser actions and records whether the procedure worked or needs updating.

Skill for Claude CodeCodex

Part of the hive plugin — 7 skills shipped together

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/ninnettesudanese653/claude-plugins/pull-workflow
Any agent
npx skills add ninnettesudanese653/claude-plugins --skill pull-workflow
Clone the repo
git clone --depth 1 https://github.com/ninnettesudanese653/claude-plugins

Made for: Claude Code, Codex.

Or install hive, the plugin that ships this one along with the rest of its 7 skills.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for pull-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/ninnettesudanese653/claude-plugins/pull-workflow.svg)](https://agentmods.dev/skills/ninnettesudanese653/claude-plugins/pull-workflow)
Your own site
<a href="https://agentmods.dev/skills/ninnettesudanese653/claude-plugins/pull-workflow"><img src="https://agentmods.dev/badge/skills/ninnettesudanese653/claude-plugins/pull-workflow.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 289 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00027 $0.00289
Opus 5 $0.00014 $0.00144
Sonnet 5 $0.00005 $0.00058
Haiku 4.5 $0.00003 $0.00029

Measured 5d ago against content hash ba3923286285, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

pull-workflow scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

100% identical to pull-workflow — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

plugins/hive/skills/pull-workflow/SKILL.md · 24 lines

What it actually says

When hive_search shows a workflow for your goal, pull and execute the full sequence:

  1. Call hive_pull_workflow(domain, workflow_key) with the workflow key from hive_search.
  2. Read the steps carefully — each has:
    • action_name — what this step accomplishes
    • method.type — "css", "xpath", "aria", or "visual"
    • method.value — the selector or description to use
    • notes — optional context hint from the contributor
  3. 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
  4. If a step fails, note which step and try alternatives from hive_pull(domain, action_name).
  5. 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_workflow output

Your vote tells every future agent whether this procedure is reliable.

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 24 lines · 27 tokens per session scan A ba3923286285

Subscribe to this mod's changes

pull-workflow is a skill published in the GitHub repository ninnettesudanese653/claude-plugins (1 stars, last pushed today), licensed MIT. It adds 27 tokens to every session and 289 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to pull-workflow, differing in 0 lines, and is treated as a copy.