Domain Embedded
This "Domain Embedded" skill seamlessly integrates your domain logic directly into the AI agent's backend for faster, more accurate responses and improved performance.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add rustfs-domain-embedded npx -- -y @trustedskills/rustfs-domain-embedded
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"rustfs-domain-embedded": {
"command": "npx",
"args": [
"-y",
"@trustedskills/rustfs-domain-embedded"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill provides embedded RustFS functionality within a specified domain. It allows AI agents to interact directly with and manage data stored using RustFS, enabling complex workflows involving file system operations tailored to specific applications. The agent can perform tasks such as creating, reading, updating, and deleting files and directories within the designated domain.
When to use it
- Data Management in Game Development: Automate asset management tasks like organizing textures, models, and scripts within a game project's RustFS-powered data store.
- Scientific Simulations: Manage simulation output files (data, logs, visualizations) directly using RustFS for efficient storage and retrieval.
- Embedded Systems Configuration: Automate the deployment of configuration files to embedded devices that utilize RustFS for persistent storage.
- Robotics Applications: Control robot data logging and file management within a RustFS-based system.
Key capabilities
- RustFS integration
- Domain-specific file system operations
- File creation, reading, updating, and deletion
- Directory management
Example prompts
- "Create a new directory called 'logs' in the 'simulation_data' domain."
- "Read the contents of the 'config.txt' file within the 'robot_control' domain."
- "Delete all files ending with '.tmp' from the 'asset_storage' domain."
Tips & gotchas
- Requires a RustFS environment to be set up and running before use.
- The "domain" parameter is crucial; ensure it matches an existing, configured RustFS domain for successful 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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.