Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Imported from ub1979/skill_forge (skills/browse/SKILL.md). Install upstream with npx skills add ub1979/skill_forge --skill browse. Copyright stays with the author.
Browse Skill
Opens a URL in the browser using Playwright and returns the page content.
Usage
/browse google.com
/browse https://example.com
Requirements
Playwright MCP server must be connected (see MCP Tools tab)
How It Works
Opens the URL in Playwright browser
Waits for the page to load
Captures the page content
Returns it for the AI to describe
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
ub1979-skill-forge-browse.ocm.jsonjson
{
"ocm": "1",
"id": "ub1979-skill-forge-browse",
"kind": "skill",
"name": "browse",
"description": "Open a URL in the browser using Playwright",
"publisher": "ub1979",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Open a URL in the browser using Playwright"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/ub1979/skill_forge",
"path": "skills/browse/SKILL.md",
"ref": "6a7cbd3559780b18d156d02003d5216e9db355bb",
"url": "https://github.com/ub1979/skill_forge/blob/6a7cbd3559780b18d156d02003d5216e9db355bb/skills/browse/SKILL.md",
"key": "ub1979/skill_forge/skills/browse/SKILL.md"
}
},
"instructions": "# Browse Skill\r\n\r\nOpens a URL in the browser using Playwright and returns the page content.\r\n\r\n## Usage\r\n\r\n```\r\n/browse google.com\r\n/browse https://example.com\r\n```\r\n\r\n## Requirements\r\n\r\n- Playwright MCP server must be connected (see MCP Tools tab)\r\n\r\n## How It Works\r\n\r\n1. Opens the URL in Playwright browser\r\n2. Waits for the page to load\r\n3. Captures the page content\r\n4. Returns it for the AI to describe",
"cost": {
"context_tokens": 102
}
}
Fetch it by URL: GET /api/v1/registry/ub1979-skill-forge-browse/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.