solo-factory

solo-factory is a skill for Claude Code from fortunto2/solo-factory. It costs 40 tokens per session (1,422 once invoked), scanned C, original, MIT.

A setup package for installing the solo-factory startup toolkit and its related skills. It is intended for the first installation of the solo startup pipeline.

In plain words
What is it for?
Use it to install solo factory, install all solo skills, or set up the startup toolkit for the first time.
Why use it?
It provides a single starting point for installing the toolkit instead of setting up each part separately. This helps prepare a workspace for the solo-factory workflow.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: names the AskUserQuestion tool; mentions Claude Code; mentions Codex.

Part of the solo plugin — 45 skills, 2 commands, 3 agents, 3 hooks shipped together

Good fit Use it to install solo factory, install all solo skills, or set up the startup toolkit for the first time.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/fortunto2/solo-factory/factory
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 fortunto2/solo-factory --skill factory
Clone the repo
git clone --depth 1 https://github.com/fortunto2/solo-factory

Made for: Claude Code.

Or install solo, the plugin that ships this one along with the rest of its 45 skills, 2 commands, 3 agents, 3 hooks.

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 solo-factory

README.md
[![agentmods](https://agentmods.dev/badge/skills/fortunto2/solo-factory/factory/github.svg)](https://agentmods.dev/skills/fortunto2/solo-factory/factory)
Your own site
<a href="https://agentmods.dev/skills/fortunto2/solo-factory/factory"><img src="https://agentmods.dev/badge/skills/fortunto2/solo-factory/factory/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 solo-factory

Your own site · 80×15
<a href="https://agentmods.dev/skills/fortunto2/solo-factory/factory"><img src="https://agentmods.dev/badge/skills/fortunto2/solo-factory/factory.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 40 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,422 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 2 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.00040 $0.01422
Opus 5 $0.00020 $0.00711
Sonnet 5 $0.00008 $0.00284
Haiku 4.5 $0.00004 $0.00142

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

Security

Grade C, and why

solo-factory scanned grade C with 2 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 8d 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.

Downloads and executes remote codehighSupply chain

curl | sh runs whatever the server returns today, which is not necessarily what it returned when this was reviewed.

**Fix:** `curl -LsSf https://astral.sh/uv/install.sh | sh`

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

**Fix:** `curl -LsSf https://astral.sh/uv/install.sh | sh`
skills/factory/SKILL.md · 171 lines

How it starts

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

/factory

One-command setup for the entire Solo Factory startup toolkit.

What gets installed

23 skills — full startup pipeline from idea to shipped product:

Phase Skills
Analysis research, validate, stream, swarm
Development scaffold, setup, plan, build, deploy, review
Promotion seo-audit, content-gen, community-outreach, video-promo, landing-gen, metrics-track
Utilities init, audit, retro, pipeline, humanize, index-youtube, you2idea-extract

MCP server (optional) — solograph provides 15 tools:

  • kb_search — semantic search over knowledge base
  • session_search — search past Claude Code sessions
  • codegraph_query / codegraph_explain / codegraph_stats / codegraph_shared — code intelligence
  • project_info / project_code_search / project_code_reindex — project registry
  • source_search / source_list / source_tags / source_related — source management
  • web_search — web search

Steps

  1. Parse arguments from $ARGUMENTS:

    • --mcp — also configure solograph MCP server
    • --skills-only — skip MCP setup (default)
    • No args — install skills, ask about MCP
  2. Detect agent and choose install method:

    # Check what's available
    command -v npx >/dev/null 2>&1 && echo "npx: ok"
    command -v clawhub >/dev/null 2>&1 && echo "clawhub: ok"
    

    Method A (recommended): npx skills — works with any AI agent, installs from GitHub directly. Method B: clawhub install — for OpenClaw users who prefer ClawHub registry. Method C: Claude Code plugin — if user is on Claude Code, suggest plugin instead.

  3. Install all 23 skills:

    Method A — npx skills (recommended, works immediately):

    npx skills add fortunto2/solo-factory --all
    

    This single command installs all skills from GitHub to all detected agents (Claude Code, Cursor, Copilot, Gemini CLI, Codex, etc.). No account or publishing required.

Read the full file on GitHub · 171 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. 8d ago First seen · 171 lines · 40 tokens per session scan C 8420fdd04b54

Subscribe to this mod's changes

solo-factory is a skill published in the GitHub repository fortunto2/solo-factory (18 stars, last pushed today), licensed MIT. It adds 40 tokens to every session and 1,422 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it C with 2 findings (downloads and executes remote code, makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.