aiworkers

aiworkers is a skill for Claude Code, Codex from dimaneuron/aiworkers-mcp. It costs 227 tokens per session (4,476 once invoked), scanned B, original, MIT.

An MCP connection to AIWorkers, a service for managing automated workers, chats, memory, tasks, surveys, Telegram commands, and account or group balances. It includes a login flow that keeps tokens out of URLs and chat.

In plain words
What is it for?
Managing AIWorkers, including workers, chats, saved replies, surveys, tasks, Telegram workers, balances, salary quotes, and one-time TokenTime purchases.
Why use it?
It gives the coding agent access to AIWorkers operations without requiring credentials in configuration links or conversations. It also provides guidance for installing, logging in, checking the account, and updating the connection.

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/dimaneuron/aiworkers-mcp/aiworkers_mcp
Any agent
npx skills add dimaneuron/aiworkers-mcp --skill aiworkers_mcp
Clone the repo
git clone --depth 1 https://github.com/dimaneuron/aiworkers-mcp

Made for: Claude Code, Codex.

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 aiworkers

README.md
[![agentmods](https://agentmods.dev/badge/skills/dimaneuron/aiworkers-mcp/aiworkers_mcp.svg)](https://agentmods.dev/skills/dimaneuron/aiworkers-mcp/aiworkers_mcp)
Your own site
<a href="https://agentmods.dev/skills/dimaneuron/aiworkers-mcp/aiworkers_mcp"><img src="https://agentmods.dev/badge/skills/dimaneuron/aiworkers-mcp/aiworkers_mcp.svg" alt="Measured on agentmods" height="20"></a>
Per session 227 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,476 The whole file, excluding the scripts and references it only reads on demand.
Security scan B 1 finding. Scan, not verified.
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 $0.00227 $0.04476
Opus 5 $0.00113 $0.02238
Sonnet 5 $0.00045 $0.00895
Haiku 4.5 $0.00023 $0.00448

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

Security

Grade B, and why

aiworkers 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 2d ago.

The scan reads SKILL.md. This mod also ships 19 executable files (__init__.py, __main__.py, http.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

Asks for rootmediumPrivilege escalation

A mod that escalates privileges can change anything on the machine, not only the project.

3. Human runs `aiworkers-mcp login` on the Mac and pastes the token. That writes `~/.config/aiworkers/credentials.json` (`chmod 600`).
aiworkers_mcp/SKILL.md · 136 lines

How it starts

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

AIWorkers MCP

Thin MCP client. Business logic stays on https://ai.knopka.click. Do not invent tokens or seeds.

Install docs (source of truth): https://github.com/dimaneuron/aiworkers-mcp
Landing: https://ai.knopka.click/mcp
Product: https://ai.knopka.click

If this project has no MCP yet: read that README, install aiworkers-mcp, have the human run aiworkers-mcp login, then aiworkers_whoami and aiworkers_skill_update.

  1. Call aiworkers_login_link (works without a key) and give the human this URL: https://t.me/aiworkersbot?start=mcp
  2. They open it in Telegram, Mini App shows a module token once. Seed of 12 words never goes to chat or to the server.
  3. Human runs aiworkers-mcp login on the Mac and pastes the token. That writes ~/.config/aiworkers/credentials.json (chmod 600).
  4. Restart the agent. Call aiworkers_whoami.

Do not put tokens in git, in mcp.json committed to the repo, or in chat. Prefer aiworkers-mcp login over env in config.

Update MCP (do not mix the three layers)

A tool «not in this session» is not proof it is missing on the server. Cursor caches the tool catalog until the MCP process dies. aiworkers_skill_update only rewrites SKILL.md. It does not restart MCP and does not install new tools. Never use telegram_restart for this.

When the human says «обнови MCP» / «перезапусти MCP», a tool from this skill is missing from the catalog, or the catalog contradicts a live 200/403 from ai.knopka.click:

  1. Skill file (what you read). Call aiworkers_skill_update. Same CLI: aiworkers-mcp skill-update. Writes ~/.cursor/skills/aiworkers/SKILL.md (and project .cursor/skills/aiworkers/ if you are in a repo with .cursor). Then re-read that file. An old copy in context is stale.

  2. Running process (tool catalog). Restart the aiworkers MCP server.

    • Tell the human: Cursor Settings → MCP → Restart on aiworkers.
    • If you can edit config: set env AIWORKERS_MCP_RELOAD in .cursor/mcp.json or ~/.cursor/mcp.json to a new stamp (example 20260821-ai-keys), then kill the process: pkill -f aiworkers-mcp. Cursor respawns it. Do not dump the file or any awp_/awm_/sk- values.
    • After restart, the catalog must list the tools from this skill (including ai_keys_issue / ai_chat / tg_channel_create if this skill mentions them). If the catalog still lies, the process did not actually restart.

Read the full file on GitHub · 136 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. 2d ago First seen · 136 lines · 227 tokens per session scan B 4e2c7e50ac56

Subscribe to this mod's changes

aiworkers is a skill published in the GitHub repository dimaneuron/aiworkers-mcp (0 stars, last pushed 11d ago), licensed MIT. It adds 227 tokens to every session and 4,476 once invoked, about $0.0011 per session on Opus 5. A static security scan graded it B with 1 finding (asks for root). 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

obra/superpowers · 37 tokens

auto-perf-optimize

Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.

microsoft/vscode · 62 tokens

chat-perf

Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.

microsoft/vscode · 51 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens