openclaw 网盘下载
OpenClaw

技能详情(站内镜像,无评论)

首页 > 技能库 > Vega

Vega reference tool. Use when working with vega in finance contexts.

开发与 DevOps

许可证:MIT-0

MIT-0 ·免费使用、修改和重新分发。无需归因。

版本:v1.0.0

统计:⭐ 0 · 8 · 0 current installs · 0 all-time installs

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:bytesagain/vega

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

This skill is internally consistent: it provides a local bash-based reference tool for 'vega' with no external network calls, no credential requests, and no surprising behavior.

目的

The name/description (Vega reference tool for finance) match the provided assets: a SKILL.md that calls a local script and a bash script that prints static reference content. Nothing in the files demands unrelated capabilities.

说明范围

SKILL.md only instructs running scripts/script.sh with simple commands. The script contains only static heredoc text outputs and basic command dispatching; it does not read other files, environment variables, or send data externally.

安装机制

There is no install spec (instruction-only skill with an included script file). No downloads or external package installs are performed.

证书

The skill requests no environment variables, credentials, or config paths. The script likewise does not access env vars or secrets.

持久

The skill is not always-enabled and uses normal user-invocable/autonomous invocation defaults. It does not modify other skills or system settings.

综合结论

This skill is a simple local reference implemented as a shell script that prints static documentation. It does not access the network or request credentials. If you plan to run skills in a highly restricted environment, review the included scripts before use (the script is short and readable). As with any third-party script, run it from a trusted account and avoid granting extra permissions to the environment where it will run.

安装(复制给龙虾 AI)

将下方整段复制到龙虾中文库对话中,由龙虾按 SKILL.md 完成安装。

请把本段交给龙虾中文库(龙虾 AI)执行:为本机安装 OpenClaw 技能「Vega」。简介:Vega reference tool. Use when working with vega in finance contexts.。
请 fetch 以下地址读取 SKILL.md 并按文档完成安装:https://raw.githubusercontent.com/openclaw/skills/refs/heads/main/skills/bytesagain/vega/SKILL.md
(来源:yingzhi8.cn 技能库)

SKILL.md

打开原始 SKILL.md(GitHub raw)

---
name: "vega"
version: "1.0.0"
description: "Vega reference tool. Use when working with vega in finance contexts."
author: "BytesAgain"
homepage: "https://bytesagain.com"
source: "https://github.com/bytesagain/ai-skills"
tags: [vega, finance, finance, reference, cli]
category: "finance"
---

# Vega

Vega reference tool. Use when working with vega in finance contexts.

## When to Use

- Working with vega and need quick reference
- Looking up finance standards or best practices for vega
- Troubleshooting vega issues
- Need a checklist or guide for vega tasks

## Commands

### `intro`

```bash
scripts/script.sh intro
```

Overview and fundamentals

### `formulas`

```bash
scripts/script.sh formulas
```

Key formulas and calculations

### `regulations`

```bash
scripts/script.sh regulations
```

Regulatory framework and compliance

### `risks`

```bash
scripts/script.sh risks
```

Risk factors and mitigation

### `instruments`

```bash
scripts/script.sh instruments
```

Instruments and tools overview

### `strategies`

```bash
scripts/script.sh strategies
```

Common strategies and approaches

### `glossary`

```bash
scripts/script.sh glossary
```

Key terms and definitions

### `checklist`

```bash
scripts/script.sh checklist
```

Due diligence checklist

### `help`

```bash
scripts/script.sh help
```

### `version`

```bash
scripts/script.sh version
```

---

*Powered by BytesAgain | bytesagain.com | hello@bytesagain.com*