opencode-agent
Installation
SKILL.md
OpenCode Agent
Use this skill to run coding tasks through a remote OpenCode server.
Required Command Pattern
Always use this shape:
opencode run --attach <server_url> "<task>" --dir "<server_path>"
Example:
opencode run --attach http://127.0.0.1:4096 "what is in this folder" --dir "/home/richard/FeedMob"