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 mahmoudabdel098/cyber-map (antigravity-awesome-skills/skills/ffuf-claude-skill/SKILL.md). Install upstream with npx skills add mahmoudabdel098/cyber-map --skill ffuf-claude-skill. Copyright stays with the author.
Ffuf Claude Skill
Overview
Web fuzzing with ffuf
When to Use This Skill
Use this skill when you need to work with web fuzzing with ffuf.
Instructions
This skill provides guidance and patterns for web fuzzing with ffuf.
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.
{
"ocm": "1",
"id": "mahmoudabdel098-cyber-map-ffuf-claude-skill",
"kind": "skill",
"name": "ffuf-claude-skill",
"description": "Web fuzzing with ffuf",
"publisher": "mahmoudabdel098",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Web fuzzing with ffuf"
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/mahmoudabdel098/cyber-map",
"path": "antigravity-awesome-skills/skills/ffuf-claude-skill/SKILL.md",
"ref": "5acde7b1e6b0ae0ee8bb0821a7cc433afc22a73d",
"url": "https://github.com/mahmoudabdel098/cyber-map/blob/5acde7b1e6b0ae0ee8bb0821a7cc433afc22a73d/antigravity-awesome-skills/skills/ffuf-claude-skill/SKILL.md",
"key": "mahmoudabdel098/cyber-map/antigravity-awesome-skills/skills/ffuf-claude-skill/SKILL.md"
}
},
"instructions": "# Ffuf Claude Skill\n\n## Overview\n\nWeb fuzzing with ffuf\n\n## When to Use This Skill\n\nUse this skill when you need to work with web fuzzing with ffuf.\n\n## Instructions\n\nThis skill provides guidance and patterns for web fuzzing with ffuf.\n\nFor more information, see the [source repository](https://github.com/jthack/ffuf_claude_skill).",
"cost": {
"context_tokens": 83
}
}
Fetch it by URL: GET /api/v1/registry/mahmoudabdel098-cyber-map-ffuf-claude-skill/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.