plugin-undesirables 1.0.2 → 1.0.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ## What It Does
6
6
 
7
- Adds soul personality, market analysis, Business Pilot (23 modules), Meme Machine, and 15+ skills to any ElizaOS agent.
7
+ Adds soul personality, market analysis, Business Pilot (23 modules), Meme Machine, and 23 skills to any ElizaOS agent.
8
8
 
9
9
  ### Actions
10
10
 
@@ -13,7 +13,7 @@ Adds soul personality, market analysis, Business Pilot (23 modules), Meme Machin
13
13
  | `UNDESIRABLE_MARKET_ANALYSIS` | "What do you think about ETH?" | Personality-driven market analysis with risk guardrails |
14
14
  | `UNDESIRABLE_BUSINESS_PILOT` | "Set up phone answering for my business" | 23 AI-powered business automation modules |
15
15
  | `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 |
16
+ | `UNDESIRABLE_LOAD_SKILL` | "Check my portfolio" | Auto-matches and loads any of 23 skills |
17
17
 
18
18
  ### Provider
19
19
 
@@ -82,7 +82,7 @@ ElizaOS Agent
82
82
  │ ├── Action: MARKET_ANALYSIS
83
83
  │ ├── Action: BUSINESS_PILOT
84
84
  │ ├── Action: MEME_MACHINE
85
- │ └── Action: LOAD_SKILL (15+ skills)
85
+ │ └── Action: LOAD_SKILL (23 skills)
86
86
 
87
87
  └── Soul Workspace (token-gated download)
88
88
  ├── SOUL.md (personality profile)
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.3",
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": {