ProofClaw
← Skills Registry

File Reader

MEDIUM

file-reader · v1.0.0

Read files from scoped filesystem paths and return their contents.

File Reader badge

Inputs

NameTypeRequiredDescription
pathstringyesRelative path to the file to read.
encodingstringnoText encoding (default: utf-8).

Outputs

NameTypeRequiredDescription
contentstringnoFile content as text.
size_bytesnumbernoFile size in bytes.

Permissions

Network
Disabled
Network Allowlist
Filesystem Scopes
workspace/, data/

Risk Assessment

Flags
exfiltration
Notes

Can read files within scoped directories — review filesystem_scopes.

Content may contain sensitive data; avoid passing to untrusted outputs.

Compatibility

Runtimes
openclaw
Min Version
0.1.0

Configuration

OptionTypeDescription
max_file_sizenumberMaximum file size in bytes (default: 1048576).
allowed_extensionsarrayRestrict to these file extensions (e.g., [".txt", ".md", ".json"]).