Expand description
Built-in native skills for RainEngine.
These skills give the agent “hands” — the ability to interact with the local filesystem, execute commands, make HTTP requests, and search session memory.
Modules§
- file_
ops - File read/write skills scoped to a workspace directory.
- http_
fetch - HTTP fetch skill with host allowlist.
- memory_
search - Memory search skill — wraps the retrieval store for semantic search.
- shell_
exec - Shell command execution skill with default-deny allowlist.
- web_
reader