skills/ai-marketing-skills/linkedin-authority-builder/SKILL.md
Build a LinkedIn content system for thought leadership. Use when someone needs to establish authority, attract inbound leads, or build a consistent content presence. Covers positioning, content pillars, formats, and posting rhythm.
npx skillsauth add aaaaqwq/claude-code-skills linkedin-authority-builderInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Here's what most people get wrong about LinkedIn: they're trying to go viral.
Viral doesn't pay your bills. Being remembered by the right 500 people when they need what you do — that pays your bills.
This skill builds a content system around consistent positioning and clear pillars — not hacks.
Before generating any strategy, load:
positioning-basics output if available)Sequencing gate: If positioning isn't clear yet, stop and ask:
"Before building a content strategy, I need your one-liner: 'I help [specific audience] with [specific outcome] through [unique approach].' Do you have this locked, or should we nail positioning first with
positioning-basics?"
Do not build a content system for an unclear position — the content will be unfocused.
Also suggest:
"Run
linkedin-profile-optimizerif you haven't — the content we build needs a profile that converts the traffic."
Before recommending any content, reason through:
Output a brief strategy assessment:
"You're a [role] targeting [audience] with [X hours/week] and a goal of [outcome]. I'll build a [3/5 post/week] strategy anchored to [X] pillars. The main gap in your current approach: [specific gap]."
Each pillar must pass all 4 tests:
Pillar ratio:
Output format per pillar:
Pillar: [Name]
Ratio: [%]
Content types: [frameworks / stories / case studies]
Example hook: "[First line of a real post]"
Connection to goal: [how this drives the stated outcome]
| Format | Best For | Engagement Level | |---|---|---| | Story | Connection, memorability | High | | Framework/List | Authority, credibility | High | | Hot take | Reach, visibility | Variable | | Case study/proof | Credibility, late-stage trust | Medium | | Behind-the-scenes | Relatability, trust | Medium |
Recommended weekly mix:
Story Post:
[Hook — the moment or realization]
[Setup — quick context]
[Tension — what was hard or went wrong]
[Turn — the insight]
[Lesson — the takeaway]
[Question — drives engagement]
Framework Post:
[Hook — bold claim or problem statement]
[Why this matters — 1-2 sentences]
[The X-step framework:]
1. [Step + brief explanation]
2. [Step + brief explanation]
3. [Step + brief explanation]
[Key insight or summary]
[CTA or discussion question]
Hot Take:
[Controversial statement]
[Your reasoning — 2-3 sentences]
[The nuance people miss]
[What to do instead]
[Question to drive comments]
Generate a 4-week calendar with actual dates (not generic day names):
| Date | Pillar | Format | Hook (first line) | Status | |---|---|---|---|---| | [YYYY-MM-DD] | [Pillar] | Framework | "[First line]" | Draft | | [YYYY-MM-DD] | [Pillar] | Story | "[First line]" | Draft |
Fill 4 full weeks. Generic "Week 1, Monday" output is not sufficient.
Also output 5 starter post hooks ready to write immediately — these break the blank-page problem:
1. [Hook]
2. [Hook]
3. [Hook]
4. [Hook]
5. [Hook]
After generating the strategy, evaluate:
Flag issues: "Pillar 3 ('general business tips') doesn't connect to your stated goal of attracting SaaS founders. Replace with something more specific."
After 30 days, review with these questions:
Adjust based on data:
## LinkedIn Strategy: [Name] — [Date]
### Positioning Alignment
[One-liner + assessment of clarity]
### Content Pillars
[3-5 pillars with ratio, examples, connection to goal]
### Weekly Rhythm
- Posts/week: [X]
- Best times: [e.g., Tue/Thu 8am EST]
- Active commenting: [X min/day]
### Format Mix
[Breakdown with rationale]
### 4-Week Content Calendar
[Table with real dates + hooks]
### 5 Starter Posts (Write These First)
[Hooks with format labels]
### Engagement Plan
[Who to engage with, how much time, what to say]
### Self-Critique Notes
[Issues flagged + recommended fixes]
### 30-Day Review Triggers
[What to measure and when to adjust]
### Cross-References
- linkedin-profile-optimizer (run before publishing)
- content-idea-generator (for ongoing idea generation)
- voice-extractor (to ensure posts sound authentic)
Skill by Brian Wagner | AI Marketing Architect | brianrwagner.com
testing
通用自媒体文章自动发布工具。支持百家号、搜狐号、知乎、微信公众号、小红书、抖音号六个平台的自动化发布流程。使用Playwright自动化实现平台导航和发布,支持通过storageState管理Cookie实现账号切换。
development
# SKILL.md - Model Configuration Status (mcstatus) ## 触发条件 - `/mcstatus` 命令 - 用户询问模型配备、模型配置、model status、模型列表等 ## 功能 实时生成 Agent + Cron 的模型配置报告,展示当前所有 agent 的主模型/fallback链和所有 cron 任务的模型分配。 ## 执行步骤 ### Step 1: 收集 Agent 模型配置 读取各 agent 的 models.json 获取主模型和 fallback 链: ```bash for agent in main ops code quant data research content market finance pm law product sales batch; do config=$(cat ~/.openclaw/agents/$agent/agent/models.json 2>/dev/null) if [ -n "$config" ]; then echo "=== $agent
tools
MCP 服务器智能管理助手。自动检测 MCP 可用性、智能开关、功能问答,提供人性化的 MCP 管理体验。
tools
从GitHub搜索并自动安装配置MCP(Model Context Protocol)服务器工具到Claude配置文件。当用户需要安装MCP工具时触发此技能。工作流程:搜索GitHub上的MCP项目 -> 提取npx配置 -> 添加到~/.claude.json -> 处理API密钥(如有)。