sf-tasks

sf-tasks is a skill for Claude Code from PavloSEO/seohead-seotools. It costs 132 tokens per session (778 once invoked), scanned A, original, MIT.

A tool that turns an SEO audit into a prioritized developer backlog. A backlog is a task list ordered by urgency and, optionally, grouped by issue type or page.

In plain words
What is it for?
Use it to create tasks.json and tasks.md from audit.json or Screaming Frog exports, with configurable severities, priorities, effort estimates, grouping, and limits.
Why use it?
It removes the need to manually convert audit findings into tickets and helps developers see what to fix first.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is seohead sf tasks --json ./report/audit.json --out ./report --config config.json.

Good fit Use it to create tasks.json and tasks.md from audit.json or Screaming Frog exports, with configurable severities, priorities, effort estimates, grouping, and limits.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/PavloSEO/seohead-seotools
agentmods
npx agentmods add skills/pavloseo/seohead-seotools/sf-tasks

Made for: Claude Code.

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 sf-tasks

README.md
[![agentmods](https://agentmods.dev/badge/skills/pavloseo/seohead-seotools/sf-tasks/github.svg)](https://agentmods.dev/skills/pavloseo/seohead-seotools/sf-tasks)
Your own site
<a href="https://agentmods.dev/skills/pavloseo/seohead-seotools/sf-tasks"><img src="https://agentmods.dev/badge/skills/pavloseo/seohead-seotools/sf-tasks/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for sf-tasks

Your own site · 80×15
<a href="https://agentmods.dev/skills/pavloseo/seohead-seotools/sf-tasks"><img src="https://agentmods.dev/badge/skills/pavloseo/seohead-seotools/sf-tasks.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 132 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 778 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found 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.1 $0.00132 $0.00778
Opus 5 $0.00066 $0.00389
Sonnet 5 $0.00026 $0.00156
Haiku 4.5 $0.00013 $0.00078

Measured 9d ago against content hash 9c1390f98d69, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

sf-tasks 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 9d 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.

.claude/skills/sf-tasks/SKILL.md · 61 lines

How it starts

The opening of the file, as written. The whole thing — 61 lines — stays where its author put it; the contents beside it link to each section on GitHub.

SF Tasks — Task Backlog from an Audit

Converts an audit (audit.json) into a ready-to-use backlog: tasks.json (machine-readable) and tasks.md (a checklist organized by priority). The pipeline is configurable: what to include, how to group items, and which priorities and effort estimates to assign.

When to Use It

  • "Create tasks from this export / audit";
  • "Build a backlog for developers" or "What should be fixed first?";
  • "I need tasks.md / a prioritized task list."

Workflow

  1. Obtain the audit. If audit.json is available, go directly to step 3. If only SF exports are available, run the audit first:
    seohead sf run --exports-dir ./exports --out ./report
    
  2. (Optional) Configure the pipeline in config.jsontasks_pipeline:
    • include_severities — which levels to include (all by default);
    • group_bycheck (one task per issue type) or issue (by URL);
    • priority_map — severity → P1/P2/P3; effort_map — severity → effort;
    • max_urls_per_task, min_occurrences, include_checks/exclude_checks.
  3. Build the tasks:
    seohead sf tasks --json ./report/audit.json --out ./report --config config.json
    # Or generate them together with the audit in a single command:
    seohead sf run --exports-dir ./exports --out ./report --tasks
    
    Through MCP, use the sf_audit_tasks {json_path, out, config?} tool.
  4. Deliver the result. tasks.md is a checklist organized by P1/P2/P3 with a "how to fix" field; for broken links, it includes a destination ← source · position · XPath list. Discuss P1 first, estimate the total scope (summary.by_priority), and attach tasks.json for the tracker.

Task Format (tasks.json)

id, check, priority (P1/P2/P3), severity, effort, title, fix_hint, affected_count, occurrences, urls[] (subject to the limit), and, for links, broken_links[] with location details. Groups and priorities are deterministic, so the backlog can be diffed between runs.

Read the full file on GitHub · 61 lines

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. 9d ago First seen · 61 lines · 132 tokens per session scan A 9c1390f98d69

Subscribe to this mod's changes

sf-tasks is a skill published in the GitHub repository PavloSEO/seohead-seotools (0 stars, last pushed 6d ago), licensed MIT. It adds 132 tokens to every session and 778 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

open-source-strategy

When the user wants open source strategy, OSS commercialization, or open source growth. Also use when the user mentions "open source strategy," "OSS strategy," "open source commercialization," "open source to paid," "open core," "COSS," "commercial open source," "GitHub stars strategy," "DevHunt," "open source…

T4wroot/agentic-seo · 112 tokens

integrations-page-generator

When the user wants to create, optimize, or audit integrations, plugins, or extensions pages. Also use when the user mentions "integrations page," "plugins," "extensions," "add-ons," "API integrations," "connect with X," or "marketplace." For sitewide page planning, use website-structure.

T4wroot/agentic-seo · 70 tokens

feedback-page-generator

When the user wants to create, optimize, or audit a feedback or roadmap page. Also use when the user mentions "feedback page," "roadmap," "feature requests," "vote on features," "Canny," "UserVoice," or "product feedback." For sitewide page planning, use website-structure.

T4wroot/agentic-seo · 68 tokens

google-calendar

When the user asks about their schedule, meetings, availability, or wants to create, modify, or delete events.

TomasWard1/limbo · 0 tokens

flowai-live-dashboard-template

Team-management dashboard skill in the FlowAI aesthetic — three tabs (Team Members, Team Details, Activity Log), KPI stat row, member table, role distribution bar chart, online presence and activity sparklines, and a top-contributors panel, all in a single self-contained HTML file with light/dark theming, hoverable…

nexu-io/open-design · 114 tokens

team-okrs

OKR tracker page — quarter banner, three objectives with their key results as progress bars, owner avatars, status pills, and a "this quarter at a glance" sidebar. Use when the brief mentions "OKRs", "key results", "objectives", or "目标".

nexu-io/open-design · 62 tokens