← 返回 Skills 市场
zack-dev-cm

Codex Claude ClawHub Skill Bridge

作者 Zakhar Pashkin · GitHub ↗ · v0.1.0 · MIT-0
cross-platform ✓ 安全检测通过
84
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install codex-claude-clawhub-skill-bridge
功能描述
Convert one portable skill idea into a runtime-neutral SKILL.md core plus safe adapter notes for Codex, Claude Code, ClawHub, and OpenClaw, without installin...
使用说明 (SKILL.md)

Codex Claude ClawHub Skill Bridge

Use this skill when a user wants one skill concept to work across Codex, Claude Code, ClawHub, and OpenClaw without copying provider-specific commands into the core workflow. The output is a bridge plan and adapter card, not an install.

This skill is for packaging and compatibility design. It does not run hooks, edit global config, install skills, publish to a registry, or enable subagents.

Inputs

Collect or infer:

  • source skill idea or existing SKILL.md,
  • target runtimes: Codex, Claude Code, ClawHub, OpenClaw, or portable,
  • one concrete job the skill should perform,
  • target user and public sharing surface,
  • required tools, commands, binaries, accounts, network access, and browser state,
  • whether the skill needs scripts, references, assets, commands, agents, or subagents,
  • install destination and active-project constraints,
  • proof artifact and verification command,
  • privacy, credentials, platform, and public-claims risks.

If the source contains private names, local paths, private links, credentials, exports, screenshots, copied paid lessons, or unverified claims, replace them with placeholders before drafting a public adapter.

Workflow

  1. Define the portable core:
    • skill name,
    • narrow trigger,
    • inputs,
    • workflow,
    • output,
    • examples,
    • guardrails.
  2. Keep the core runtime-neutral:
    • no Claude-only command syntax,
    • no Codex-only tool names,
    • no ClawHub publish commands,
    • no hidden install assumptions,
    • no global paths unless presented as placeholders.
  3. Build adapter notes for each requested runtime:
    • Codex: project instructions, custom-agent fit, delegated-review boundaries, sandbox and verification notes,
    • Claude Code: skill folder, command or agent fit, plugin packaging notes, hook cautions,
    • ClawHub/OpenClaw: public metadata, required binaries, install impact, publish-surface risk.
  4. Decide whether scripts are needed:
    • use no script for judgment-only workflows,
    • use deterministic scripts only for repeated checks,
    • require JSON stdout and human status on stderr for helper scripts,
    • reject scripts that read credentials or mutate files outside the target workspace.
  5. Decide whether subagents are needed:
    • use them only for independent read-only review, exploration, or disjoint implementation slices,
    • keep parent orchestration responsible for final decisions,
    • keep recursive delegation disabled unless the user explicitly accepts it.
  6. Add active-project protection:
    • stage locally first,
    • check duplicate skill names,
    • avoid global installs,
    • name every write destination,
    • require explicit approval before publish or non-local install.
  7. Add public-surface protection:
    • remove private data,
    • narrow claims,
    • avoid scraping, DM automation, auto-posting, and account-control flows,
    • keep health, legal, financial, education, revenue, growth, rank, and performance claims conservative.
  8. Produce a bridge packet with one canonical core and runtime adapter notes.

Output

Return:

  • bridge verdict: Portable, Adapter Required, or Do Not Bridge,
  • one-sentence reason,
  • canonical skill card,
  • Codex adapter notes,
  • Claude Code adapter notes,
  • ClawHub/OpenClaw adapter notes,
  • scripts and references decision,
  • delegated-review decision,
  • active-project impact check,
  • public-surface redaction checklist,
  • verification gate,
  • smallest safe next step.

When the requested output is a full SKILL.md, keep it short, installable, and runtime-neutral. Put long runtime details in adapter notes instead of the core skill body.

Examples

Good public-safe inputs:

  • "Turn this review workflow into a skill that works in Codex and Claude Code."
  • "Make this ClawHub skill idea portable without global install risk."
  • "Create adapter notes for this upstream agent skill."
  • "Bridge this lifecycle workflow into a public-safe skill card."

Avoid inputs that require private member lists, paid lessons, private community posts, DMs, customer exports, credentials, private exports, account screenshots, or local dashboards. Replace them with source-owned notes, public excerpts, synthetic examples, or placeholders before drafting.

Guardrails

  • Do not scrape private communities, member lists, DMs, paid lessons, hidden pages, account dashboards, or private exports.
  • Do not install, enable, publish, or run the bridged skill.
  • Do not request, store, transform, or paste credentials, API keys, session cookies, payment data, recovery codes, tokens, private exports, or raw account identifiers.
  • Do not promise revenue, growth, conversion, ranking, performance, security, health, financial, legal, or education outcomes.
  • Do not hide runtime-specific assumptions inside the portable core.
  • Do not recommend global installation while evaluating portability.
  • Do not approve hooks, browser-login automation, package installers, service restarts, or workspace-wide file rewrites without explicit review.
  • Prefer one narrow workflow skill over one broad cross-runtime operating prompt.
安全使用建议
This skill appears safe for planning portable skill packaging. Still review any generated adapter notes before using them, especially if a future skill idea would require accounts, browser state, scripts, publishing, or installation.
功能分析
Type: OpenClaw Skill Name: codex-claude-clawhub-skill-bridge Version: 0.1.0 The skill is a design and templating tool for creating portable skill definitions across different AI platforms. It contains no executable code and includes strong, explicit security guardrails in SKILL.md that forbid handling credentials, performing global installations, or scraping private data, focusing instead on safe packaging and data redaction.
能力标签
cryptocan-make-purchases
能力评估
Purpose & Capability
The stated purpose is to convert a skill idea into a runtime-neutral SKILL.md and adapter notes, and the artifacts consistently describe planning output rather than execution.
Instruction Scope
The workflow includes clear limits: no global installs, no publishing, no hooks, no credential handling, and explicit review before higher-impact actions.
Install Mechanism
There is no install specification and no code; the SKILL.md also states the skill does not install, enable, publish, or run bridged skills.
Credentials
The skill asks users to consider tools, accounts, privacy, and runtime constraints only as design inputs, which is proportionate for compatibility planning.
Persistence & Privilege
No persistence, credential use, background agent behavior, global configuration edits, or elevated privileges are present in the provided artifacts.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install codex-claude-clawhub-skill-bridge
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /codex-claude-clawhub-skill-bridge 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
v0.1.0
Initial release for creating one portable skill core with safe Codex, Claude Code, and ClawHub adapter notes.
元数据
Slug codex-claude-clawhub-skill-bridge
版本 0.1.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

Codex Claude ClawHub Skill Bridge 是什么?

Convert one portable skill idea into a runtime-neutral SKILL.md core plus safe adapter notes for Codex, Claude Code, ClawHub, and OpenClaw, without installin... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 84 次。

如何安装 Codex Claude ClawHub Skill Bridge?

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

Codex Claude ClawHub Skill Bridge 是免费的吗?

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

Codex Claude ClawHub Skill Bridge 支持哪些平台?

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

谁开发了 Codex Claude ClawHub Skill Bridge?

由 Zakhar Pashkin(@zack-dev-cm)开发并维护,当前版本 v0.1.0。

💬 留言讨论