← 返回 Skills 市场
Output Forge
作者
Shadow Rose
· GitHub ↗
· v1.0.1
· MIT-0
272
总下载
0
收藏
1
当前安装
1
版本数
在 OpenClaw 中安装
/install output-forge
功能描述
Transform raw AI output into platform-ready content with proper formatting, metadata, and cleanup. Markdown, HTML, plain text, and structured data output.
安全使用建议
This skill appears to be what it says: a local formatter/cleanup tool. Things to consider before installing or running:
- No credentials or network access are requested, and processing is local — good for privacy.
- The tool intentionally does not sanitize HTML/LaTeX output. Do NOT paste generated HTML into admin panels or production pages without review, especially if input came from untrusted sources.
- The cleanup engine uses regex patterns and user-editable rules (config). Custom or aggressive regexes can remove legitimate content or produce unexpected edits—review and test on sample files first.
- Batch mode will process every .txt file in a directory—use a safe test directory first to confirm behavior.
- If you need sanitization, publishing automation, or image uploads, those are explicitly out of scope; consider adding a sanitization step or a separate uploader.
Overall: coherent and low-risk for local use; review outputs before publishing and be cautious with untrusted inputs or custom regex rules.
功能分析
Type: OpenClaw Skill
Name: output-forge
Version: 1.0.1
The OutputForge bundle is a text-processing utility designed to format AI-generated content for various platforms (WordPress, Medium, etc.) and remove common AI disclaimers using regex. Analysis of the Python scripts (output_forge.py, output_clean.py, output_templates.py) shows standard file I/O and string manipulation without any network calls, obfuscation, or attempts to access sensitive system data. While the tool lacks robust HTML/LaTeX sanitization for untrusted inputs—a vulnerability that could lead to XSS if misused—this is explicitly documented as a known constraint in LIMITATIONS.md rather than an intentional exploit.
能力评估
Purpose & Capability
Name/description match the code and SKILL.md: scripts load config_example.json, perform AI-ism cleanup, apply templates, split threads, support batch processing and write local files. No unrelated credentials, binaries, or external services are requested.
Instruction Scope
SKILL.md and the Python code stick to reading text input (file or stdin), applying regex-based cleanup, templating, and writing outputs. Important caveats are documented: processing is local and there is no sanitization for HTML output — feeding untrusted input may result in generated HTML/LaTeX that contains active/script content. Batch mode processes all .txt files in a directory, which is expected but worth noting.
Install Mechanism
No install spec, no external downloads, and the project claims only standard-library Python 3.7+. Files are pure Python source shipped in the skill — low install risk.
Credentials
No required environment variables, no credentials, and only local config files (config.json/config_example.json) are read. The config may include user-supplied regex rules, which is expected for customization but means malicious/overbroad patterns in config could alter outputs.
Persistence & Privilege
Skill is not always-enabled, does not modify other skills or system-wide settings, and only writes output files the user requests. Autonomous invocation is allowed by default (normal for skills) but does not increase risk here given the local-only behavior.
如何使用
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install output-forge - 安装完成后,直接呼叫该 Skill 的名称或使用
/output-forge触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.1
- Added detailed documentation in SKILL.md covering features, usage, and configuration for OutputForge AI Output Formatter.
- Describes support for multiple output formats like WordPress, Medium, Email, Twitter, LinkedIn, Markdown, LaTeX, and plain text.
- Explains automatic cleanup of common AI disclaimers and hedging phrases for more natural content.
- Documents batch processing, metadata injection, custom templates, and command-line options.
- Includes real-world usage examples for blog posts, social threads, newsletters, and more.
- Outlines customization options and use cases for content creators, writers, marketers, and developers.
元数据
常见问题
Output Forge 是什么?
Transform raw AI output into platform-ready content with proper formatting, metadata, and cleanup. Markdown, HTML, plain text, and structured data output. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 272 次。
如何安装 Output Forge?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install output-forge」即可一键安装,无需额外配置。
Output Forge 是免费的吗?
是的,Output Forge 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Output Forge 支持哪些平台?
Output Forge 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Output Forge?
由 Shadow Rose(@theshadowrose)开发并维护,当前版本 v1.0.1。
推荐 Skills