wiki-tasks-extract

wiki-tasks-extract is a skill for Claude Code from ihudak/ihudak-claude-plugins. It costs 98 tokens per session (1,675 once invoked), scanned A, original, MIT.

A task extractor for an Obsidian wiki, a folder of linked notes and pages. It finds written and implied action items, removes duplicates, asks for approval, and creates tasks using the wiki's rules.

In plain words
What is it for?
Use it after importing wiki content to collect action items from logs and pages and add approved tasks to the wiki.
Why use it?
It removes the need to search many wiki pages by hand and helps avoid creating the same task twice.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

Part of the obsidian-llm-wiki plugin — 11 skills, 10 commands shipped together

Good fit Use it after importing wiki content to collect action items from logs and pages and add approved tasks to the wiki.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/ihudak/ihudak-claude-plugins/wiki-tasks-extract
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.

Any agent
npx skills add ihudak/ihudak-claude-plugins --skill wiki-tasks-extract
Clone the repo
git clone --depth 1 https://github.com/ihudak/ihudak-claude-plugins

Made for: Claude Code.

Or install obsidian-llm-wiki, the plugin that ships this one along with the rest of its 11 skills, 10 commands.

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 wiki-tasks-extract

README.md
[![agentmods](https://agentmods.dev/badge/skills/ihudak/ihudak-claude-plugins/wiki-tasks-extract/github.svg)](https://agentmods.dev/skills/ihudak/ihudak-claude-plugins/wiki-tasks-extract)
Your own site
<a href="https://agentmods.dev/skills/ihudak/ihudak-claude-plugins/wiki-tasks-extract"><img src="https://agentmods.dev/badge/skills/ihudak/ihudak-claude-plugins/wiki-tasks-extract/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 wiki-tasks-extract

Your own site · 80×15
<a href="https://agentmods.dev/skills/ihudak/ihudak-claude-plugins/wiki-tasks-extract"><img src="https://agentmods.dev/badge/skills/ihudak/ihudak-claude-plugins/wiki-tasks-extract.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,675 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.00098 $0.01675
Opus 5 $0.00049 $0.00838
Sonnet 5 $0.00020 $0.00335
Haiku 4.5 $0.00010 $0.00168

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

Security

Grade A, and why

wiki-tasks-extract 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.

plugins/obsidian-llm-wiki/skills/wiki-tasks-extract/SKILL.md · 214 lines

How it starts

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

wiki-tasks-extract

Read these files fully before proceeding:

  • skills/_shared/task-rules.md
  • skills/_shared/vault-conventions.md

Then attempt to read .obsidian/copilot/tag-index.md (at vault root). If the file does not exist, note it and continue — tags will be omitted from tasks. See the "If tag-index.md does not exist" section in task-rules.md.

Invoke with: /wiki-tasks-extract [wiki-path]


Step 1 — Resolve VAULT_PATH

Vault path: ~/obsidian_vault by default; set VAULT_PATH to override. WSL users with a Windows-side vault must set VAULT_PATH explicitly (e.g. /mnt/c/Users/<name>/obsidian_vault).

All file paths below are relative to the vault root.


Step 2 — Determine wiki path

Argument Resolved path
(none) wiki/ (vault root wiki)
Relative path (e.g. Projects/Products/MyProject/wiki/) As given, relative to vault root
Absolute path Use directly

Validate:

  • The directory exists
  • It contains _log.md or _index.md (confirming it is a wiki directory)

If invalid, report the error and stop.

Identify the project context: if the wiki path is under Projects/<Category>/<project>/, remember this project for target-file matching in Step 7.


Step 3 — Phase A: Harvest flagged action items

Read <wiki-path>/_log.md. Extract every line matching:

- Action items flagged: <description>

For each, record:

  • The description text
  • The source file from the log entry heading (the log format is ## [YYYY-MM-DD] ingest | <source-file> followed by bullet points)
  • The date from the log entry heading
  • Any surrounding context (decisions, people mentioned, technologies)

Skip any action item that appears in a previous tasks-extract log entry (heading format: ## [YYYY-MM-DD] tasks-extract | ...). This prevents re-extraction on subsequent runs.

These are high-confidence candidates — the ingest process already identified them as action items.


Step 4 — Phase B: Semantic scan

Read the full file on GitHub · 214 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. 4d ago First seen · 214 lines · 98 tokens per session scan A cff66022ad7f

Subscribe to this mod's changes

wiki-tasks-extract is a skill published in the GitHub repository ihudak/ihudak-claude-plugins (2 stars, last pushed today), licensed MIT. It adds 98 tokens to every session and 1,675 once invoked, about $0.0005 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-09-05.

Related

Other skills, from other repositories

sprint-plan

Plan a sprint with capacity estimation, story selection, dependency mapping, and risk identification. Use when preparing for sprint planning, estimating team capacity, selecting stories, or balancing sprint scope against velocity.

phuryn/pm-skills · 42 tokens

wwas

Create product backlog items in Why-What-Acceptance format — independent, valuable, testable items with strategic context. Use when writing structured backlog items, breaking features into work items, or using the WWA format.

phuryn/pm-skills · 48 tokens

using-flywheel

Operate the Agentic Coding Flywheel as a caller-selected software factory; keep its runtime state out of AgentOps verdicts. Triggers: "using flywheel", "agent flywheel".

boshu2/agentops · 43 tokens

drift-detect

Use when the user says "plan drift", asks whether the roadmap, plans, or docs still match the code, or is deciding what to rebuild when restarting a stalled project. For doc-vs-code drift inside a specific diff, use sync-docs.

OutlineDriven/odin-claude-plugin · 56 tokens

setup-repo-skills

Use when the user wants one-time repository setup for tracker, triage labels, and domain conventions. Not for ongoing triage, issue creation, or multi-repo setup.

OutlineDriven/odin-claude-plugin · 41 tokens

revert

Git-aware revert that understands Draft tracks, phases, and tasks. Safely undo work at task, phase, or track level. Use when the user asks to 'revert this track', 'undo a phase', 'revert task X', or says 'roll back the last task', 'undo this work'.

drafthq/draft · 66 tokens