linkedin-authority-engine
v1.5.0Turn a founder's expertise into LinkedIn authority posts tuned by the 360Brew algorithm, with a living client profile and self-enriching memory.
By LEVEL TECHLicense: LicenseRef-Proprietary0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 18, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/henriquecaner/linkedin-authority-engineClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/chatgpt/linkedin-authority-engine/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/guided/SKILL.md├── skills/init/SKILL.md├── skills/rewrite/SKILL.md└── skills/thread/SKILL.md
Included Skills4
Full 7-step workflow that builds a LinkedIn post from scratch from just a topic (category, objective, structure, type, hook, body, CTA) plus the A-E finalization pipeline. Use for 'crie um post sobre X', 'from scratch', 'new post', a bare topic with no draft. When the user already has a draft, use score; for two stronger versions, rewrite; for a series, thread.
Client onboarding interview (Path A manual default, Path U deep-discovery desktop-only) that creates authority-context.md plus memory/ and outputs/posts/. Use when there is no client profile yet, the user says 'criar meu perfil', 'começar do zero', 'start onboarding', 'set up my profile', or any skill stops on a missing profile. Supports --refresh.
Two-version optimization (A conservative, B bold) of an existing draft with 360Brew diagnosis, humanizer and comparative score. Use for 'melhore este rascunho', 'two versions', 'make this stronger', a pasted draft that needs improvement. Finished draft needing only a verdict → score.
Series of 3-7 posts around one central theme with per-post pipeline and publishing calendar. Use for 'sequência de posts', 'content series', 'campaign', 'uma semana de posts'. Single post → guided.
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "linkedin-authority-engine",
"version": "1.5.0",
"description": "Turn a founder's expertise into LinkedIn authority posts tuned by the 360Brew algorithm, with a living client profile and self-enriching memory.",
"author": {
"name": "LEVEL TECH",
"email": "[email protected]",
"url": "https://thelevel.com.br"
},
"homepage": "https://thelevr.com",
"repository": "https://github.com/henriquecaner/linkedin-authority-engine",
"license": "LicenseRef-Proprietary",
"keywords": [
"linkedin",
"authority",
"content",
"360brew",
"b2b"
],
"extensions": {
"com.openai": {
"hooks": "./hooks/hooks.json",
"interface": {
"displayName": "LinkedIn Authority Engine",
"shortDescription": "Authority posts for LinkedIn, tuned by the 360Brew algorithm.",
"longDescription": "Draft, humanize and score LinkedIn posts against the 360Brew algorithm, from a living client profile that learns every session.",
"developerName": "LEVEL TECH",
"category": "Productivity",
"websiteURL": "https://thelevr.com",
"defaultPrompt": [
"Plan my next month of LinkedIn posts",
"Turn my experience into an authority post",
"Score my LinkedIn draft"
],
"logo": "./assets/logo.png",
"screenshots": [
"./assets/screenshot-1.png"
]
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[linkedin-authority-engine on Agent Plugins Marketplace](https://pluginsmp.com/plugins/linkedin-authority-engine-2)