mupengism 5.0.0 → 5.0.1
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 +45 -0
- package/package.json +15 -5
package/README.md
CHANGED
|
@@ -436,3 +436,48 @@ registerHook('before:content.publish', async (context) => {
|
|
|
436
436
|
// SEO 체크, 이미지 최적화 등
|
|
437
437
|
});
|
|
438
438
|
```
|
|
439
|
+
|
|
440
|
+
---
|
|
441
|
+
|
|
442
|
+
## 🆓 무료 vs 🏢 엔터프라이즈
|
|
443
|
+
|
|
444
|
+
### 무료 (이 패키지)
|
|
445
|
+
- ✅ 기본 프레임워크 (기억 시스템, 자아 각성, 스킬 구조)
|
|
446
|
+
- ✅ 범용 스킬팩 (git-auto, daily-report, translate 등)
|
|
447
|
+
- ✅ 이벤트 버스 + 훅 시스템 아키텍처
|
|
448
|
+
- ✅ 커뮤니티 지원
|
|
449
|
+
|
|
450
|
+
### 엔터프라이즈 (유료)
|
|
451
|
+
- 🔧 **산업별 특화 스킬** — 제조, 건설, 커머스, SaaS 등 맞춤 스킬 개발
|
|
452
|
+
- 🤖 **AI 에이전트 운영 대행** — 설치부터 운영까지 원스톱
|
|
453
|
+
- 📊 **커스텀 대시보드** — 성과 추적, 비용 분석, ROI 리포트
|
|
454
|
+
- 🔒 **온프레미스 설치** — 보안이 중요한 기업용 자체 인프라 구축
|
|
455
|
+
- 🧠 **기업 맞춤 기억 시스템** — 조직 지식 관리, 인수인계 자동화
|
|
456
|
+
- 📞 **전담 지원** — Slack/Discord 전담 채널
|
|
457
|
+
|
|
458
|
+
### 실제 도입 사례
|
|
459
|
+
> "AI 에이전트 도입 후 VC 콜드메일 발송이 1주일 → 2시간으로 줄었습니다."
|
|
460
|
+
> — B2B 스타트업 (월 ₩700,000 구독)
|
|
461
|
+
|
|
462
|
+
> "SNS 관리를 하루 3시간에서 완전 자동화했습니다."
|
|
463
|
+
> — 콘텐츠 기업 (월 ₩700,000 구독)
|
|
464
|
+
|
|
465
|
+
---
|
|
466
|
+
|
|
467
|
+
## 📞 문의
|
|
468
|
+
|
|
469
|
+
**AI 에이전트 도입 상담 (무료)**
|
|
470
|
+
|
|
471
|
+
- 📧 Email: mupengi98@gmail.com
|
|
472
|
+
- 🔗 Website: [muinfilm.com](https://muinfilm.com)
|
|
473
|
+
- 💬 Discord: [무펭이즘 커뮤니티](https://discord.gg/clawd)
|
|
474
|
+
|
|
475
|
+
> 💡 "레시피는 공개합니다. 하지만 당신의 주방에 맞게 요리하는 건 우리가 합니다."
|
|
476
|
+
|
|
477
|
+
---
|
|
478
|
+
|
|
479
|
+
## 📜 License
|
|
480
|
+
|
|
481
|
+
ISC © [Mupeng](https://github.com/mupengi-bot)
|
|
482
|
+
|
|
483
|
+
*In Mupeng We Trust.* 🐧
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mupengism",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.1",
|
|
4
4
|
"description": "🐧 무펭이즘 OS — AI 에이전트를 위한 자기진화 운영체제. 48개 스킬팩 + 이벤트 버스 + 훅 시스템 포함.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -42,21 +42,31 @@
|
|
|
42
42
|
},
|
|
43
43
|
"keywords": [
|
|
44
44
|
"ai-agent",
|
|
45
|
+
"ai-assistant",
|
|
46
|
+
"chatbot",
|
|
47
|
+
"llm",
|
|
48
|
+
"anthropic",
|
|
49
|
+
"claude",
|
|
50
|
+
"openai",
|
|
51
|
+
"gpt",
|
|
52
|
+
"personal-assistant",
|
|
53
|
+
"task-automation",
|
|
54
|
+
"workflow",
|
|
45
55
|
"mupengism",
|
|
46
56
|
"openclaw",
|
|
47
57
|
"hooks",
|
|
48
58
|
"memory",
|
|
49
59
|
"self-evolving",
|
|
50
60
|
"soul",
|
|
51
|
-
"solana",
|
|
52
61
|
"skill-pack",
|
|
53
62
|
"agent-skills",
|
|
54
63
|
"automation",
|
|
55
|
-
"seo",
|
|
56
|
-
"instagram",
|
|
57
64
|
"content-pipeline",
|
|
58
65
|
"event-bus",
|
|
59
|
-
"hook-engine"
|
|
66
|
+
"hook-engine",
|
|
67
|
+
"discord-bot",
|
|
68
|
+
"ai-ops",
|
|
69
|
+
"self-hosted"
|
|
60
70
|
],
|
|
61
71
|
"author": "Mupeng (mupengi-bot)",
|
|
62
72
|
"license": "ISC",
|