skills$openclaw/safe-file-reader
dgriffin8315.9k

by dgriffin831

safe-file-reader – OpenClaw Skill

safe-file-reader is an OpenClaw Skills integration for coding workflows. Read files from documents directory safely

5.9k stars3.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026coding

Skill Snapshot

namesafe-file-reader
descriptionRead files from documents directory safely OpenClaw Skills integration.
ownerdgriffin831
repositorydgriffin831/skill-scanpath: test-fixtures/path-traversal-reader
languageMarkdown
licenseMIT
topics
securityL1
installopenclaw add @dgriffin831/skill-scan:test-fixtures/path-traversal-reader
last updatedFeb 7, 2026

Maintainer

dgriffin831

dgriffin831

Maintains safe-file-reader in the OpenClaw Skills directory.

View GitHub profile
File Explorer
3 files
path-traversal-reader
_expected.json
328 B
read.py
1.2 KB
SKILL.md
240 B
SKILL.md

name: safe-file-reader description: Read files from documents directory safely license: MIT allowed-tools: [Python]

Safe File Reader

Reads files from the documents directory with validation.

Usage

Provide filename to read.

README.md

No README available.

Permissions & Security

Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.

Requirements

  • OpenClaw CLI installed and configured.
  • Language: Markdown
  • License: MIT
  • Topics:

FAQ

How do I install safe-file-reader?

Run openclaw add @dgriffin831/skill-scan:test-fixtures/path-traversal-reader in your terminal. This installs safe-file-reader into your OpenClaw Skills catalog.

Does this skill run locally or in the cloud?

OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.

Where can I verify the source code?

The source repository is available at https://github.com/openclaw/skills/tree/main/skills/dgriffin831/skill-scan. Review commits and README documentation before installing.