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".
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
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/founderclaw-status/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How founderclaw-status Compares
| Feature / Agent | founderclaw-status | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/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
Best AI Skills for Claude
Explore the best AI skills for Claude and Claude Code across coding, research, workflow automation, documentation, and agent operations.
AI Agents for Marketing
Discover AI agents for marketing workflows, from SEO and content production to campaign research, outreach, and analytics.
AI Agents for Startups
Explore AI agent skills for startup validation, product research, growth experiments, documentation, and fast execution with small teams.
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
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
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
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
项目状态 - 查看活跃项目列表、Thread 状态和最新进展。Triggers: '项目状态', '项目进展', '看看项目', 'project status', '有什么项目在进行'
claude-code-statusline
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
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
A Claude Code plugin that displays a real-time HUD showing context usage, active tools, running agents, and todo progress in your terminal statusline.
---
name: article-factory-wechat
humanizer
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.
find-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.
tavily-search
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.
baidu-search
Search the web using Baidu AI Search Engine (BDSE). Use for live information, documentation, or research topics.