flins 0.3.0 → 0.3.2

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.
Files changed (3) hide show
  1. package/README.md +2 -2
  2. package/dist/index.js +90 -87
  3. package/package.json +8 -3
package/README.md CHANGED
@@ -63,7 +63,7 @@ npx flins@latest search
63
63
 
64
64
  ## Well-Known Skills Discovery (RFC)
65
65
 
66
- flins supports [Cloudflare's Agent Skills Discovery RFC](https://github.com/cloudflare/agent-skills-discovery-rfc). Install skills from any domain hosting a `/.well-known/skills/index.json` endpoint:
66
+ flins supports [Cloudflare's Agent Skills Discovery RFC](https://github.com/cloudflare/agent-skills-discovery-rfc). Install skills from any domain hosting a `/.well-known/agent-skills/index.json` endpoint:
67
67
 
68
68
  ```bash
69
69
  # Install from Cloudflare docs
@@ -76,7 +76,7 @@ flins add developer.cloudflare.com --list
76
76
  flins add developer.cloudflare.com --skill cloudflare
77
77
  ```
78
78
 
79
- Works with any RFC-compatible domain.
79
+ Works with any RFC-compatible domain. `flins add <domain>` and `flins add https://<domain>` both fetch from `/.well-known/agent-skills/`.
80
80
 
81
81
  ## Available Commands
82
82