← 返回 Skills 市场
macstenk

Skill Exporter

作者 MacStenk · GitHub ↗ · v1.0.0
cross-platform ✓ 安全检测通过
1936
总下载
1
收藏
3
当前安装
1
版本数
在 OpenClaw 中安装
/install skill-exporter
功能描述
Export Clawdbot skills as standalone, deployable microservices. Use when you want to dockerize a skill, deploy it to Railway or Fly.io, or create an independent API service. Generates Dockerfile, FastAPI wrapper, requirements.txt, deployment configs, and optional LLM client integration.
安全使用建议
This exporter appears to do what it says, but review the generated service before deploying. Specific suggestions: (1) inspect generated api.py for the wide-open CORS policy and adjust or add authentication if the service will be public; (2) review any subprocess calls and copied scripts to ensure they don't run unsafe commands or expect secrets embedded in code; (3) the exporter will detect and surface environment variable NAMES from the source skill and create a .env.example — do not put real secret values into the source skill's .env when running the exporter (work on a sanitized copy) and do not commit .env with secrets to source control; (4) if you enable --llm you will need to provide provider API keys at runtime — only supply keys you trust and scope them appropriately; and (5) test the generated docker image locally before deploying to Railway/Fly or exposing it to the internet.
功能分析
Type: OpenClaw Skill Name: skill-exporter Version: 1.0.0 The skill-exporter is designed to transform existing Clawdbot skills into standalone microservices. The `SKILL.md` provides clear, benign instructions for its use and does not contain any prompt injection attempts. The `scripts/export.py` script performs file system operations (reading source skill files, writing generated service files, copying scripts) and analyzes the source skill's code to infer dependencies and environment variables. These actions are all directly aligned with its stated purpose of code generation and packaging. There is no evidence of intentional harmful behavior such as data exfiltration, unauthorized execution, persistence mechanisms, or obfuscation within the exporter skill itself. The potential for a *generated* service to be risky depends on the *input skill* it processes, not on the exporter skill's inherent maliciousness.
能力评估
Purpose & Capability
Name/description match what the files do: scripts/export.py reads a local skill directory and emits Dockerfile, FastAPI wrapper, requirements, llm client stubs, and copies the skill scripts. Required binary (python3) is appropriate and no unrelated external credentials or binaries are requested.
Instruction Scope
SKILL.md instructs running export.py against a local skill path; export.py reads SKILL.md, scripts/, and .env (if present) from the source skill to detect metadata, env var names, and imports. It does not appear to execute or import the target scripts, but it will copy them into the output service. The generated api.py template allows CORS for all origins and includes subprocess usage — acceptable for a generic wrapper but worth reviewing if you plan to deploy publicly.
Install Mechanism
No install spec — this is instruction + a generator script. There are no downloads or extracted archives in the skill itself, so there is no installer risk from this package.
Credentials
The exporter itself doesn't require any credentials. When you request LLM integration (--llm), the generated llm_client files expect standard provider API keys (ANTHROPIC_API_KEY / OPENAI_API_KEY) in the runtime environment — this is proportional to optional LLM functionality. The exporter scans for env var NAMES in the source skill and .env to populate .env.example, but it does not appear to exfiltrate secret VALUES.
Persistence & Privilege
always is false and the skill doesn't request persistent platform privileges. The tool writes files to the chosen output directory and marks copied scripts executable; it does not modify other skills or global agent configuration.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install skill-exporter
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /skill-exporter 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v1.0.0
Initial release of skill-exporter: easily convert Clawdbot skills into deployable microservices. - Export any Clawdbot skill as a standalone FastAPI microservice, ready for Docker, Railway, or Fly.io deployment. - Automatically generates Dockerfile, deployment configs, FastAPI wrapper, requirements.txt, and environment files. - Optional LLM client integration (Anthropic/OpenAI) for adding automated captioning or decision logic. - Supports custom export options: target platform, API port, and output directory. - Ensures compatibility by requiring SKILL.md frontmatter and callable skill scripts.
元数据
Slug skill-exporter
版本 1.0.0
许可证
累计安装 3
当前安装数 3
历史版本数 1
常见问题

Skill Exporter 是什么?

Export Clawdbot skills as standalone, deployable microservices. Use when you want to dockerize a skill, deploy it to Railway or Fly.io, or create an independent API service. Generates Dockerfile, FastAPI wrapper, requirements.txt, deployment configs, and optional LLM client integration. 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 1936 次。

如何安装 Skill Exporter?

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

Skill Exporter 是免费的吗?

是的,Skill Exporter 完全免费(开源免费),可自由下载、安装和使用。

Skill Exporter 支持哪些平台?

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

谁开发了 Skill Exporter?

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

💬 留言讨论