Generate Move Scripts
Creates detailed movement scripts for game characters, specifying actions, timings, and transitions based on provided context.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add generate-move-scripts npx -- -y @trustedskills/generate-move-scripts
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"generate-move-scripts": {
"command": "npx",
"args": [
"-y",
"@trustedskills/generate-move-scripts"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The generate-move-scripts skill allows AI agents to generate Move scripts, a low-level programming language used on the Aptos blockchain. It can create scripts for interacting with smart contracts and performing transactions. This enables automated execution of complex operations within the Aptos ecosystem.
When to use it
- Automating DeFi interactions: Generate scripts to execute trades or provide liquidity on decentralized exchanges.
- Smart contract deployment: Create scripts to deploy new smart contracts to the Aptos blockchain.
- Batch transaction processing: Generate scripts for executing multiple transactions in a single batch, improving efficiency.
- Testing and development: Quickly generate Move code snippets for testing and prototyping new features.
Key capabilities
- Move script generation
- Aptos blockchain interaction
- Smart contract deployment support
- Batch transaction execution
Example prompts
- "Generate a Move script to transfer 10 Aptos coins to address X."
- "Create a script to deploy the 'MyToken' smart contract with initial supply of 1,000,000 tokens."
- "Write a Move script that calls the
depositfunction on the DEX contract."
Tips & gotchas
This skill requires familiarity with the Move programming language and Aptos blockchain concepts. The generated scripts may require adjustments based on specific smart contract implementations or desired transaction parameters.
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.