The dashboard view of an Agent Skill is a read-only projection of its
filesystem state. A Project Skill is Cloud-owned content that can be shared and
explicitly imported. Here, Cloud-owned describes content authority, not an
Agent run path. See Core concepts.
Create an Agent Skill
Scaffold a local Skill, edit itsSKILL.md, then install the validated content
into one Agent’s authoritative Skill directory:
name and description in its SKILL.md frontmatter.
The command writes through the Agent adapter, then updates the Cloud inventory.
If the projection upload fails after the local write, the daemon can retry it.
To install a public GitHub Skill directly for an Agent:
Sync the Agent inventory
Connected Agent setup starts background sync by default. For a focused manual check:Create a Project Skill
Always name the destination explicitly so the command cannot choose an unexpected default:Import a Project Skill into a Connected Agent
Attaching a Project does not silently overwrite the Agent’s local Skill files. Preview and perform an explicit import:The CLI reports the imported Skill and its local destination. Start a new
Agent conversation if the Agent software only discovers Skills at startup.
Remove the right copy
Use the same explicit scope you used to create or install the Skill:clawdi skill --help, clawdi push --help, and clawdi pull --help for
current source and target options. See Projects and
sharing before distributing a Project Skill.