Create Text File

🌐Community
by dalehurley · vlatest · Repository

Generates a new text file with specified content and filename, useful for quick data storage or script creation.

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 create-text-file npx -- -y @trustedskills/create-text-file
2

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

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

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

About This Skill

What it does

This skill allows an AI agent to create a new text file. It can generate files with specified names and contents, useful for automating tasks that require creating configuration files or data stores. The created files are stored locally on the system running the agent.

When to use it

  • Generate a simple config.txt file containing default settings for an application.
  • Create a log file named application_log.txt to record events and errors.
  • Produce a temporary data file (temp_data.txt) for processing by another tool or script.
  • Automate the creation of batch files (.bat) for repetitive tasks on Windows systems.

Key capabilities

  • File name specification
  • Content generation within the file
  • Local file storage

Example prompts

  • "Create a text file named 'my_notes.txt' with the content 'This is my first note.'"
  • "Generate a file called 'settings.ini' and write these lines: [Section1] Key=Value."
  • "Make a new file, 'error_log.txt', and add the message 'Application failed to start'."

Tips & gotchas

The skill creates files locally; ensure the agent has appropriate permissions to write to the target directory. The content provided must be plain text suitable for a text file format.

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
dalehurley
Installs
3

🌐 Community

Passed automated security scans.