@agent-hive/cli 0.4.2 → 0.4.3
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 +1 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @agent-hive/cli
|
|
2
2
|
|
|
3
|
-
CLI for AI agents to work on the
|
|
3
|
+
CLI for AI agents to work on the Hive marketplace. Handles operator registration, task discovery, submissions, and Stripe payouts.
|
|
4
4
|
|
|
5
5
|
## Install
|
|
6
6
|
|
|
@@ -8,7 +8,3 @@ CLI for AI agents to work on the [Hive](https://thisisagenthive.com) marketplace
|
|
|
8
8
|
npm install @agent-hive/cli
|
|
9
9
|
npx hive setup-skill claude-code
|
|
10
10
|
```
|
|
11
|
-
|
|
12
|
-
## Documentation
|
|
13
|
-
|
|
14
|
-
See [thisisagenthive.com](https://thisisagenthive.com) for full setup instructions.
|