/account-security
Use when protecting Xiaohongshu account from unauthorized access, preventing account theft, recovering compromised accounts, or implementing security measures to safeguard account and follower base
$ npx -y skills add vivy-yi/xiaohongshu-skills --skill account-security --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/account-security
Context preview
The summary Claude sees to decide when to auto-load this skill.
Use when protecting Xiaohongshu account from unauthorized access, preventing account theft, recovering compromised accounts, or implementing security measures to safeguard account and follower base
SKILL.md
account-security.SKILL.mdname: account-security
description: Use when protecting Xiaohongshu account from unauthorized access, preventing account theft, recovering compromised accounts, or implementing security measures to safeguard account and follower base
Account Security (账号安全)
Overview
Account security is the practice of implementing protective measures to prevent unauthorized access to Xiaohongshu accounts, safeguarding personal information and content, and responding effectively to security breaches or account theft.
When to Use
**Use when**:
- Setting up new account (implement security from start)
- Account has grown in value (followers, content library worth protecting)
- Experiencing suspicious activity
- Recovering from account theft or hack
- Sharing account access (team, assistant)
- Concerned about account safety
**Do NOT use when**:
- Account has no value yet (new account, focus on growth)
- Overly paranoid (basic security sufficient for most)
Core Pattern
**Before** (vulnerable account):
❌ "Simple password '123456', anyone could guess"
❌ "Logged in on public WiFi, account hacked"
❌ "Gave password to assistant, they stole account"
❌ "Account stolen, no way to recover (no proof of ownership)"
❌ "Years of work lost in seconds"
**After** (secured account):
✅ "Strong unique password + two-factor authentication"
✅ "Only log in on secure networks, devices protected"
✅ "Access log tracks all logins, suspicious activity detected"
✅ "Account recovery plan in place (proof of ownership documented)"
✅ "Team access managed (individual login credentials)"
✅ "Peace of mind: account and followers protected"
**5 Security Layers**: 1. **Strong Authentication** - Unique password, 2FA enabled 2. **Secure Access** - Only trusted devices/networks 3. **Access Control** - Manage who can access account 4. **Monitoring** - Track login activity, detect breaches early 5. **Recovery Preparedness** - Document proof of ownership
Quick Reference
| Security Measure | Protection Level | Implementation | Priority | |------------------|------------------|----------------|----------| | **Strong Password** | High | Unique, complex password | Critical | | **Two-Factor Authentication** | Very High | SMS or authenticator app | Critical | | **Trusted Devices Only** | Medium | Limit login devices | High | | **Secure Networks** | Medium | Avoid public WiFi | High | | **Access Monitoring** | High | Regular login activity review | High | | **Recovery Plan** | Very High | Document ownership proof | Critical |
Implementation
Step 1: Implement Strong Authentication
**Password and 2FA**:
Secure Account Access:
1. Create Strong Password
Password Requirements:
✅ Minimum 12 characters (longer is better)
✅ Mix of uppercase and lowercase letters
✅ Include numbers and symbols
✅ No personal information (name, birthday)
✅ Not used on any other site (unique)
✅ Not a common word or pattern
Good Password Examples:
- "Tr0ub4dor&3Horse!Battery" (22 chars, random)
- "9k$P2m#vL7xQ!zR4" (15 chars, random characters)
- "Correct-Horse-Battery-Staple-99" (phrase-based, memorable)
Bad Password Examples:
❌ "123456" (too simple)
❌ "password" (common word)
❌ "xiaohongshu2026" (predictable, app name)
❌ "Name123456" (contains personal info)
Password Management:
- Use password manager (1Password, LastPass, Bitwarden)
- Never reuse passwords across sites
- Change password annually (or if breach suspected)
- Never share password (except recovery backup)
2. Enable Two-Factor Authentication (2FA)
What is 2FA:
- Requires second verification beyond password
- Typically: code sent to phone or authenticator app
- Prevents unauthorized access even with password
Enable in Xiaohongshu:
- Go to: Settings → Security
- Find: Two-Factor Authentication
- Choose: SMS code or Authenticator App
- Follow: Setup instructions
Authenticator App (Recommended over SMS):
- Google Authenticator
- Authy
- Microsoft Authenticator
- 1Password (built-in)
Benefits:
✅ More secure than SMS (SIM hijacking risk)
✅ Works offline
✅ No phone signal required
Backup Codes:
- Generate backup codes during setup
- Store securely (password manager, safe)
- Use if lose access to 2FA device
3. Secure Login Credentials
Storage:
✅ Use password manager (encrypted)
✅ Never store in plain text (notes app, email)
✅ Never share screenshot of password
✅ Never write password physically (unless secured safe)
Sharing (Only if absolutely necessary):
✅ Use password manager sharing feature (encrypted)
✅ Change password immediately after person no longer needs access
✅ Track who has access (access log)
Emergency Access:
- Designate trusted contact for emergency access
- Store sealed envelope with password in safe
- Use password manager emergency access feature
- Document for estate planning (digital assets)
Step 2: Control Access Points
**Secure Login Locations and Devices**:
Limit Account Access:
1. Trusted Devices Only
Device Management:
✅ Only use personal devices (phone, computer)
✅ Avoid public computers (library, internet cafe)
✅ Log out from shared devices after use
✅ Remove old devices from account (device list)
Manage Devices in Xiaohongshu:
- Go to: Settings → Security → Login Devices
- Review: All devices with account access
- Remove: Unrecognized or old devices
- Enable: "Trusted devices only" (if available)
Device Security:
✅ Use device passcode/biometrics (Face ID, fingerprint)
✅ Keep OS updated (security patches)
✅ Use antivirus/anti-malware (computers)
✅ Encrypt device storage (full disk encryption)
2. Secure Networks
Safe Networks:
✅ Home WiFi (secured with strong password)
✅ Cellular data (4G/5G)
✅ Work VPN (if using work network)
Avoid:
❌ Public WiFi (coffee shop, airport, hotel)
❌ Unsecu
Read more
name: account-security description: Use when protecting Xiaohongshu account from unauthorized access, preventing account theft, recovering compromised accounts, or implementing security measures to safeguard account and follower base
Account Security (账号安全)
Overview
Account security is the practice of implementing protective measures to prevent unauthorized access to Xiaohongshu accounts, safeguarding personal information and content, and responding effectively to security breaches or account theft.
When to Use
**Use when**:
- Setting up new account (implement security from start)
- Account has grown in value (followers, content library worth protecting)
- Experiencing suspicious activity
- Recovering from account theft or hack
- Sharing account access (team, assistant)
- Concerned about account safety
**Do NOT use when**:
- Account has no value yet (new account, focus on growth)
- Overly paranoid (basic security sufficient for most)
Core Pattern
**Before** (vulnerable account):
❌ "Simple password '123456', anyone could guess" ❌ "Logged in on public WiFi, account hacked" ❌ "Gave password to assistant, they stole account" ❌ "Account stolen, no way to recover (no proof of ownership)" ❌ "Years of work lost in seconds"
**After** (secured account):
✅ "Strong unique password + two-factor authentication" ✅ "Only log in on secure networks, devices protected" ✅ "Access log tracks all logins, suspicious activity detected" ✅ "Account recovery plan in place (proof of ownership documented)" ✅ "Team access managed (individual login credentials)" ✅ "Peace of mind: account and followers protected"
**5 Security Layers**: 1. **Strong Authentication** - Unique password, 2FA enabled 2. **Secure Access** - Only trusted devices/networks 3. **Access Control** - Manage who can access account 4. **Monitoring** - Track login activity, detect breaches early 5. **Recovery Preparedness** - Document proof of ownership
Quick Reference
| Security Measure | Protection Level | Implementation | Priority | |------------------|------------------|----------------|----------| | **Strong Password** | High | Unique, complex password | Critical | | **Two-Factor Authentication** | Very High | SMS or authenticator app | Critical | | **Trusted Devices Only** | Medium | Limit login devices | High | | **Secure Networks** | Medium | Avoid public WiFi | High | | **Access Monitoring** | High | Regular login activity review | High | | **Recovery Plan** | Very High | Document ownership proof | Critical |
Implementation
Step 1: Implement Strong Authentication
**Password and 2FA**:
Secure Account Access: 1. Create Strong Password Password Requirements: ✅ Minimum 12 characters (longer is better) ✅ Mix of uppercase and lowercase letters ✅ Include numbers and symbols ✅ No personal information (name, birthday) ✅ Not used on any other site (unique) ✅ Not a common word or pattern Good Password Examples: - "Tr0ub4dor&3Horse!Battery" (22 chars, random) - "9k$P2m#vL7xQ!zR4" (15 chars, random characters) - "Correct-Horse-Battery-Staple-99" (phrase-based, memorable) Bad Password Examples: ❌ "123456" (too simple) ❌ "password" (common word) ❌ "xiaohongshu2026" (predictable, app name) ❌ "Name123456" (contains personal info) Password Management: - Use password manager (1Password, LastPass, Bitwarden) - Never reuse passwords across sites - Change password annually (or if breach suspected) - Never share password (except recovery backup) 2. Enable Two-Factor Authentication (2FA) What is 2FA: - Requires second verification beyond password - Typically: code sent to phone or authenticator app - Prevents unauthorized access even with password Enable in Xiaohongshu: - Go to: Settings → Security - Find: Two-Factor Authentication - Choose: SMS code or Authenticator App - Follow: Setup instructions Authenticator App (Recommended over SMS): - Google Authenticator - Authy - Microsoft Authenticator - 1Password (built-in) Benefits: ✅ More secure than SMS (SIM hijacking risk) ✅ Works offline ✅ No phone signal required Backup Codes: - Generate backup codes during setup - Store securely (password manager, safe) - Use if lose access to 2FA device 3. Secure Login Credentials Storage: ✅ Use password manager (encrypted) ✅ Never store in plain text (notes app, email) ✅ Never share screenshot of password ✅ Never write password physically (unless secured safe) Sharing (Only if absolutely necessary): ✅ Use password manager sharing feature (encrypted) ✅ Change password immediately after person no longer needs access ✅ Track who has access (access log) Emergency Access: - Designate trusted contact for emergency access - Store sealed envelope with password in safe - Use password manager emergency access feature - Document for estate planning (digital assets)
Step 2: Control Access Points
**Secure Login Locations and Devices**:
Limit Account Access: 1. Trusted Devices Only Device Management: ✅ Only use personal devices (phone, computer) ✅ Avoid public computers (library, internet cafe) ✅ Log out from shared devices after use ✅ Remove old devices from account (device list) Manage Devices in Xiaohongshu: - Go to: Settings → Security → Login Devices - Review: All devices with account access - Remove: Unrecognized or old devices - Enable: "Trusted devices only" (if available) Device Security: ✅ Use device passcode/biometrics (Face ID, fingerprint) ✅ Keep OS updated (security patches) ✅ Use antivirus/anti-malware (computers) ✅ Encrypt device storage (full disk encryption) 2. Secure Networks Safe Networks: ✅ Home WiFi (secured with strong password) ✅ Cellular data (4G/5G) ✅ Work VPN (if using work network) Avoid: ❌ Public WiFi (coffee shop, airport, hotel) ❌ Unsecu
版本: v3.0 Complete Edition 更新: 2025-01-22 状态: ✅ 完整 (139个技能)
Other skills on xiaohongshu-skills.
- /audio-processing
Use when processing audio for Xiaohongshu content, editing voiceovers, improving sound quality, creating podcasts, or producing audio-based posts
Open skill - /content-layout
Use when designing visual layout for Xiaohongshu carousel content, organizing information on images, creating easy-to-read text overlays, or structuring multi-slide content for maximum engagement and readability
Open skill - /content-planning
Use when planning Xiaohongshu content calendar, running out of content ideas, needing systematic approach to content creation, or wanting to align content with account goals
Open skill - /content-portfolio
内容作品集管理 - 系统化整理、展示和优化你的内容资产
Open skill - /content-repurposing
Use when repurposing Xiaohongshu content, recycling existing posts, adapting content for different formats, maximizing content value, or creating content variations from core material
Open skill - /content-scaling
内容规模化生产 - 从单打独斗到系统化内容工厂的高效方法论
Open skill

