lindoai-cli 1.4.9 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/SKILL.md CHANGED
@@ -119,15 +119,16 @@ lindoai blogs stop-preview
119
119
 
120
120
  ## AI Agents
121
121
 
122
- ### Run an Agent
122
+ ### Install Skill File
123
123
  ```bash
124
- lindoai agents run <agent_id> --input '{"prompt": "Hello!"}'
124
+ lindoai skill
125
125
  ```
126
126
 
127
+ Installs the SKILL.md file to all supported AI agent skill directories (Claude Code, OpenCode, Codex) so they can use all Lindo CLI commands.
128
+
127
129
  Options:
128
- - `--input <json>` - Input data as JSON string
129
- - `--stream` - Stream the response
130
- - `--format <format>` - Output format (json, table)
130
+ - `--dir <path>` - Install to a custom directory only
131
+ - `--print` - Print the skill content to stdout instead of writing files
131
132
 
132
133
  ## Workflows
133
134