openclaw 网盘下载
OpenClaw

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

首页 > 技能库 > Payback

Payback reference tool. Use when working with payback in finance contexts.

开发与 DevOps

许可证:MIT-0

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

版本:v1.0.0

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

0

安装量(当前) 0

🛡 VirusTotal :良性 · OpenClaw :良性

Package:bytesagain1/payback

安全扫描(ClawHub)

  • VirusTotal :良性
  • OpenClaw :良性

OpenClaw 评估

The skill's code and runtime instructions are coherent with its stated purpose (a local payback/finance reference CLI) and do not request extra credentials, network access, or system privileges.

目的

Name/description match the delivered functionality: an offline reference CLI that prints finance guidance. The SKILL.md commands map directly to the included scripts/script.sh commands; there are no unexpected external services, credentials, or unrelated binaries requested.

说明范围

Runtime instructions only invoke the bundled shell script with simple subcommands. The script reads no external files, does not access environment variables, and does not transmit data. It only emits static help and reference text, so the instruction scope stays within the stated purpose.

安装机制

There is no install spec (instruction-only with an included script). Nothing is downloaded or extracted during install, and no external package registries or remote URLs are used by the runtime code.

证书

The skill requires no environment variables, credentials, or config paths. The script does not reference any secret-like variables or unrelated system configuration, so requested environment access is proportionate.

持久

The skill is not marked always:true and does not attempt to modify agent/system configuration. It runs as a simple local script and does not request persistent privileged presence.

综合结论

This skill is a small, local CLI that prints finance reference text and appears safe. Before installing, confirm you trust the BytesAgain source repo and review the included script (scripts/script.sh) for your own assurance — it runs locally and performs only text output. Note: the help text contains a minor bug (the VERSION variable is printed literally in one heredoc) but that is an implementation detail, not a security issue. If you plan to…

安装(复制给龙虾 AI)

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

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

SKILL.md

打开原始 SKILL.md(GitHub raw)

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

# Payback

Payback reference tool. Use when working with payback in finance contexts.

## When to Use

- Working with payback and need quick reference
- Looking up finance standards or best practices for payback
- Troubleshooting payback issues
- Need a checklist or guide for payback 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*