aitask-pickweb

An automated task picker and implementer for Claude Code Web, a browser-based coding environment. It runs without interactive questions and saves task data in a local folder.

In plain words
What is it for?
Use it to select and complete a task in Claude Code Web in a non-interactive workflow.
Why use it?
It lets work run without waiting for prompts or coordinating changes across branches.

Skill for Claude CodeCodex

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/beyondeye/aitasks/aitask-pickweb
Any agent
npx skills add beyondeye/aitasks --skill aitask-pickweb
Clone the repo
git clone --depth 1 https://github.com/beyondeye/aitasks

Made for: Claude Code, Codex.

Per session 38 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 355 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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 $0.00038 $0.00355
Opus 5 $0.00019 $0.00178
Sonnet 5 $0.00008 $0.00071
Haiku 4.5 $0.00004 $0.00036

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

Security

Grade A, and why

aitask-pickweb 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 2d 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.

.agents/skills/aitask-pickweb/SKILL.md · 28 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

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. 2d ago First seen · 28 lines · 38 tokens per session scan A 4a12909a3f5a

Subscribe to this mod's changes

aitask-pickweb is a skill published in the GitHub repository beyondeye/aitasks (8 stars, last pushed 2d ago), with no licence file. It adds 38 tokens to every session and 355 once invoked, about $0.0002 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

anthropic_administrator-automation

Automate Anthropic Admin tasks via Rube MCP (Composio): API keys, usage, workspaces, and organization management. Always search tools first for current schemas.

composio-community/awesome-codex-skills · 42 tokens

anthropic-administrator-automation

Automate Anthropic Admin tasks via Rube MCP (Composio). Always search tools first for current schemas.

composio-community/awesome-codex-skills · 30 tokens

handoff

当你正要把一件事交到另一个智能手里时用它——派发一个 worker、向上回报、问人/问 owner、为后来的 agent 留下上下文,或装配要喂给下游的 context。它装的不是"怎么写一段提示词",是"一个智能该怎么跟另一个智能沟通":先建对方的读者模型,只交思考和判断、把路留给对方,在控制与信任之间导航。只要你在写一段会被另一个 AI 读的文字——dispatch、brief、handoff、交接信、context 装配、给下游 agent 的指令——就用它,哪怕你只把它叫做"写个派发提示词"。正要派任务的时刻同样算:dispatch 一个 task、起一个 fork / worker / fix 会话 /…

Towow-ai/Flowness · 310 tokens

orcast

Use when orchestrating multiple agents in Orca: fan out parallel workers, pipeline work across stages, adversarially verify findings, run judge panels or loop-until-dry sweeps, or delegate a task and get the result back. You write a Plan definition in real JavaScript — a worker-workflow graph of worker, action, and…

RubinCarter/orcast · 139 tokens

delegate-coding-agent

Route coding work to another local coding-agent CLI through the llm-provider MCP server. Use when a task benefits from a powerful model for difficult reasoning or a faster, lower-cost model for bounded implementation, tests, investigation, or review.

manishiitg/llm-provider-mcp · 52 tokens

quaere-invention

This skill should be used whenever the user asks for a non-obvious approach, an alternative architecture, a research direction, a product or monetization idea, an agent-skill design, or any "not just the obvious solution" / "発想を広げたい" / "普通じゃない解法" / "brainstorm alternatives" / "アイデア出し" request where the agent is likely…

haru0416-dev/quaere · 163 tokens