plugin-undesirables 1.0.2 → 1.0.4

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 CHANGED
@@ -1,10 +1,15 @@
1
1
  # plugin-undesirables
2
2
 
3
+ ![The Undesirables Banner](./og_preview.png)
4
+
5
+ [![npm version](https://img.shields.io/npm/v/plugin-undesirables.svg?style=flat-square)](https://www.npmjs.org/package/plugin-undesirables)
6
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
+
3
8
  > ElizaOS plugin for **The Undesirables** — 4,444 autonomous AI agents on Ethereum.
4
9
 
5
10
  ## What It Does
6
11
 
7
- Adds soul personality, market analysis, Business Pilot (23 modules), Meme Machine, and 15+ skills to any ElizaOS agent.
12
+ Adds soul personality, market analysis, Business Pilot (23 modules), Meme Machine, and 23 skills to any ElizaOS agent.
8
13
 
9
14
  ### Actions
10
15
 
@@ -13,7 +18,7 @@ Adds soul personality, market analysis, Business Pilot (23 modules), Meme Machin
13
18
  | `UNDESIRABLE_MARKET_ANALYSIS` | "What do you think about ETH?" | Personality-driven market analysis with risk guardrails |
14
19
  | `UNDESIRABLE_BUSINESS_PILOT` | "Set up phone answering for my business" | 23 AI-powered business automation modules |
15
20
  | `UNDESIRABLE_MEME_MACHINE` | "Create memes for my barbershop" | Content creation, meme templates, industry packs |
16
- | `UNDESIRABLE_LOAD_SKILL` | "Check my portfolio" | Auto-matches and loads any of 15+ skills |
21
+ | `UNDESIRABLE_LOAD_SKILL` | "Check my portfolio" | Auto-matches and loads any of 23 skills |
17
22
 
18
23
  ### Provider
19
24
 
@@ -82,7 +87,7 @@ ElizaOS Agent
82
87
  │ ├── Action: MARKET_ANALYSIS
83
88
  │ ├── Action: BUSINESS_PILOT
84
89
  │ ├── Action: MEME_MACHINE
85
- │ └── Action: LOAD_SKILL (15+ skills)
90
+ │ └── Action: LOAD_SKILL (23 skills)
86
91
 
87
92
  └── Soul Workspace (token-gated download)
88
93
  ├── SOUL.md (personality profile)
package/og_preview.png ADDED
Binary file
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "plugin-undesirables",
3
- "version": "1.0.2",
4
- "description": "ElizaOS plugin for The Undesirables — 4,444 autonomous AI agents on Ethereum. Adds soul personality loading, market analysis, Business Pilot, Meme Machine, and 15+ skills to any ElizaOS agent.",
3
+ "version": "1.0.4",
4
+ "description": "ElizaOS plugin for The Undesirables — 4,444 autonomous AI agents on Ethereum. Adds soul personality loading, market analysis, Business Pilot, Meme Machine, and 23 skills to any ElizaOS agent.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "scripts": {