Dart Io

🌐Community
by dartsim · vlatest · Repository

Simulates realistic dart throwing physics within DartSim environments, enabling training and analysis of robotic manipulation.

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 dart-io npx -- -y @trustedskills/dart-io
2

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

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

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

About This Skill

What it does

The dart-io skill provides access to Dart's I/O library, enabling AI agents to perform file system operations. This includes reading and writing files, creating directories, and managing file metadata. It allows for interaction with the underlying operating system’s storage mechanisms directly from within a Dart environment.

When to use it

  • Data Extraction: An agent needs to read data from a CSV file stored locally to perform analysis.
  • Log Management: An agent requires writing diagnostic information or event logs to a persistent file.
  • Configuration Handling: An agent needs to load configuration settings from a text file at startup.
  • File Archiving: An agent must compress and archive files based on specific criteria.

Key capabilities

  • File reading (text and binary)
  • File writing (text and binary)
  • Directory creation
  • File metadata management

Example prompts

  • "Read the contents of data/report.txt."
  • "Write 'Success!' to a file named log.txt in the /tmp directory."
  • "Create a new directory called backup_files."

Tips & gotchas

The agent needs appropriate permissions to access and modify files within the target directories. Be mindful of potential security implications when granting these permissions.

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
dartsim
Installs
17

🌐 Community

Passed automated security scans.