← 返回 Skills 市场
ckchzh

Furnace

作者 BytesAgain2 · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
151
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install furnace
功能描述
Furnace temperature and control manager
使用说明 (SKILL.md)

furnace

Furnace temperature and control manager

Commands

status

scripts/script.sh status

Show current status

add

scripts/script.sh add

Add new entry

list

scripts/script.sh list

List all entries

search

scripts/script.sh search

Search entries

remove

scripts/script.sh remove

Remove entry by number

export

scripts/script.sh export

Export data to file

stats

scripts/script.sh stats

Show statistics

config

scripts/script.sh config

View or set config

help

scripts/script.sh help

version

scripts/script.sh version

Configuration

Use scripts/script.sh config \x3Ckey> \x3Cvalue> to set preferences.

Variable Required Description
FURNACE_DIR No Data directory (default: ~/.furnace/)

Data Storage

All data stored in ~/.furnace/ using JSONL format (one JSON object per line).

Output

Structured output to stdout. Exit code 0 on success, 1 on error.


Powered by BytesAgain | bytesagain.com | [email protected]

安全使用建议
This skill appears to do what it says: a local CLI that stores records under ~/.furnace/. It does not perform network calls or request secrets. Before installing, consider: (1) the data is stored unencrypted in your home directory — sensitive info should not be stored there; (2) entries are written without JSON escaping, so values containing quotes or newlines may corrupt the JSONL file; (3) the script uses sed -i which has different behavior on macOS (portability issue). If you plan to use this in production or with sensitive data, review/modify the script to add proper escaping/validation and consider storing data in a safer format/location.
功能分析
Type: OpenClaw Skill Name: furnace Version: 1.0.0 The 'furnace' skill bundle is a straightforward CLI tool for logging and managing temperature-related data entries in a local JSONL file. The core logic in `scripts/script.sh` implements basic CRUD operations (add, list, search, remove, export) and configuration management using standard bash utilities. The script lacks any indicators of data exfiltration, remote code execution, or persistence mechanisms, and its file operations are restricted to a user-defined or default data directory (~/.furnace/). No malicious instructions or prompt injection attempts were identified in the `SKILL.md` documentation.
能力评估
Purpose & Capability
Name/description match the provided script and commands. The skill only requires local data storage (FURNACE_DIR optional) and exposes expected commands (status/add/list/search/remove/export/stats/config). No unrelated credentials, binaries, or config paths are requested.
Instruction Scope
SKILL.md simply invokes scripts/script.sh for each command and the script confines activity to the DATA_DIR (default ~/.furnace). It does not access other system files or network endpoints. Note: the script appends raw values into JSONL without escaping, which may break JSON structure if entries contain quotes/newlines — this is a robustness/data-integrity concern rather than evidence of scope creep.
Install Mechanism
No install spec; this is an instruction-only skill with an included shell script. Nothing is downloaded from external URLs or written outside the data directory by the script itself.
Credentials
No required environment variables or credentials. The optional FURNACE_DIR env var is justified for customizing the local data directory.
Persistence & Privilege
The skill is not force-included (always:false) and does not request persistent platform-wide privileges. It does not modify other skills or system-wide config.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install furnace
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /furnace 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
publish v1.0.0
元数据
Slug furnace
版本 1.0.0
许可证 MIT-0
累计安装 1
当前安装数 1
历史版本数 1
常见问题

Furnace 是什么?

Furnace temperature and control manager. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 151 次。

如何安装 Furnace?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install furnace」即可一键安装,无需额外配置。

Furnace 是免费的吗?

是的,Furnace 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

Furnace 支持哪些平台?

Furnace 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 Furnace?

由 BytesAgain2(@ckchzh)开发并维护,当前版本 v1.0.0。

💬 留言讨论