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 iker-gonzalez/antwork-skills --skill antworkgit clone --depth 1 https://github.com/iker-gonzalez/antwork-skillsWrote 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/iker-gonzalez/antwork-skills/antwork)<a href="https://agentmods.dev/skills/iker-gonzalez/antwork-skills/antwork"><img src="https://agentmods.dev/badge/skills/iker-gonzalez/antwork-skills/antwork/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.
<a href="https://agentmods.dev/skills/iker-gonzalez/antwork-skills/antwork"><img src="https://agentmods.dev/badge/skills/iker-gonzalez/antwork-skills/antwork.svg" alt="Reviewed on agentmods" width="80" 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.00105 | $0.01246 |
| Opus 5 | $0.00053 | $0.00623 |
| Sonnet 5 | $0.00021 | $0.00249 |
| Haiku 4.5 | $0.00011 | $0.00125 |
Grade A, and why
antwork 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.
How it starts
The opening of the file, as written. The whole thing — 49 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Antwork — social-media command center
Antwork is an MCP-native social-media scheduler for solo founders and small teams. This skill is the router: it maps a user request (or an explicit /antwork <command>) to the specialized skill that does the work. Each specialized skill codifies the gotchas of the Antwork MCP server so the workflow runs correctly the first time.
Commands
| Command | Skill | What it does |
|---|---|---|
/antwork setup |
antwork-setup |
Connect accounts, set workspace timezone + posting times, brand identity. Run this first. |
/antwork voice [account] |
antwork-voice |
Build or refresh a per-account voice profile from real posts. |
/antwork post <idea> |
antwork-poster |
Draft → schedule/publish a single post (one account, or fan out via a shared campaign). |
/antwork calendar <theme> |
antwork-calendar |
Plan and batch-schedule a content calendar across the week/month. |
/antwork repurpose <source> |
antwork-repurpose |
Turn one piece (blog, transcript, long post) into platform-native variants. |
/antwork campaign <goal> |
antwork-campaign |
Sequence a multi-post campaign / launch week toward a goal. |
/antwork ideas [topic] |
antwork-ideas |
Generate data-driven hooks grounded in what already performed. |
/antwork analytics [range] |
antwork-analytics |
Pull performance + engagement and synthesize a report. |
/antwork engage |
antwork-engage |
Comment/reply (LinkedIn), retry failed posts, community work. |
/antwork media |
antwork-media |
Upload, attach, and manage post media. |
/antwork audit |
antwork-audit |
Full social-presence audit with 5 parallel agents + a 0-100 Social Health Score. |
If the user just describes intent in natural language ("schedule a LinkedIn post for Tuesday", "how did last month do?"), route to the matching skill — they don't have to type the command.
Routing logic
- Resolve the verb. Map the request to one command above. When ambiguous, prefer the narrowest skill (a single post →
antwork-poster, notantwork-campaign). - Check prerequisites once. Most workflows need a workspace, a connected account, and ideally a voice profile. If
list_social_accountsshows nothing connected, route toantwork-setupfirst. Ifget_post_contextreportsvoiceStale, suggestantwork-voicebefore drafting at volume. - Hand off — don't reimplement. Each specialized skill owns its tool sequence. This orchestrator only picks the lane and passes along the user's intent and any context already gathered (which workspace, which account).
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.
- 9d ago First seen · 49 lines · 105 tokens per session scan A 76c10bd36aaf
antwork is a skill published in the GitHub repository iker-gonzalez/antwork-skills (0 stars, last pushed 2mo ago), licensed MIT. It adds 105 tokens to every session and 1,246 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-08-31.
Other skills, from other repositories
ib-trailing-stop
Server-side trailing stop management for stocks and naked LEAPS in IB. Places native TRAIL orders that auto-ratchet the stop as price climbs. Dry-run by default. Requires TWS or IB Gateway running locally.
scanner-pmcc
Scan stocks for Poor Man's Covered Call (PMCC) suitability. Analyzes LEAPS and short call options for delta, liquidity, spread, IV, yield, trend direction, and earnings proximity. Use when user asks about PMCC candidates, diagonal spreads, or LEAPS strategies.
ib-collar
Generate tactical collar strategy reports for protecting PMCC positions through earnings or high-risk events. Requires TWS or IB Gateway running locally.
ib-portfolio-action-report
Generate a comprehensive portfolio action report with earnings dates and risk assessment. Use when user asks for portfolio review, action items, earnings risk, or position management across IB accounts. Requires TWS or IB Gateway running locally.
ib-trades-history
Fetch trade executions from Interactive Brokers filtered by account, date range, or symbol. Supports live API (7 days history) and FlexReport (full history). Use when user asks about their trades, executions, or transaction history. Requires TWS or IB Gateway running locally.
scanner-bullish
Scan stocks for bullish trends using technical indicators (SMA, RSI, MACD, ADX). Use when user asks to scan for bullish stocks, find trending stocks, or rank symbols by momentum.