OpenClaw Setup
Use this profile when the main outcome is getting OpenClaw running with sane defaults, channel bindings, and a clear operator handoff.
curl -fsSL https://openclaw.ai/install.sh | bash
2 source signals • Last reviewed 2026-03-11
Do not expose management or gateway surfaces directly to the public internet.
OpenClaw Channel Operations
Use this profile when OpenClaw has to coordinate across messaging channels, browser actions, and everyday operator interventions.
npm install -g openclaw@latest
2 source signals • Last reviewed 2026-03-11
Keep channel-specific failure handling visible to humans.
OpenClaw Credentials and Channel Auth
Use this profile when OpenClaw is already installed and the next job is connecting model auth, Telegram, WhatsApp, Slack, Discord, or other channel credentials cleanly.
1 source signals • Last reviewed 2026-03-11
Do not reuse one credential across every channel when scoped tokens are available.
OpenClaw Config and Skill Install
Use this profile when OpenClaw is already running and the next job is editing `openclaw.json`, adjusting gateway behavior, or installing a skill into the workspace.
openclaw skills install <skill-name>
1 source signals • Last reviewed 2026-03-11
Review any third-party skill before running `openclaw skills install` against a trusted workspace.
Claude Code Skills Packages
Use this profile when you are comparing Claude Code skill collections and need a clear mental model for what a package is, how SKILL.md-based bundles work, and how to evaluate them before installation.
Install a skills package by following the upstream repository's setup instructions; each package has its own install path.
3 source signals • Last reviewed 2026-04-01
Do not blindly install unreviewed skills from SkillsMP or any other public directory.
CLAUDE.md Setup
Use this profile when Claude Code keeps missing project conventions, architecture context, or operating rules and you need to structure CLAUDE.md files deliberately instead of relying on repeated prompts.
Install Claude Code first, then use /init and the official memory docs to create and refine the CLAUDE.md files that should persist across sessions.
3 source signals • Last reviewed 2026-04-01
Do not put API keys, passwords, or other secrets in any CLAUDE.md file.
Subagents Workflow
Use this profile when one Claude Code session is becoming a bottleneck and the work can be split into parallel, scoped subtasks with cleaner context boundaries.
Install Claude Code, then define subagents under .claude/agents or ~/.claude/agents and follow Anthropic's documented rules for scope, permissions, and context management.
3 source signals • Last reviewed 2026-04-01
Each subagent has its own tool permissions, so define scope and allowed actions explicitly before delegation.
MCP Server Setup
Use this profile when Claude Code needs live access to databases, APIs, file systems, or operator tools through MCP and you want the connection model to stay legible.
Install Claude Code first, then add local or remote MCP servers with the official claude mcp flow and authenticate them through /mcp when the server requires it.
3 source signals • Last reviewed 2026-04-01
MCP servers can have full system access, so confirm the source and permissions model before connecting one to Claude Code.
Claude Code Git Workflow
Use this profile when Claude Code is part of a real Git workflow and you need the collaboration pattern around branching, reviewing, and landing work to stay disciplined.
Install Claude Code and use Anthropic's official workflow guidance for commits, pull requests, and multi-worktree sessions rather than copying undocumented shell aliases.
3 source signals • Last reviewed 2026-04-01
Avoid letting Claude Code automatically push to main or perform force pushes without an explicit human checkpoint.
TypeScript Project Skill
Use this profile when the repo is TypeScript-first and you want the agent to respect tsconfig boundaries, type inference, strictness, and the build scripts that already define correctness.
Install Claude Code in a TypeScript repository, keep tsconfig aligned with the official docs, and let the agent work against the real tsc and package scripts already defined by the project.
3 source signals • Last reviewed 2026-04-01
Do not weaken strict compiler settings just to make an AI-generated patch pass quickly.
Next.js App Router Skill
Use this profile when the repository is built on Next.js App Router and you want Claude Code to follow the framework's routing, data-fetching, and server-client boundaries correctly.
Install or scaffold the App Router project from the official Next.js docs first, then let Claude Code operate against the repository's real routing, build, and verification conventions.
3 source signals • Last reviewed 2026-04-01
Do not blur server-only and client-only code paths when moving logic across App Router boundaries.
Prompt Engineering Skill
Use this profile when the quality bottleneck is not installation but instruction design: project rules, system framing, few-shot examples, and stable prompt patterns that Claude Code can reuse.
Install Claude Code, then apply Anthropic's prompt-engineering guidance in reusable CLAUDE.md rules, custom commands, or task prompts instead of treating this as a standalone package install.
3 source signals • Last reviewed 2026-04-01
Do not encode secrets, private credentials, or sensitive customer data into reusable system prompts or CLAUDE.md files.
claude-code
Use this profile when you need a general Claude Code operating pattern rather than one narrow sub-workflow. It is useful for teams wiring Claude Code into daily development and repo maintenance.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
Treat Claude Code hooks and connected tools as execution surfaces that can affect the local machine, not just the chat transcript.
claude-code-hook
Use this profile when you need Claude Code to trigger structured actions around development events such as setup, validation, or workflow handoff. It is most useful when hook behavior needs to stay predictable and reviewable.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
Hooks often end up running shell commands, so review every command path and environment assumption before enabling them broadly.
claude-code-project-config
Use this profile when Claude Code already runs in a repo but the project-level config is weak, inconsistent, or drifting. It is helpful for teams refining hooks, instructions, and repo defaults after the first install.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
Project config can indirectly authorize file edits, command execution, and hook behavior, so treat it as an operational control plane.
gstack
Use this profile when you need Claude Code to operate with a more opinionated execution stack for QA, review, or shipping workflows. It is a good fit for teams that want repeatable command flows instead of improvising every task from scratch.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
A stacked workflow can hide a lot of shell and browser automation, so review what commands and tools it is actually allowed to run.
mcp-servers
Use this profile when the main question is which MCP servers to add and how they fit into a Claude Code workflow. It helps when a team is moving from simple chat usage toward tool-connected automation.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
Every MCP server is part of the trust boundary, so confirm what data, commands, and auth surfaces it exposes before enabling it.
mcp-apps-builder
Use this profile when you are building an app experience that depends on MCP rather than only adding one server. It fits teams shaping product flows where Claude Code or another agent coordinates multiple MCP-backed capabilities.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
When an app combines multiple MCP tools, keep capability boundaries explicit so one prompt path does not gain accidental access to everything.
flowstudio-power-automate-mcp
Use this profile when Claude Code or another agent needs to participate in a Power Automate oriented toolchain through MCP. It is useful for teams bridging agent workflows with enterprise automation systems.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
Power Automate style integrations often touch business systems, so audit the downstream actions an MCP trigger can invoke.
mcp-builder
Use this profile when the work is about authoring an MCP integration from scratch or shaping a new server around existing systems. It is useful for developers who need Claude-compatible tooling that does not exist yet.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
Keep the server interface as small as possible so the agent only gets the actions and data it truly needs.
mcp-cli
Use this profile when the main need is to inspect, run, or manage MCP behavior from a terminal-oriented workflow. It is useful for developers who prefer a direct CLI layer over app-specific setup surfaces.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
A terminal workflow makes it easy to run broad or repetitive actions quickly, so verify target servers and credentials before executing commands.
ap2-mcp-server
Use this profile when an agent workflow needs payment-related capabilities through MCP rather than only local dev tools. It is useful for builders connecting commerce or transaction flows to Claude-compatible tooling.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
Treat any payments-related MCP surface as high risk because even small mistakes can trigger real financial side effects.
acp-checkout-mcp
Use this profile when an MCP integration needs to represent checkout steps inside a commerce workflow. It is useful for builders exposing purchase actions to agents in a more structured way.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
Checkout-related MCP tools should be treated as transactional surfaces, not general-purpose convenience actions.
ucp-checkout-mcp
Use this profile when an agent needs to participate in checkout flows through a dedicated commerce MCP toolset. It helps when you want checkout steps to be agent-addressable without opening up the entire commerce system.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
Treat checkout actions as high-sensitivity operations and require clear environment boundaries between test and production.
webmcp-mcp-bridge
Use this profile when an agent needs MCP-mediated access in browser-heavy or web automation contexts. It fits teams connecting interactive web workflows to model-accessible tools.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
Browser-facing bridges can cross several trust boundaries at once, so review what page data and what tool actions become reachable together.
configure-canvas-mcp
Use this profile when MCP needs to support Canvas app configuration or similar low-code admin flows. It is helpful for teams bringing app-configuration work into an agent-friendly tool surface.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
Administrative app configuration surfaces can alter shared environments quickly, so scope tools to the minimal set of safe operations.
clude-memory-mcp
Use this profile when Claude-oriented workflows need shared memory or persistent context beyond the current session. It is useful for teams experimenting with memory-backed agent tooling and prompt persistence.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
Persistent memory layers can quietly accumulate sensitive data, so define what is allowed into memory before connecting the service broadly.
read-write-workflow
Use this profile when an OpenClaw or Claude-style workflow benefits from clearly separating context gathering from mutation steps. It is useful for operators who want safer execution in workspaces where reading and writing should not blur together.
Follow the upstream source for installation instructions.
1 source signals • Last reviewed 2026-04-02
Keep the read phase broad enough to build context, but narrow the write phase to the exact files or actions that were actually approved.