技能详情(站内镜像,无评论)
作者:BytesAgain2 @ckchzh
许可证:MIT-0
MIT-0 ·免费使用、修改和重新分发。无需归因。
版本:v1.0.0
统计:⭐ 0 · 6 · 0 current installs · 0 all-time installs
⭐ 0
安装量(当前) 0
🛡 VirusTotal :良性 · OpenClaw :良性
Package:ckchzh/swagger
安全扫描(ClawHub)
- VirusTotal :良性
- OpenClaw :良性
OpenClaw 评估
This is a simple, coherent offline reference skill that prints static swagger guidance from an included shell script and does not request credentials, install software, or perform network I/O.
综合结论
This skill is a lightweight, offline documentation helper—it only prints static reference text from the included shell script and does not access network or credentials. It appears safe to install from a security perspective. If you want extra assurance: inspect the repository (scripts/script.sh) yourself before enabling, verify the author/repo trustworthiness, and confirm there are no subsequent updates that add external network calls or cred…
安装(复制给龙虾 AI)
将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。
请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Swagger」。简介:Swagger reference tool. Use when working with swagger in devtools contexts.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/ckchzh/swagger/SKILL.md
(来源:yingzhi8.cn 技能库)
SKILL.md
---
name: "swagger"
version: "1.0.0"
description: "Swagger reference tool. Use when working with swagger in devtools contexts."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [swagger, devtools, dev, reference, cli]
category: "devtools"
---
# Swagger
Swagger reference tool. Use when working with swagger in devtools contexts.
## When to Use
- Working with swagger and need quick reference
- Looking up devtools standards or best practices for swagger
- Troubleshooting swagger issues
- Need a checklist or guide for swagger tasks
## Commands
### `intro`
```bash
scripts/script.sh intro
```
Overview and core concepts
### `quickstart`
```bash
scripts/script.sh quickstart
```
Getting started guide
### `patterns`
```bash
scripts/script.sh patterns
```
Common patterns and best practices
### `debugging`
```bash
scripts/script.sh debugging
```
Debugging and troubleshooting
### `performance`
```bash
scripts/script.sh performance
```
Performance optimization tips
### `security`
```bash
scripts/script.sh security
```
Security considerations
### `migration`
```bash
scripts/script.sh migration
```
Migration and upgrade guide
### `cheatsheet`
```bash
scripts/script.sh cheatsheet
```
Quick reference cheat sheet
### `help`
```bash
scripts/script.sh help
```
### `version`
```bash
scripts/script.sh version
```
---
*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*