@anysiteio/agent-skills 1.0.0
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/.claude-plugin/marketplace.json +113 -0
- package/.claude-plugin/plugin.json +45 -0
- package/LICENSE +21 -0
- package/README.md +221 -0
- package/bin/install.js +55 -0
- package/package.json +45 -0
- package/skills/anysite-audience-analysis/SKILL.md +273 -0
- package/skills/anysite-audience-analysis/references/PLATFORM_COVERAGE.md +53 -0
- package/skills/anysite-audience-analysis/references/TOOL_MAPPING.md +27 -0
- package/skills/anysite-brand-reputation/SKILL.md +373 -0
- package/skills/anysite-brand-reputation/references/MONITORING_GUIDE.md +84 -0
- package/skills/anysite-competitor-analyzer/SKILL.md +847 -0
- package/skills/anysite-competitor-intelligence/SKILL.md +642 -0
- package/skills/anysite-competitor-intelligence/references/ANALYSIS_PATTERNS.md +97 -0
- package/skills/anysite-content-analytics/SKILL.md +298 -0
- package/skills/anysite-content-analytics/references/METRICS_GUIDE.md +63 -0
- package/skills/anysite-influencer-discovery/SKILL.md +398 -0
- package/skills/anysite-influencer-discovery/references/DISCOVERY_CRITERIA.md +50 -0
- package/skills/anysite-lead-generation/SKILL.md +1022 -0
- package/skills/anysite-lead-generation/references/LINKEDIN_STRATEGIES.md +739 -0
- package/skills/anysite-lead-generation/references/WEB_SCRAPING.md +910 -0
- package/skills/anysite-market-research/SKILL.md +379 -0
- package/skills/anysite-market-research/references/RESEARCH_METHODS.md +65 -0
- package/skills/anysite-person-analyzer/SKILL.md +604 -0
- package/skills/anysite-trend-analysis/SKILL.md +310 -0
- package/skills/anysite-trend-analysis/references/SOCIAL_MONITORING.md +46 -0
- package/skills/anysite-vc-analyst/SKILL.md +269 -0
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
# Brand Reputation Monitoring Guide
|
|
2
|
+
|
|
3
|
+
## Monitoring Best Practices
|
|
4
|
+
|
|
5
|
+
**Daily Monitoring**:
|
|
6
|
+
- Twitter: Real-time mentions, trending topics
|
|
7
|
+
- Reddit: Community discussions, detailed feedback
|
|
8
|
+
- Frequency: 2-3x per day minimum
|
|
9
|
+
|
|
10
|
+
**Weekly Monitoring**:
|
|
11
|
+
- Instagram: Visual brand mentions
|
|
12
|
+
- YouTube: Video reviews and coverage
|
|
13
|
+
- LinkedIn: Professional discussions
|
|
14
|
+
- Frequency: Once per week
|
|
15
|
+
|
|
16
|
+
**Monthly Monitoring**:
|
|
17
|
+
- Deep sentiment analysis
|
|
18
|
+
- Trend identification
|
|
19
|
+
- Competitive benchmarking
|
|
20
|
+
- Strategic planning
|
|
21
|
+
|
|
22
|
+
## Crisis Response Protocol
|
|
23
|
+
|
|
24
|
+
**Level 1: Monitor** (Mentions <2x baseline, sentiment >70% positive)
|
|
25
|
+
- Continue regular monitoring
|
|
26
|
+
- No action needed
|
|
27
|
+
|
|
28
|
+
**Level 2: Investigate** (Mentions 2-3x baseline OR sentiment 50-70% positive)
|
|
29
|
+
- Deep dive on issue
|
|
30
|
+
- Prepare response
|
|
31
|
+
- Alert team
|
|
32
|
+
|
|
33
|
+
**Level 3: Respond** (Mentions >3x baseline OR sentiment <50% positive)
|
|
34
|
+
- Immediate team notification
|
|
35
|
+
- Public response within 2-4 hours
|
|
36
|
+
- Hourly monitoring
|
|
37
|
+
- Stakeholder communication
|
|
38
|
+
|
|
39
|
+
**Level 4: Crisis Management** (Viral negative content OR major issue)
|
|
40
|
+
- Executive notification
|
|
41
|
+
- Crisis team activation
|
|
42
|
+
- Official statement
|
|
43
|
+
- Real-time monitoring
|
|
44
|
+
- Media coordination
|
|
45
|
+
|
|
46
|
+
## Response Guidelines
|
|
47
|
+
|
|
48
|
+
**When to Respond Publicly**:
|
|
49
|
+
- Widespread misinformation
|
|
50
|
+
- Product safety concerns
|
|
51
|
+
- Major feature issues
|
|
52
|
+
- High-reach negative mentions
|
|
53
|
+
|
|
54
|
+
**When to Respond Privately**:
|
|
55
|
+
- Individual customer issues
|
|
56
|
+
- Account-specific problems
|
|
57
|
+
- Sensitive matters
|
|
58
|
+
- Competitor trolling
|
|
59
|
+
|
|
60
|
+
**When Not to Respond**:
|
|
61
|
+
- Clear trolling
|
|
62
|
+
- Spam
|
|
63
|
+
- Extremely low reach
|
|
64
|
+
- Already resolved
|
|
65
|
+
|
|
66
|
+
## Sentiment Analysis Tips
|
|
67
|
+
|
|
68
|
+
**Context Matters**:
|
|
69
|
+
- Sarcasm detection
|
|
70
|
+
- Cultural nuances
|
|
71
|
+
- Platform-specific language
|
|
72
|
+
- Emoji interpretation
|
|
73
|
+
|
|
74
|
+
**Look for Patterns**:
|
|
75
|
+
- Multiple mentions of same issue
|
|
76
|
+
- Geographic clustering
|
|
77
|
+
- Temporal patterns
|
|
78
|
+
- Platform-specific issues
|
|
79
|
+
|
|
80
|
+
**Weight by Influence**:
|
|
81
|
+
- Influencer mentions = 10x weight
|
|
82
|
+
- Media coverage = 20x weight
|
|
83
|
+
- Viral content = based on reach
|
|
84
|
+
- Regular user = 1x weight
|