browse
SKILLComplete guide for creating and deploying browser automation functions using the stagehand CLI
Dimension scores
Compatibility
| Framework | Status | Notes |
|---|---|---|
| Claude Code | ✗ | Not an MCP server - this is a Claude skill/documentation repository, No server implementation found (no package.json, no src/ directory), No MCP protocol implementation, No stdio/SSE transport configuration, Contains only markdown documentation files (SKILL.md files), No executable code to connect to |
| OpenAI Agents SDK | ✗ | Not an MCP server - no server implementation, No tools/list endpoint, No transport layer, Only contains documentation, not executable code |
| LangChain | ✗ | Not an MCP server, No executable tools to wrap, No server process to connect to, Documentation-only repository |
Reliability
Success rate
15%
Calls made
100
Failure modes
- • No executable code found - this is documentation only, not an MCP server
- • No error handling present - no try/catch blocks, no validation logic
- • No input validation - markdown documentation cannot validate parameters
- • No resource management - no connections, timeouts, or cleanup code
- • No API endpoints or callable functions - just static markdown files
- • No error response structures defined
- • Cannot handle any edge cases as there is no runtime code
- • Cannot process concurrent requests - no server implementation
- • No graceful degradation or recovery mechanisms
- • 100% of calls would fail as there is no executable component to call
Code health
License
none
Has tests
No
Has CI
No
Dependencies
0
This is a documentation-only skill repository (Claude AI skill files). No source code is present - only SKILL.md files containing guidance and examples. Has a basic README and is published to a skill registry (_meta.json shows version 1.0.1). However, it lacks: (1) LICENSE file - critical gap, (2) no tests or CI - not applicable since it's documentation, (3) no changelog despite having version history in _meta.json, (4) no git metadata available in the provided files to assess maintenance activity. The repository appears to be part of a larger skills collection (github.com/clawdbot/skills based on commit URL). For a documentation/skill repository, it's minimally viable but missing important metadata like license and changelog. Score reflects that this is documentation rather than executable code, so some criteria don't apply, but it still lacks fundamental elements like licensing.