概览
What is Formhug?
Formhug provides reusable agent skills for connecting any MCP-compatible agent or IDE (Claude Code, Cursor, Windsurf, Claude Desktop, OpenClaw, and others) to the FormHug platform. It includes both human-guided and agent-driven setup instructions.
How to use Formhug?
Install a skill via ClawHub (clawhub install formhug-mcp-openclaw) or by copying the skill directory into your agent's skills location. Once installed, invoke a skill by its trigger phrases or slash command, e.g. /setup-formhug-mcp.
Key features of Formhug
- Step-by-step guide for human-driven MCP setup
- Agent-driven setup that adds MCP server and initiates OAuth
- Works with any MCP-compatible agent or IDE
- Skills defined in
SKILL.mdwith frontmatter - Easy extension by adding new skill directories
Use cases of Formhug
- Connecting a Claude Code agent to FormHug via MCP
- Automating OAuth setup using an agent (e.g., OpenClaw)
- Providing reusable, shareable skill prompts for the FormHug platform
FAQ from Formhug
Which agents or IDEs are compatible with Formhug?
Formhug works with any MCP-compatible agent or IDE, including Claude Code, Cursor, Windsurf, Claude Desktop, and OpenClaw.
How do I install a Formhug skill?
You can install via ClawHub using clawhub install formhug-mcp-openclaw or by copying or symlinking the skill directory into your agent's skills location (e.g., ~/.claude/skills/ for Claude Code).
How do I invoke a Formhug skill?
Invoke by its trigger phrases or slash command. For example, in Claude Code you can type /setup-formhug-mcp or ask your agent to "set up FormHug MCP".
How can I add a new skill to Formhug?
Create a new directory under skills/ containing a SKILL.md file (with required frontmatter) and optional supporting files.