feat: Add Chatwoot Agent Bot prototype and FAQ knowledge base

- Created chatwoot-agent-bot/ with Node.js webhook server
- Bot detects intent (greeting, billing, technical, features, account)
- Auto-responds from FAQ knowledge base or escalates to human
- FAQ-KB.md: Living knowledge base that grows with customer questions
- CHATWOOT-SETUP.md: Complete deployment and configuration guide
- Supports Telegram notifications on escalation
- Bot runs on port 3001, ready for Chatwoot webhook integration
This commit is contained in:
2026-04-01 16:26:05 -04:00
parent 7ba19752de
commit 5319bcd30b
1074 changed files with 456376 additions and 0 deletions

43
skills/seo/setup.md Normal file
View File

@@ -0,0 +1,43 @@
# Setup — SEO
## First Use
This skill works immediately with no setup required.
## Workspace Integration
For persistent tracking across sessions, create workspace:
```
mkdir -p ~/seo/audits ~/seo/content
```
Register in your main memory file:
```markdown
## SEO Workspace
Location: ~/seo/
- Audit reports: ~/seo/audits/
- Content drafts: ~/seo/content/
```
## Optional Configuration
Track specific sites in `~/seo/memory.md`:
```markdown
# SEO Memory
## Sites
- example.com — Main project, e-commerce
- blog.example.com — Content hub
## Keyword Tracking
| Keyword | Current Rank | Target | Last Checked |
|---------|--------------|--------|--------------|
| best widgets | 12 | 3 | 2025-01-15 |
```
## No Setup Required
The skill provides complete SEO guidance without any configuration. Workspace setup is optional for users who want to track multiple sites or audit history.