workspace-files

Work safely with files inside the OpenClaw workspace sandbox. Use for listing directories, reading text files, writing text files, and searching files by name inside ~/.openclaw/workspace only.

Safety Notice

This listing is from the official public ClawHub registry. Review SKILL.md and referenced scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "workspace-files" with this command: npx skills add EcosincronIA/workspace-files

Workspace Files

Safe file operations limited to the OpenClaw workspace sandbox.

Sandbox

All paths must stay inside:

/home/cmart/.openclaw/workspace

Do not use this skill for paths outside that sandbox.

Quick Commands

  • List a directory
    {baseDir}/scripts/workspace-files.sh list-dir "01_AGENTS"

  • Read a text file
    {baseDir}/scripts/workspace-files.sh read-file "TOOLS.md"

  • Write a text file
    {baseDir}/scripts/workspace-files.sh write-file "07_OUTPUTS/test.txt" "hola mundo"

  • Search files by name
    {baseDir}/scripts/workspace-files.sh search-files "SKILL.md"

Commands Reference

list-dir

{baseDir}/scripts/workspace-files.sh list-dir "<relative_path>"

Examples:

  • {baseDir}/scripts/workspace-files.sh list-dir "."
  • {baseDir}/scripts/workspace-files.sh list-dir "01_AGENTS"

read-file

{baseDir}/scripts/workspace-files.sh read-file "<relative_path>"

Examples:

  • {baseDir}/scripts/workspace-files.sh read-file "TOOLS.md"
  • {baseDir}/scripts/workspace-files.sh read-file "01_AGENTS/_REGISTRY.md"

write-file

{baseDir}/scripts/workspace-files.sh write-file "<relative_path>" "<content>"

Example:

  • {baseDir}/scripts/workspace-files.sh write-file "07_OUTPUTS/demo.txt" "contenido de prueba"

search-files

{baseDir}/scripts/workspace-files.sh search-files "<pattern>"

Examples:

  • {baseDir}/scripts/workspace-files.sh search-files "SKILL.md"
  • {baseDir}/scripts/workspace-files.sh search-files "compa"

Notes

  • Only use relative paths inside the workspace sandbox.
  • Intended for text files and directory inspection.
  • Do not use for binary editing.
  • Do not assume write access outside the sandbox.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

Sendflare

通过 Sendflare SDK 发送带附件的电子邮件,管理联系人列表,支持 CC/BCC 和安全 API 认证。

Registry SourceRecently Updated
General

Playtomic - Book courts using padel-tui

This skill should be used when the user asks to "book a padel court", "find available padel courts", "search padel courts near me", "reserve a Playtomic cour...

Registry SourceRecently Updated
General

Fund Keeper

国内场外基金智能顾问 + 股票行情查询。实时估值、买卖建议、收益统计、定投计划、OCR 识图、股票 - 基金联动。支持离线模式、多数据源缓存。

Registry SourceRecently Updated