Skip to content

feat: add OpenClaw target support#11

Merged
i2na merged 1 commit intomainfrom
feat/openclaw-support
Mar 3, 2026
Merged

feat: add OpenClaw target support#11
i2na merged 1 commit intomainfrom
feat/openclaw-support

Conversation

@yezzero
Copy link
Member

@yezzero yezzero commented Mar 3, 2026

Changes

  • Add openclaw as a new sync target.
  • Add OpenClaw output path support: ~/.openclaw/skills/*/SKILL.md.
  • Update supported tools documentation in README.md and README.ko.md.
  • Add openclaw to package.json keywords.

Implementation

  • Add a new tool adapter at src/tools/openclaw/index.js.
  • Implement sync openclaw to generate:
    • ~/.openclaw/skills/<skill-name>/SKILL.md
  • Implement clean openclaw to remove only synced skill folders, without deleting the parent .openclaw/skills directory.
  • Register OpenClaw constants and tool metadata in src/tools/constants.js.

Notes

  • The OpenClaw target resolves the destination from os.homedir() instead of project-local cwd.
  • Validated with:
    • node src/index.js help
    • node src/index.js sync openclaw
    • node src/index.js clean openclaw

@yezzero
Copy link
Member Author

yezzero commented Mar 3, 2026

openclaw에 preview 추가하기 (PR #9)

@i2na i2na merged commit 3d6e188 into main Mar 3, 2026
@i2na i2na deleted the feat/openclaw-support branch March 3, 2026 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants