Createos Fs

🌐Community
by sid-nodeops · vlatest · Repository

Creates a basic file system structure for a new OS instance, streamlining initial setup and ensuring a foundational directory layout.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add createos-fs npx -- -y @trustedskills/createos-fs
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "createos-fs": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/createos-fs"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The createos-fs skill allows AI agents to interact with and manage filesystems within a CreateOS environment. It provides capabilities for creating directories, writing files, reading file contents, and deleting both files and directories. This enables agents to perform tasks requiring persistent storage and manipulation of data within the CreateOS platform.

When to use it

  • Data Storage: An agent needs to save intermediate results or configuration data during a complex task execution in CreateOS.
  • File Processing: The agent must read, modify, or generate files based on user input or external data sources.
  • Environment Setup: An agent is tasked with setting up a new environment by creating necessary directories and copying initial configuration files.
  • Cleanup Operations: An agent needs to remove temporary files or directories after completing a task within CreateOS.

Key capabilities

  • Create directories
  • Write files
  • Read file contents
  • Delete files
  • Delete directories

Example prompts

  • "Create a directory named 'results' in the root filesystem."
  • "Write the content 'Hello, world!' to a file called 'greeting.txt'."
  • "Read the contents of 'config.json' and return them to me."
  • “Delete the ‘temp’ directory.”

Tips & gotchas

The skill requires access to a CreateOS environment. Ensure that the agent has appropriate permissions within the CreateOS filesystem for the requested operations.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
sid-nodeops
Installs
3

🌐 Community

Passed automated security scans.