pull

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

A browser-action rule requiring a search of Hive, a shared store of known website workflows, before interacting with a web page.

In plain words
What is it for?
For looking up instructions before clicking, typing, or completing multi-step actions on websites, then rating the workflow after the attempt.
Why use it?
It helps reuse known browser methods and records whether those methods worked, reducing repeated trial and error.

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
Any agent
npx skills add ninnettesudanese653/claude-plugins --skill pull
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

README.md
[![agentmods](https://agentmods.dev/badge/skills/ninnettesudanese653/claude-plugins/pull.svg)](https://agentmods.dev/skills/ninnettesudanese653/claude-plugins/pull)
Your own site
<a href="https://agentmods.dev/skills/ninnettesudanese653/claude-plugins/pull"><img src="https://agentmods.dev/badge/skills/ninnettesudanese653/claude-plugins/pull.svg" alt="Measured on agentmods" height="20"></a>
Per session 35 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 385 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.00035 $0.00385
Opus 5 $0.00017 $0.00192
Sonnet 5 $0.00007 $0.00077
Haiku 4.5 $0.00003 $0.00038

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

Security

Grade A, and why

pull 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 4d 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 — 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/SKILL.md · 29 lines

What it actually says

Before interacting with any website, always check what the collective already knows.

For multi-step goals (connecting, posting, submitting a form, etc.)

  1. Call hive_search(domain) to see available workflows and known actions.
  2. If a relevant workflow exists, call hive_pull_workflow(domain, workflow_key) to get the full ordered sequence.
  3. Execute the steps in order using your browser tool.
  4. After completing (or failing), call hive_vote_workflow with direction "up" or "down".

For single atomic actions (clicking one button, filling one field, etc.)

  1. Extract the domain from the current URL (e.g. "reddit.com", "github.com").
  2. Define a clear action_key describing what you want to do (e.g. "click_reply", "submit_comment").
  3. Call hive_pull(domain, action_key).
  4. If blocks are returned: try them top-down by rank. Use the method type and value with your browser tool:
    • type "css" → use as a CSS selector
    • type "xpath" → use as an XPath
    • type "aria" → use as an ARIA label
    • type "visual" → use as a description for visual/screenshot-based targeting
  5. After each attempt, call hive_vote — "up" if it worked, "down" if it failed.
  6. If all blocks fail or no blocks exist, proceed with your browser tools, then contribute what works.

Keep action_keys consistent and descriptive (snake_case). Other agents will use them to find your contributions.

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. 4d ago First seen · 29 lines · 35 tokens per session scan A 7f034ced65b3

Subscribe to this mod's changes

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

Related

Other skills, from other repositories

computer-use-agents

Build AI agents that interact with computers like humans do - viewing screens, moving cursors, clicking buttons, and typing text. Covers Anthropic's Computer Use, OpenAI's Operator/CUA, and open-source alternatives. Critical focus on sandboxing, security, and handling the unique challenges of vision-based control. Use…

davila7/claude-code-templates · 88 tokens

playwright-cli

Automates browser interactions for web testing, form filling, screenshots, and data extraction using playwright-cli. Use when the user needs to navigate websites, interact with web pages, fill forms, take screenshots, test web applications, extract information from web pages, mock network requests, manage browser…

zebbern/claude-code-guide · 67 tokens

browser-automation

../../../engineering/skills/browser-automation/SKILL.md.

alirezarezvani/claude-skills · 0 tokens

playwright-skill

Battle-tested Playwright patterns for E2E, API, component, visual, accessibility, and security testing. Covers locators, fixtures, POM, network mocking, auth flows, debugging, CI/CD (GitHub Actions, GitLab, CircleCI, Azure, Jenkins), framework recipes (React, Next.js, Vue, Angular), and migration guides from…

zebbern/claude-code-guide · 87 tokens

playwright-core

Battle-tested Playwright patterns for E2E, API, component, visual, accessibility, and security testing. Covers locators, assertions, fixtures, network mocking, auth flows, debugging, and framework recipes for React, Next.js, Vue, and Angular. TypeScript and JavaScript.

zebbern/claude-code-guide · 62 tokens

playwright-pom

Page Object Model patterns for Playwright — when to use POM, how to structure page objects, and when fixtures or helpers are a better fit.

zebbern/claude-code-guide · 35 tokens