
fortunto2 skills on Remote OpenClaw
18 skills published by fortunto2. Each listing includes a one-command install for Claude Code, OpenClaw, Codex, and Hermes, plus a link to the upstream source.
solo-research
Runs deep market research for a product idea and writes a structured `research.md` file. Covers competitor analysis, user pain points, SEO/ASO keywords, domain name availability, and TAM/SAM/SOM market sizing. Detects product type automatically and routes research accordingly.
solo-build
Executes tasks from an implementation plan created by /plan. Reads plan.md, picks the next unchecked task, implements it using a TDD workflow, commits with conventional format, and records a SHA annotation in plan.md for traceability. Supports phase gates that verify tests and linting before moving forward.
solo-audit
Audits a markdown-based knowledge base for structural and content quality issues. Checks frontmatter completeness, internal link validity, tag consistency, orphaned files, and coverage gaps across directories. Produces a structured report with specific recommendations.
solo-content-gen
Reads a project's PRD or README and produces three content pieces: a LinkedIn post, a Reddit answer draft, and a Twitter/X thread. Before writing, it extracts the problem, solution, target persona, and key features, then builds an explicit Hook-Proof-CTA messaging framework. Output is saved to docs/content-pack.md.
solo-swarm
Spawns 3 parallel research agents (market, users, tech) to investigate an idea simultaneously. Each agent has a distinct focus and uses web search, GitHub, Reddit, and Hacker News. Results are synthesized into a research.md file with a GO/NO-GO/PIVOT recommendation.
solo-community-outreach
Searches Reddit, Hacker News, and ProductHunt for threads relevant to a product or idea, then drafts context-aware responses that lead with genuine value before mentioning the product. Also generates a ProductHunt launch checklist and saves everything to a local outreach plan file.
solo-validate
Validates startup ideas through a structured multi-stage pipeline: S.E.E.D. niche scoring, a mandatory Devil's Advocate inversion that actively searches for reasons to kill the idea, and a STREAM 6-layer analysis. Outputs a scored recommendation (go/kill/pivot) and generates a PRD with acceptance criteria and both optimistic and pessimistic unit economics.
solo-scaffold
Scaffolds a complete project from a PRD and stack template. Generates directory structure, configs, CLAUDE.md, Makefile, README, git repo, and pushes to GitHub. Studies existing projects for consistent patterns and fetches latest library versions before generating files.
solo-review
Runs a 12-dimension quality gate before shipping: tests, linting, build, security scan, acceptance criteria verification, plan completion, production logs, and commit quality checks. Produces a SHIP, FIX FIRST, or BLOCK verdict backed by actual command output. Also updates CLAUDE.md and appends fix tasks to plan.md based on findings.
solo-landing-gen
Generates landing page content from a project's PRD or README. Produces a hero section, feature descriptions, five A/B headline variants, social proof placeholders, CTA copy, and SEO meta tags. For Astro or Next.js projects, it can scaffold actual page files.
solo-pipeline
Chains multiple Claude skills into automated, sequential pipelines. Two built-in pipelines are available: Research (research → validate, producing a PRD) and Dev (scaffold → setup → plan → build, producing working code). Pipeline state is persisted to a local file so runs can be resumed if interrupted.
solo-video-promo
Reads a project's PRD or README and generates a structured 30-45 second promo video plan. Output includes a timed script with HOOK, PROBLEM, DEMO, and CTA sections plus a shot-by-shot storyboard. Detects Remotion or Montage-tool in the project and produces compatible config when found.
solo-factory
Installs 23 startup-focused skills spanning market research, development, SEO, content generation, and promotion in a single command. Optionally configures the solograph MCP server, which adds code intelligence, knowledge base search, and web search tools. Supports three install methods: npx, clawhub registry, or Claude Code plugin.
solo-metrics-track
Generates a PostHog analytics plan for a project, including an event funnel mapped to lean startup stages, KPI benchmarks with kill/iterate/scale thresholds, and implementation code snippets for iOS and web. Writes the full plan to docs/metrics-plan.md.
solo-index-youtube
Indexes YouTube channel videos and transcripts into a searchable knowledge base. Supports two modes: semantic search via solograph MCP, or standalone file-based indexing using yt-dlp. Outputs transcript files and a summary index for later search.
solo-setup
Reads CLAUDE.md, PRD, and package manifests to auto-generate docs/workflow.md with no interactive prompts. Detects test framework, commit strategy, and TDD policy from files already present after scaffolding. Intended as the step between /scaffold and /plan in the solo-factory workflow.
solo-plan
Explores a codebase and produces a structured spec plus a phased implementation plan with file-level task breakdowns. Takes a task description, researches the code autonomously, and writes spec.md and plan.md into a docs/plan/ directory. Does not ask follow-up questions.
solo-init
Onboards a solo founder by asking structured questions across four rounds and generating personalized configuration files. Creates org-level defaults (bundle IDs, GitHub org, Apple Team ID) and a per-project .solo/ directory with a founder manifesto, dev principles, STREAM decision framework, and selected stack templates. Other skills in the solo-factory system read from these files automatically.