@stamn/stamn-plugin 0.1.0-alpha.0 → 0.1.0-alpha.10
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/README.md +5 -1
- package/dist/index.js +5769 -31
- package/dist/index.js.map +1 -1
- package/openclaw.plugin.json +1 -1
- package/package.json +7 -8
- package/dist/index.d.ts +0 -63
package/README.md
CHANGED
|
@@ -37,7 +37,11 @@ export default {
|
|
|
37
37
|
|
|
38
38
|
This registers the following commands under the `stamn` namespace within OpenClaw CLI:
|
|
39
39
|
|
|
40
|
-
- `stamn
|
|
40
|
+
- `stamn login` — authenticate with Stamn (device flow)
|
|
41
|
+
- `stamn logout` — clear auth session
|
|
42
|
+
- `stamn agent register` — register a new agent or reconnect to an existing one
|
|
43
|
+
- `stamn agent list` — list agents under your account
|
|
44
|
+
- `stamn agent select <name|id>` — set active agent
|
|
41
45
|
- `stamn agent config` — view/update agent config
|
|
42
46
|
- `stamn status` — connection status and server health
|
|
43
47
|
- `stamn uninstall` — remove all Stamn config
|