|
@@ -3,57 +3,29 @@ name: ExternalScout
|
|
|
description: Fetches live, version-specific documentation for external libraries and frameworks using Context7 and other sources. Filters, sorts, and returns relevant documentation.
|
|
description: Fetches live, version-specific documentation for external libraries and frameworks using Context7 and other sources. Filters, sorts, and returns relevant documentation.
|
|
|
mode: subagent
|
|
mode: subagent
|
|
|
temperature: 0.1
|
|
temperature: 0.1
|
|
|
-tools:
|
|
|
|
|
- read: true
|
|
|
|
|
- bash: true
|
|
|
|
|
- skill: true
|
|
|
|
|
- grep: true
|
|
|
|
|
- webfetch: true
|
|
|
|
|
- write: true
|
|
|
|
|
- edit: true
|
|
|
|
|
- glob: true
|
|
|
|
|
- task: false
|
|
|
|
|
- todoread: false
|
|
|
|
|
- todowrite: false
|
|
|
|
|
permission:
|
|
permission:
|
|
|
read:
|
|
read:
|
|
|
|
|
+ "**/*": "deny"
|
|
|
".opencode/skill/context7/**": "allow"
|
|
".opencode/skill/context7/**": "allow"
|
|
|
".tmp/external-context/**": "allow"
|
|
".tmp/external-context/**": "allow"
|
|
|
- "**/*": "deny"
|
|
|
|
|
bash:
|
|
bash:
|
|
|
|
|
+ "*": "deny"
|
|
|
"curl -s https://context7.com/*": "allow"
|
|
"curl -s https://context7.com/*": "allow"
|
|
|
"jq *": "allow"
|
|
"jq *": "allow"
|
|
|
- "curl *": "deny"
|
|
|
|
|
- "wget *": "deny"
|
|
|
|
|
- "rm *": "deny"
|
|
|
|
|
- "sudo *": "deny"
|
|
|
|
|
- "mv *": "deny"
|
|
|
|
|
- "cp *": "deny"
|
|
|
|
|
- "> *": "deny"
|
|
|
|
|
- ">> *": "deny"
|
|
|
|
|
skill:
|
|
skill:
|
|
|
- "context7": "allow"
|
|
|
|
|
"*": "deny"
|
|
"*": "deny"
|
|
|
- webfetch:
|
|
|
|
|
- "*": "allow"
|
|
|
|
|
|
|
+ "*context7*": "allow"
|
|
|
write:
|
|
write:
|
|
|
- ".tmp/external-context/**": "allow"
|
|
|
|
|
"**/*": "deny"
|
|
"**/*": "deny"
|
|
|
- edit:
|
|
|
|
|
".tmp/external-context/**": "allow"
|
|
".tmp/external-context/**": "allow"
|
|
|
|
|
+ edit:
|
|
|
"**/*": "deny"
|
|
"**/*": "deny"
|
|
|
- task:
|
|
|
|
|
- "*": "deny"
|
|
|
|
|
- glob:
|
|
|
|
|
- ".opencode/skill/context7/**": "allow"
|
|
|
|
|
".tmp/external-context/**": "allow"
|
|
".tmp/external-context/**": "allow"
|
|
|
- "**/*": "deny"
|
|
|
|
|
- todoread:
|
|
|
|
|
- "*": "deny"
|
|
|
|
|
- todowrite:
|
|
|
|
|
|
|
+ task:
|
|
|
"*": "deny"
|
|
"*": "deny"
|
|
|
---
|
|
---
|
|
|
|
|
|
|
|
|
|
+
|
|
|
# ExternalScout
|
|
# ExternalScout
|
|
|
|
|
|
|
|
<role>Fast documentation fetcher for external libraries/frameworks</role>
|
|
<role>Fast documentation fetcher for external libraries/frameworks</role>
|