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.
npx skills add Dowwie/tasker --skill tasker-to-beadsgit clone --depth 1 https://github.com/Dowwie/taskerWrote 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.
[](https://agentmods.dev/skills/dowwie/tasker/tasker-to-beads)<a href="https://agentmods.dev/skills/dowwie/tasker/tasker-to-beads"><img src="https://agentmods.dev/badge/skills/dowwie/tasker/tasker-to-beads.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00029 | $0.02629 |
| Opus 5 | $0.00015 | $0.01314 |
| Sonnet 5 | $0.00006 | $0.00526 |
| Haiku 4.5 | $0.00003 | $0.00263 |
Grade B, and why
tasker-to-beads scanned grade B with 1 finding 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 7d 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.
Strips warnings and disclaimersmediumAnti-refusal
Omitting safety caveats hides risk from the user and is a common jailbreak preamble.
- [ ] Project compiles without warnings How it starts
The opening of the file, as written. The whole thing — 339 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Tasker to Beads Transformer
Converts Tasker task definitions into enriched Beads issues that are self-contained and human-readable. This skill performs the "neural" work of understanding spec context, synthesizing narratives, and creating issues that stand alone.
When to Use
- After completing Tasker
/planphase (state is "ready") - When you want to track implementation progress in Beads
- When multiple people/agents will work on tasks and need persistent context
Prerequisites
- Tasker planning complete (
.tasker/state.jsonexists, phase is "ready") - A target directory for development (beads will be initialized there if needed)
Target Directory Concept
The source project (where tasker planning lives) may be different from the target project (where development happens). For example:
- Source:
~/projects/tasker/- contains spec, planning artifacts, task definitions - Target:
~/projects/fathom/- where the actual Elixir project will be built
When invoked, this skill will:
- Ask for the target directory if not provided
- Initialize beads in the target directory if not already done
- Create issues in the target project's beads system
Workflow
Step 0: Determine Target Directory
IMPORTANT: Before proceeding, ask the user where development will happen:
"Where would you like to create the Beads issues? This should be the directory where the actual development will take place (e.g., the project repository being built)."
Common scenarios:
- Same directory: Use current project (e.g., adding features to existing codebase)
- New directory: Create issues in a separate project (e.g., building a new project from a spec)
Step 1: Initialize Target (if needed)
# Check status and see if target needs initialization
tasker transform status -t /path/to/target
# Initialize beads in target directory with custom prefix
# This runs: bd init <PREFIX> && bd onboard
tasker transform init-target /path/to/target FATHOM
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.
- 7d ago First seen · 339 lines · 29 tokens per session scan B 933b14e1308c
tasker-to-beads is a skill published in the GitHub repository Dowwie/tasker (19 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 29 tokens to every session and 2,629 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it B with 1 finding (strips warnings and disclaimers). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
story
Track tickets, issues, and progress for your project. Load project context, manage sessions, guide setup.
story
Track tickets, issues, and progress for your project. Load project context, manage sessions, guide setup.
repository-bootstrap
Audit and establish or upgrade the canonical repository governance baseline. Use only when explicitly asked to bootstrap, standardize, or upgrade a repository; do not use for feature development or source-code restructuring.
engagement-scoping
Resolve the documentation engagement scope from the settings cascade — project identity, source roots, output root, delivery mode, action ceiling, confidentiality default, and the exact file set this run may touch — and freeze it to /00-control/.scope.json. Use when any /dossier: command starts, when the delivery mode…
finding-reconciliation
Merge the independent A/B/C findings tables into one adjudicated ledger in 07-verification/documentation-verification-report.md — normalizing to the finding schema, deduplicating by location and claim, recording per-finding corroboration without downgrading single-pass findings, promoting cross-pass disagreement to…
gap-and-contradiction-register
Maintain 00-control/assumptions-questions-and-contradictions.md — the assumptions and open-questions register (AQ-####) and the contradiction register (CT-####) — classifying each entry as blocking, material but non-blocking, or minor, and routing blocking gaps to owner resolution before drafting proceeds. Use when a…