founderclaw-status

Check FounderClaw installation status. Verifies skills, workspace, and multi-agent config are all properly set up. Use when: "founderclaw status", "is founderclaw working", "check founderclaw", "founderclaw health".

3,891 stars

Best use case

founderclaw-status is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Check FounderClaw installation status. Verifies skills, workspace, and multi-agent config are all properly set up. Use when: "founderclaw status", "is founderclaw working", "check founderclaw", "founderclaw health".

Teams using founderclaw-status should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/founderclaw-status/SKILL.md --create-dirs "https://raw.githubusercontent.com/openclaw/skills/main/skills/ashish797/founderclaw/founderclaw-status/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/founderclaw-status/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How founderclaw-status Compares

Feature / Agentfounderclaw-statusStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Check FounderClaw installation status. Verifies skills, workspace, and multi-agent config are all properly set up. Use when: "founderclaw status", "is founderclaw working", "check founderclaw", "founderclaw health".

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# FounderClaw Status Check

Run all checks and report:

## Check 1: Skills

```bash
FC_SKILLS=$(ls ~/.agents/skills/founderclaw/*/SKILL.md 2>/dev/null | wc -l)
LINKED=$(ls -la ~/.agents/skills/ 2>/dev/null | grep founderclaw | wc -l)
echo "Skills in repo: $FC_SKILLS"
echo "Symlinks pointing to founderclaw: $LINKED"
```

## Check 2: Workspace

```bash
if [ -d ~/.openclaw/founderclaw/ceo ]; then
    echo "Workspace: EXISTS"
    ls ~/.openclaw/founderclaw/ 2>/dev/null
else
    echo "Workspace: MISSING"
fi
```

## Check 3: Multi-agent config

Use `agents_list` tool to check if these agents exist:
- founderclaw-main
- fc-strategy
- fc-shipper
- fc-tester
- fc-safety
- fc-observer

Count how many are present. Report:
- "All 6 agents configured" or "Only X/6 agents configured"

## Report

```
FounderClaw Status
==================
Skills:    [X/29 installed]
Workspace: [EXISTS/MISSING]
Agents:    [X/6 configured]
Browse:    [BUILT/NOT BUILT]

Overall: [READY / PARTIAL / NOT INSTALLED]
```

If PARTIAL or NOT INSTALLED, provide specific fix instructions.

Related Skills

install-founderclaw

3891
from openclaw/skills

Install FounderClaw — a complete multi-agent system for OpenClaw. Adds 6 agents, 29 skills, creates communication channels, configures models. Interactive setup. Requires user input for model selection and channel setup. Triggered by: "install founderclaw", "setup founderclaw", "get founderclaw".

founderclaw-upgrade

3891
from openclaw/skills

Upgrade founderclaw to the latest version. Detects install location, pulls updates, and shows what's new. Use when: "upgrade founderclaw", "update founderclaw", "get latest version", "update skills".

founderclaw

3891
from openclaw/skills

FounderClaw — Multi-agent engineering team for OpenClaw. 29 skills, 6 agents (CEO + 5 departments), structured workspace, auto mode, vision sub-agent routing. Build startups with AI agents.

status

3891
from openclaw/skills

项目状态 - 查看活跃项目列表、Thread 状态和最新进展。Triggers: '项目状态', '项目进展', '看看项目', 'project status', '有什么项目在进行'

claude-code-statusline

3891
from openclaw/skills

Install and configure a custom Claude Code status line showing real-time token usage, context window percentage, git branch, and color-coded warnings. Use when the user asks to "install statusline", "setup statusline", "configure statusline", "setup status line", "install status bar", "show token usage", "context window display", "statusline colors", "statusline thresholds", or wants to customize their Claude Code status bar display.

check-deployment-status

3891
from openclaw/skills

Check deployment status of PRs and commits using continuous-deployment MCP and UCS deployer MCP. Use when user asks "is this deployed", "check deployment", "deployment status", "is PR merged and deployed", "check UP status", "introduced to production", or provides a GitHub PR URL and wants deployment info.

claude-hud-statusline

3819
from openclaw/skills

A Claude Code plugin that displays a real-time HUD showing context usage, active tools, running agents, and todo progress in your terminal statusline.

---

3891
from openclaw/skills

name: article-factory-wechat

Content & Documentation

humanizer

3891
from openclaw/skills

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

Content & Documentation

find-skills

3891
from openclaw/skills

Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.

General Utilities

tavily-search

3891
from openclaw/skills

Use Tavily API for real-time web search and content extraction. Use when: user needs real-time web search results, research, or current information from the web. Requires Tavily API key.

Data & Research

baidu-search

3891
from openclaw/skills

Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.

Data & Research